Home
last modified time | relevance | path

Searched hist:a8fc8cb5692aebb9c6f7afd4265366d25dcd1d01 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dtun.cdiff a8fc8cb5692aebb9c6f7afd4265366d25dcd1d01 Wed Jun 22 23:21:05 CDT 2022 Jakub Kicinski <kuba@kernel.org> net: tun: stop NAPI when detaching queues

While looking at a syzbot report I noticed the NAPI only gets
disabled before it's deleted. I think that user can detach
the queue before destroying the device and the NAPI will never
be stopped.

Fixes: 943170998b20 ("tun: enable NAPI for TUN/TAP driver")
Acked-by: Petar Penkov <ppenkov@aviatrix.com>
Link: https://lore.kernel.org/r/20220623042105.2274812-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>