[PATCH v3 0/2] usb: gadget: u_ether: revert netif_device_detach change

Ferry Toth posted 2 patches 1 year, 5 months ago
drivers/usb/gadget/function/u_ether.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
[PATCH v3 0/2] usb: gadget: u_ether: revert netif_device_detach change
Posted by Ferry Toth 1 year, 5 months ago
As agreed with the author, the netif_device_detach change is going to be reverted by
this series, so we will collaborate on a new one in the future that
brings no regressions.

v3:
- Send out actual version (Ferry)

v2:
- Add SoB (Greg)

Ferry Toth (2):
  Revert "usb: gadget: u_ether: Re-attach netif device to mirror
    detachment"
  Revert "usb: gadget: u_ether: Replace netif_stop_queue with
    netif_device_detach"

 drivers/usb/gadget/function/u_ether.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
2.43.0
Re: [PATCH v3 0/2] usb: gadget: u_ether: revert netif_device_detach change
Posted by Greg Kroah-Hartman 1 year, 5 months ago
On Thu, Jun 20, 2024 at 10:46:40PM +0200, Ferry Toth wrote:
> As agreed with the author, the netif_device_detach change is going to be reverted by
> this series, so we will collaborate on a new one in the future that
> brings no regressions.
> 
> v3:
> - Send out actual version (Ferry)

Much better, thanks, now queued up!

greg k-h