From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EFD15C3DA59 for ; Mon, 15 Jul 2024 12:12:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=K4IxoUOstI/6Lb1NdB4Ef0Ux6xz2vMDjSx6JLy5ESDU=; b=ig4blgMzjEBE7WWcWkRhP+vuXP ZgXTqb0fd3M9FbjGig7zM61W602j/OMuTdQK++bcvpF3nI04iGYDXsFHpjIDaS1M7+W437xHjd9zg Pjzh21/igq92WoYoRkW6n3FOU4ify3wb3A5hSr1XmhePyjL4H3+NuRaP9mEgKd2s7dJeYEY/oASH5 qwkI1ShBDH81HYVg8KEhdtoR91u9K/Ph1mNxZr3qhbKJrV40T3uOySKk835O9VMpVRt/SwZa9lv/Y e4cwfd33eAwZe+XRPExowvaCjmdXerG8TdlE9ZRjTppksS+o/S1OscRTp6CuWEbUeOCuEkkazOpqt pl2u0InA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sTKYz-00000006yb4-0zf8; Mon, 15 Jul 2024 12:12:17 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sTKY8-00000006yDN-2I2b; Mon, 15 Jul 2024 12:11:26 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id DE7DDCE0F8E; Mon, 15 Jul 2024 12:11:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91515C32782; Mon, 15 Jul 2024 12:11:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721045482; bh=O+BTPTA2oAy1gEZ2DaoSdBiN0ot7oChtHLe94OpTykU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VD3ldg5zv7dJ//KG+8TpbTMjO94tewAMEq48PEsxp7aCQX6cJA8rvQfRYDCtKw4Tb XuQPigELKqJQBmTuPX1DJxHgJaKLIQZqjs3vHbccECtDl6LHW/qC1N/QSVc7Zmx1eP Y6XqdJK7OLfkibnOfdMY/aUZlFenaQYFCXu281w4= Date: Mon, 15 Jul 2024 14:11:19 +0200 From: Greg Kroah-Hartman To: John Hubbard Cc: Shuah Khan , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Steffen Klassert , Herbert Xu , Andreas =?iso-8859-1?Q?F=E4rber?= , Manivannan Sadhasivam , Matthieu Baerts , Mat Martineau , Geliang Tang , Pravin B Shelar , Willem de Bruijn , Alexander Mikhalitsyn , zhujun2 , Petr Machata , Ido Schimmel , Hangbin Liu , Nikolay Aleksandrov , Benjamin Poirier , Sebastian Andrzej Siewior , Dmitry Safonov <0x7f454c46@gmail.com>, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-actions@lists.infradead.org, mptcp@lists.linux.dev, dev@openvswitch.org, linux-kselftest@vger.kernel.org, LKML , llvm@lists.linux.dev, stable@vger.kernel.org, Ignat Korchagin Subject: Re: [PATCH] selftests/net: fix gro.c compilation failure due to non-existent opt_ipproto_off Message-ID: <2024071508-refrain-enjoyable-a505@gregkh> References: <20240712235150.99175-1-jhubbard@nvidia.com> <682e293b-cc0d-4261-90a8-bc6f16df0992@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <682e293b-cc0d-4261-90a8-bc6f16df0992@nvidia.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240715_051124_856888_8971E36F X-CRM114-Status: GOOD ( 13.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jul 12, 2024 at 05:01:38PM -0700, John Hubbard wrote: > On 7/12/24 4:51 PM, John Hubbard wrote: > > Linux 6.6 does not have an opt_ipproto_off variable in gro.c at all (it > > was added in later kernel versions), so attempting to initialize one > > breaks the build. > > This is the first time I've tried to fix something in linux-stable, and > I'm not sure that I've made it completely clear. This is only for > linux-6.6.y in linux-stable. This worked just fine, now queued up, thanks. greg k-h