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

v2:
Replace patch #2 with "r8152: remove calling netif_napi_del".

v1:
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: remove calling netif_napi_del

 drivers/net/usb/r8152.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-08-26 20:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-26  8:41 [PATCH net v2 0/2] r8152: fix side effect Hayes Wang
2019-08-26  8:41 ` [PATCH net v2 1/2] Revert "r8152: napi hangup fix after disconnect" Hayes Wang
2019-08-26  8:55   ` Jiri Slaby
2019-08-26  9:43     ` Hayes Wang
2019-08-26 20:55       ` David Miller
2019-08-26  8:41 ` [PATCH net v2 2/2] r8152: remove calling netif_napi_del 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).