From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F102719D068; Tue, 27 Aug 2024 13:15:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724764540; cv=none; b=nt5I07ECl/HW6/JU1Efx2tn51luklYudWRjDNHgtAoKPO3n1cyOqrmXdiGR2wYyqKQZ9jJUbig1hImhGCm1h7CjbcW1nqmCB6Pj/OEHoRi4pucSCo2IId0C9vj+uUoQ/gKs21CdxIbyAD9yyW98FbaQbbM2Au3Zd/v+0q7FRq4Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724764540; c=relaxed/simple; bh=sW2Vv1f0k8Hti2v1WTc0a0V/2hyY8fymM90miiQ3joQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=j7WKKlsSk4ToWe7Tdwi8sllE4lhIbhxuiZakqQMASYFbuOGnryzmSc+veXsYT+WVYWNc1yP4T0d9oHQovgN/yk9ZE0h3FQzwL7yjzM/QbFB3+jmVq2zhTDO66/UUEz++yQFHT1/C++P2rvwgridgT+iomztT0x2WyLeQiaRJN3c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=eGyOcsp7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="eGyOcsp7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5EE0C61042; Tue, 27 Aug 2024 13:15:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1724764539; bh=sW2Vv1f0k8Hti2v1WTc0a0V/2hyY8fymM90miiQ3joQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eGyOcsp74PJ8RulPIqwzjttdIdR6mPxKNj7vaPtv5a4G1hVsoJmaYoMoyHH8lmB+D X/RSCHuvXqlANiaB4RVmhAugXNIjUpOqlMGQI3qgALgZOTP6K0j7cY7d2V3xwBZTzx RsOyJtFQzh0o0nTKOc/lVIusKBckATd3oqnwLtAg= Date: Tue, 27 Aug 2024 15:15:36 +0200 From: Greg KH To: Willem de Bruijn Cc: Vitaly Chikunov , Christian Heusel , Adrian Vladu , "Michael S. Tsirkin" , "alexander.duyck@gmail.com" , "arefev@swemel.ru" , "davem@davemloft.net" , "edumazet@google.com" , "jasowang@redhat.com" , "kuba@kernel.org" , "netdev@vger.kernel.org" , "pabeni@redhat.com" , "stable@vger.kernel.org" , "willemb@google.com" , "regressions@lists.linux.dev" Subject: Re: [PATCH net] net: drop bad gso csum_start and offset in virtio_net_hdr Message-ID: <2024082705-lark-oppose-2375@gregkh> References: <2024080857-contusion-womb-aae1@gregkh> <60bc20c5-7512-44f7-88cb-abc540437ae1@heusel.eu> <0d897b58-f4b8-4814-b3f9-5dce0540c81d@heusel.eu> <20240814055408-mutt-send-email-mst@kernel.org> <66bcb6f68172f_adbf529471@willemb.c.googlers.com.notmuch> <66c5f41884850_da1e7294d2@willemb.c.googlers.com.notmuch> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <66c5f41884850_da1e7294d2@willemb.c.googlers.com.notmuch> On Wed, Aug 21, 2024 at 10:05:12AM -0400, Willem de Bruijn wrote: > Vitaly Chikunov wrote: > > Willem, > > > > On Wed, Aug 14, 2024 at 09:53:58AM GMT, Willem de Bruijn wrote: > > > Christian Heusel wrote: > > > > On 24/08/14 10:10AM, Adrian Vladu wrote: > > > > > Hello, > > > > > > > > > > The 6.6.y branch has the patch already in the stable queue -> https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/commit/?id=3e713b73c01fac163a5c8cb0953d1e300407a773, and it should be available in the 6.6.46 upcoming minor. > > > > > > > > > > Thanks, Adrian. > > > > > > > > Yeah it's also queued up for 6.10, which I both missed (sorry for that!). > > > > If I'm able to properly backport the patch for 6.1 I'll send that one, > > > > but my hopes are not too high that this will work .. > > > > > > There are two conflicts. > > > > > > The one in include/linux/virtio_net.h is resolved by first backporting > > > commit fc8b2a6194693 ("net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 > > > validation") > > > > > > We did not backport that to stable because there was some slight risk > > > that applications might be affected. This has not surfaced. > > > > > > The conflict in net/ipv4/udp_offload.c is not so easy to address. > > > There were lots of patches between v6.1 and linus/master, with far > > > fewer of these betwee v6.1 and linux-stable/linux-6.1.y. > > > > BTW, we successfully cherry-picked 3 suggested[1] commits over v6.1.105 in > > ALT, and there is no reported problems as of yet. > > > > 89add40066f9 ("net: drop bad gso csum_start and offset in virtio_net_hdr") > > fc8b2a619469 ("net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation") > > 9840036786d9 ("gso: fix dodgy bit handling for GSO_UDP_L4") > > > > [1] https://lore.kernel.org/all/2024081147-altitude-luminous-19d1@gregkh/ > > That's good to hear. > > These are all fine to go to 6.1 stable. Can someone please send a series of backported patches to us so that we know exactly what to apply and in what order and why they need to be applied at all? thanks, greg k-h