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 255B115BD for ; Fri, 26 May 2023 18:27:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52505C433EF; Fri, 26 May 2023 18:27:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685125649; bh=B9a2+71TulzKBO9c2ZxBPHtYPJB9s9lgR7ZlY+O6qkU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yzH6gnNir81Oov6JCgRSOSjBEmZ4NR3JxsObBl2m+Rm4Oc3/T1dpci6YSkL4MohI/ lHmxJgwFGQFguSb3LbMIZpV81P/lUP+Ni3f3YUTam9ZFR0JwwTx4Ki6KfVN278UulY KQbZ6akaW78CjenlW0TLGwlTt9hTzrieTn/zIynU= Date: Fri, 26 May 2023 19:27:26 +0100 From: Greg KH To: Dragos-Marian Panait Cc: stable@vger.kernel.org, wenxu , Jakub Kicinski , Jamal Hadi Salim , Davide Caratti , Marcelo Ricardo Leitner , Paolo Abeni , William Zhao , Xin Long , "David S . Miller" , Eric Dumazet , Cong Wang , Jiri Pirko , Shuah Khan , linux-kselftest@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 5.10 0/3] Fix for CVE-2022-4269 Message-ID: <2023052617-preorder-universal-1b5d@gregkh> References: <20230516190040.636627-1-dragos.panait@windriver.com> 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: <20230516190040.636627-1-dragos.panait@windriver.com> On Tue, May 16, 2023 at 10:00:37PM +0300, Dragos-Marian Panait wrote: > The following commits are needed to fix CVE-2022-4269: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fa6d639930ee5cd3f932cc314f3407f07a06582d > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=78dcdffe0418ac8f3f057f26fe71ccf4d8ed851f > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ca22da2fbd693b54dc8e3b7b54ccc9f7e9ba3640 All now queued up, thanks. greg k-h