lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251030033025-mutt-send-email-mst@kernel.org>
Date: Thu, 30 Oct 2025 04:02:57 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Xuan Zhuo <xuanzhuo@...ux.alibaba.com>
Cc: netdev@...r.kernel.org, Jason Wang <jasowang@...hat.com>,
	Eugenio Pérez <eperezma@...hat.com>,
	Andrew Lunn <andrew+netdev@...n.ch>,
	"David S. Miller" <davem@...emloft.net>,
	Eric Dumazet <edumazet@...gle.com>,
	Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
	Heng Qi <hengqi@...ux.alibaba.com>,
	Willem de Bruijn <willemb@...gle.com>,
	Jiri Pirko <jiri@...nulli.us>,
	Alvaro Karsz <alvaro.karsz@...id-run.com>,
	virtualization@...ts.linux.dev
Subject: Re: [PATCH net v4 0/4] fixes two virtio-net related bugs.

On Wed, Oct 29, 2025 at 11:09:09AM +0800, Xuan Zhuo wrote:
> As discussed in http://lore.kernel.org/all/20250919013450.111424-1-xuanzhuo@linux.alibaba.com
> Commit #1 Move the flags into the existing if condition; the issue is that it introduces a
> small amount of code duplication.
> 
> Commit #3 is new to fix the hdr len in tunnel gso feature.



I think these are completely independent right?

When there is no dependency it is best to send
patches separately, this way they do not block each other.


> 
> Thanks.
> 
> v4:
>    1. add commit "virtio-net: Ensure hdr_len is not set unless the header is forwarded to the device." @Jason
> 
> v3:
>    1. recode the #3 for tunnel gso, and test it
> 
> 
> 
> Xuan Zhuo (4):
>   virtio-net: fix incorrect flags recording in big mode
>   virtio-net: Ensure hdr_len is not set unless the header is forwarded
>     to the device.
>   virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLEN
>   virtio-net: correct hdr_len handling for tunnel gso
> 
>  drivers/net/virtio_net.c   | 16 +++++++++----
>  include/linux/virtio_net.h | 48 ++++++++++++++++++++++++++++++--------
>  2 files changed, 49 insertions(+), 15 deletions(-)
> 
> --
> 2.32.0.3.g01195cf9f


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ