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 6B3F6C433EF for ; Thu, 24 Mar 2022 12:51:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347548AbiCXMwz (ORCPT ); Thu, 24 Mar 2022 08:52:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350331AbiCXMwy (ORCPT ); Thu, 24 Mar 2022 08:52:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DD00A9977 for ; Thu, 24 Mar 2022 05:51:23 -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 C4BAB60DF5 for ; Thu, 24 Mar 2022 12:51:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C8365C340EC; Thu, 24 Mar 2022 12:51:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648126282; bh=Z6/VsL8Hry/rUzNNxRliFB7esiBbVf40HuHqH3GHTtU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tzsfk0ozaJnmF5falMvI+WGH4o10jUJoh7PCBpIc/5w6IjTQJTKxc7FB8efoPtpPw TJ2px5YcmLshesCBBwFjftwgyvFTJn4hyvMkkRVFe+o+HkceobALvbLIT/lT3my41K PrzkTveRFzQycCDeTe0FyKte5a0CfEY1ZlyMMvvI= Date: Thu, 24 Mar 2022 13:51:19 +0100 From: Greg KH To: Denis Efremov Cc: Jordy Zomer , stable@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [External] : Re: [PATCH] nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION Message-ID: References: <20220111164451.3232987-1-jordy@pwning.systems> <20220321174006.47972-1-denis.e.efremov@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Mar 22, 2022 at 11:58:04AM +0300, Denis Efremov wrote: > > > On 3/22/22 10:11, Greg KH wrote: > > On Mon, Mar 21, 2022 at 08:40:06PM +0300, Denis Efremov wrote: > > >> CVE-2022-26490 was assigned to this patch. It looks like it's not in > >> the stable trees yet. I only added Link:/Fixes:/Cc: stable... to the > >> commit's message. > >> > >> drivers/nfc/st21nfca/se.c | 10 ++++++++++ > >> 1 file changed, 10 insertions(+) > > > > What is the git commit id of this patch in Linus's tree? > > > > commit 4fbcc1a4cb20fe26ad0225679c536c80f1648221 upstream. Now queued up, thanks. greg k-h