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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B89ECC6FD1C for ; Wed, 22 Mar 2023 19:44:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229604AbjCVTon (ORCPT ); Wed, 22 Mar 2023 15:44:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229778AbjCVToZ (ORCPT ); Wed, 22 Mar 2023 15:44:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9EFD12366A for ; Wed, 22 Mar 2023 12:44:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3A3CE622B4 for ; Wed, 22 Mar 2023 19:44:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47045C433D2; Wed, 22 Mar 2023 19:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1679514263; bh=9uSHxB6NaWOu4OJNfIFkRfiTCkJvHHvYrsCMHgBXwUg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rR9kU3tLNWdkz0Gdv7mrFmyb1eNq72e4ca9xLNzTprbSMJPqbrQ+SgUN88S018qW/ SHVOnl/2JATeBTsY9aa5DNFg8eLcISpIgi3m4OGtbPTrOh5+FgNQGoYA/cKe/hVxAg l8JSMBUbCx2qzB8mgUN37v/yXdRvRPh1li6/UA9g= Date: Wed, 22 Mar 2023 20:44:20 +0100 From: Greg Kroah-Hartman To: Maciej =?utf-8?Q?=C5=BBenczykowski?= Cc: Greg Kroah-Hartman , Sasha Levin , Sasha Levin , stable@vger.kernel.org, Stanislav Fomichev , Eric Dumazet Subject: Re: 5.10 LTS - Request for inclusion of getsockopt(SO_NETNS_COOKIE) Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Mar 22, 2023 at 12:37:15PM -0700, Maciej Żenczykowski wrote: > On Wed, Mar 22, 2023 at 12:22 PM Greg Kroah-Hartman > wrote: > > This really is a new feature, why not just move to a new kernel version > > instead if you really need this? > > Oh, come on, I *know* you know the answer to this question. > > How's your effort to get device vendors/oems to use newer (major) > kernels on their devices going? Actually really well, with the new EU regulations and the reduced amount of support time for LTS kernels, new devices will soon be forced to update to move to newer kernel versions during the lifetime of the device. > Cause I was just recently *forced* into supporting 4.9 for another > couple years... > It's hard enough to get people to take stable version updates in a > reasonable timeframe. > > We either need to get this in via 5.10 LTS, or it goes in via Android > Common Kernel... > going in via LTS always seems preferable to me, since it benefits the > wider community. You are adding a new feature, we can't add that to stable kernels, sorry. Just stick this in your device-specific kernel please. thanks, greg k-h