[Xen-devel] [PATCH 0/2] xen/netback: bug fix and cleanup

Juergen Gross posted 2 patches 4 years, 5 months ago
Failed in applying to current master (apply log)
drivers/net/xen-netback/interface.c | 115 +++++++++++++++++-------------------
1 file changed, 54 insertions(+), 61 deletions(-)
[Xen-devel] [PATCH 0/2] xen/netback: bug fix and cleanup
Posted by Juergen Gross 4 years, 5 months ago
One bugfix (patch 1) I stumbled over while doing a cleanup (patch 2)
of the xen-netback init/deinit code.

Juergen Gross (2):
  xen/netback: fix error path of xenvif_connect_data()
  xen/netback: cleanup init and deinit code

 drivers/net/xen-netback/interface.c | 115 +++++++++++++++++-------------------
 1 file changed, 54 insertions(+), 61 deletions(-)

-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH 0/2] xen/netback: bug fix and cleanup
Posted by David Miller 4 years, 5 months ago
From: Juergen Gross <jgross@suse.com>
Date: Mon, 14 Oct 2019 11:09:08 +0200

> One bugfix (patch 1) I stumbled over while doing a cleanup (patch 2)
> of the xen-netback init/deinit code.

Please do not mix cleanups and genuine bug fixes.

Submit the bug fix targetting the 'net' GIT tree, and once that eventually
gets merged into 'net-next' you can submit the cleanup against that.

Thanks.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel