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 5DD97C0015E for ; Tue, 15 Aug 2023 15:15:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233948AbjHOPPP (ORCPT ); Tue, 15 Aug 2023 11:15:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237877AbjHOPOr (ORCPT ); Tue, 15 Aug 2023 11:14:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E22FC199B for ; Tue, 15 Aug 2023 08:14:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 80945634BF for ; Tue, 15 Aug 2023 15:14:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6450DC433C7; Tue, 15 Aug 2023 15:14:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1692112469; bh=IzNwg4CCiiXIeHaRgVo+rMcufOaTDrxQF84slft88c4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fZVDGF95gT3XgkvMortxqlPKycWU/tqCecCZWMWBozMUUIe7MJpCPJ5FzINRNe3kK S8Zb0BlkIyU4i28Uf4oWsShtVGgEvvjAiqYUjjGGT1tEs0WBRML92De6umBQn3o2UX 7TkZafajcamBg4RVfsf10BGAFrhOca1/wWzqHFe0= Date: Tue, 15 Aug 2023 17:14:27 +0200 From: Greg Kroah-Hartman To: Dong Chenchen Cc: kernel@openeuler.org, duanzi@zju.edu.cn, yuehaibing@huawei.com, weiyongjun1@huawei.com, liujian56@huawei.com, Laszlo Ersek , Eric Dumazet , Lorenzo Colitti , Paolo Abeni , Pietro Borrello , netdev@vger.kernel.org, stable@vger.kernel.org, "David S . Miller" Subject: Re: [PATCH OLK-5.10 v2 1/2] net: tun_chr_open(): set sk_uid from current_fsuid() Message-ID: <2023081559-excursion-passion-07a3@gregkh> References: <20230815135602.1014881-1-dongchenchen2@huawei.com> <20230815135602.1014881-2-dongchenchen2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230815135602.1014881-2-dongchenchen2@huawei.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 15, 2023 at 09:56:01PM +0800, Dong Chenchen wrote: > From: Laszlo Ersek > > stable inclusion > from stable-v5.10.189 > commit 5ea23f1cb67e4468db7ff651627892c9217fec24 > category: bugfix > bugzilla: 189104, https://gitee.com/src-openeuler/kernel/issues/I7QXHX > CVE: CVE-2023-4194 > > Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5ea23f1cb67e4468db7ff651627892c9217fec24 Why are you not just merging directly from the LTS branches into your tree? If you attempt to "cherry-pick" patches like this, you WILL miss valid bugfixes. thanks, greg k-h