netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] r8152: fix side effect
@ 2019-08-23  8:53 Hayes Wang
  2019-08-23  8:53 ` [PATCH net 1/2] Revert "r8152: napi hangup fix after disconnect" Hayes Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Hayes Wang @ 2019-08-23  8:53 UTC (permalink / raw)
  To: netdev; +Cc: nic_swsd, linux-kernel, jslaby, Hayes Wang

The commit 0ee1f4734967 ("r8152: napi hangup fix after disconnect")
add a check to avoid using napi_disable after netif_napi_del. However,
the commit ffa9fec30ca0 ("r8152: set RTL8152_UNPLUG only for real
disconnection") let the check useless.

Therefore, I revert commit 0ee1f4734967 ("r8152: napi hangup fix
after disconnect") first, and add another patch to fix it.

Hayes Wang (2):
  Revert "r8152: napi hangup fix after disconnect"
  r8152: avoid using napi_disable after netif_napi_del.

 drivers/net/usb/r8152.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-08-29  1:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-23  8:53 [PATCH net 0/2] r8152: fix side effect Hayes Wang
2019-08-23  8:53 ` [PATCH net 1/2] Revert "r8152: napi hangup fix after disconnect" Hayes Wang
2019-08-23  8:53 ` [PATCH net 2/2] r8152: avoid using napi_disable after netif_napi_del Hayes Wang
2019-08-23 21:33   ` David Miller
2019-08-28  1:51 ` [PATCH net v3 0/2] r8152: fix side effect Hayes Wang
2019-08-28  1:51   ` [PATCH net v3 1/2] Revert "r8152: napi hangup fix after disconnect" Hayes Wang
2019-08-28  1:51   ` [PATCH net v3 2/2] r8152: remove calling netif_napi_del Hayes Wang
2019-08-28  4:17   ` [PATCH net v3 0/2] r8152: fix side effect Jakub Kicinski
2019-08-28 23:02   ` David Miller
2019-08-28 12:56 ` [PATCH net v4 " Hayes Wang
2019-08-28 12:56   ` [PATCH net v4 1/2] Revert "r8152: napi hangup fix after disconnect" Hayes Wang
2019-08-28 12:56   ` [PATCH net v4 2/2] r8152: remove calling netif_napi_del Hayes Wang
2019-08-28 23:17   ` [PATCH net v4 0/2] r8152: fix side effect David Miller
2019-08-29  1:08     ` Hayes Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).