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 19C9516F0DE; Wed, 21 Aug 2024 23:59:26 +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=1724284767; cv=none; b=F71K0zg2u+F5OlqR5tlL+ba//Vrf0Bx1QPTUJuQiySgqh1pVBscciGc1sxAuvNE7rdX6CbIBXGC8rAhHeJs6nfYQQyfd77JMPKtsTejJ2iVfRWEnd1lE0HCreIgqgi8S7DIQRSWhAPN36NEDmBEwbtPEiqtuEu10thhaPNkCUU8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724284767; c=relaxed/simple; bh=KgL/9nau2beot43sS7BU+zMvTNTIkVz3apXW2wAILm8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dcsF8vy2iFVb9iL0eXn30kIqnff6/7rXyjz365wOq2enV2r5Ikd7gZOACjeMxDCJtb53vcNLcWk6dRlrpjtiKjYiind4VJe/cd2cfszj927IuEPQ+BeOd0ENK2hkiB8Y62eoe/s4QgKl/ThG6Xarl9NcyAjLnw9ryI2jXiJn+yI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=aMkCt/yP; 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="aMkCt/yP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2BC1FC32781; Wed, 21 Aug 2024 23:59:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1724284766; bh=KgL/9nau2beot43sS7BU+zMvTNTIkVz3apXW2wAILm8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aMkCt/yPdMTiJgMaYK4ndjUM3Vg7VROlAfJPpHKcVfsvkRg72EQMEOJ5rUZbPptq0 BqD3rCJ1heKYDj9B+s+uGXZ/JrSic/IoW1PLmKNi3FR3XavSdbceXgjVWp3U8YfD7X sL7tVXjyqKeK2MsFLSZN3hLQSfxtFiUGgkY+iiV4= Date: Thu, 22 Aug 2024 07:59:24 +0800 From: Greg KH To: Pablo Neira Ayuso Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org, edumazet@google.com, Harald Welte , "David S. Miller" , Jakub Kicinski , Paolo Abeni Subject: Re: Patch "gtp: pull network headers in gtp_dev_xmit()" has been added to the 6.10-stable tree Message-ID: <2024082214-spinach-acclimate-fb98@gregkh> References: <20240819142022.4154993-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@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: On Thu, Aug 22, 2024 at 01:53:33AM +0200, Pablo Neira Ayuso wrote: > Hi Sasha, Greg, > > Could you cherry-pick this patch for other -stable kernels? > > I confirm this applies up to >= 4.19-stable since it already includes > pskb_inet_may_pull(). Now applied, thanks! greg k-h