Re: [PATCH v2] net/tap: Set return code on failure

2022-01-10 Thread Stefano Garzarella
On Wed, Jan 05, 2022 at 08:42:14AM -0800, Patrick Venture wrote: From: Peter Foley Match the other error handling in this function. Fixes: e7b347d0bf6 ("net: detect errors from probing vnet hdr flag for TAP devices") Reviewed-by: Patrick Venture Reviewed-by: Philippe Mathieu-Daudé Signed-o

Re: [PATCH v2] net/tap: Set return code on failure

2022-01-05 Thread Jason Wang
在 2022/1/6 上午12:45, Patrick Venture 写道: From: Peter Foley Match the other error handling in this function. Fixes: e7b347d0bf6 ("net: detect errors from probing vnet hdr flag for TAP devices") Reviewed-by: Patrick Venture Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Peter Foley ---

[PATCH v2] net/tap: Set return code on failure

2022-01-05 Thread Patrick Venture
From: Peter Foley Match the other error handling in this function. Fixes: e7b347d0bf6 ("net: detect errors from probing vnet hdr flag for TAP devices") Reviewed-by: Patrick Venture Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Peter Foley --- v2: Fixed commit titlewq and updated descri

[PATCH v2] net/tap: Set return code on failure

2022-01-05 Thread Patrick Venture
From: Peter Foley Match the other error handling in this function. Fixes: e7b347d0bf6 ("net: detect errors from probing vnet hdr flag for TAP devices") Reviewed-by: Patrick Venture Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Peter Foley --- v2: Fixed commit titlewq and updated descri