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 7767DC32771 for ; Fri, 19 Aug 2022 15:36:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349789AbiHSPgO (ORCPT ); Fri, 19 Aug 2022 11:36:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349770AbiHSPgL (ORCPT ); Fri, 19 Aug 2022 11:36:11 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 112AD120B6; Fri, 19 Aug 2022 08:36:11 -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 ams.source.kernel.org (Postfix) with ESMTPS id C1006B82800; Fri, 19 Aug 2022 15:36:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDF83C433D6; Fri, 19 Aug 2022 15:36:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660923368; bh=1CeiB4K9FMDSHYlregecvn7xyN/t+buSajCbr7nqGoA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mtKYiVdPGXpCn3pe820y/PbYDk2D7fLcAW2IntqrbOVYlvpEYXiPpehBmqwP0cxjV NnjsZyrIkEPQqAJ0IQ596eb3DYZhsD6CxkHlIfhRTdwBeyAF9xOMkprgSR6qXMvvcH wOY/Q1HSaDfhdFvfVzVkGk10dqYs9Imi7JodyeKA= Date: Fri, 19 Aug 2022 17:36:05 +0200 From: Greg KH To: Dragos-Marian Panait Cc: stable@vger.kernel.org, Pavel Skripkin , Toke =?iso-8859-1?Q?H=F8iland-J=F8rgensen?= , Kalle Valo , Kalle Valo , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Vasanthakumar Thiagarajan , Sujith , Senthil Balasubramanian , "John W . Linville" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5.10 0/1] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb Message-ID: References: <20220819103852.902332-1-dragos.panait@windriver.com> <57b4c8e6-4a32-cc03-f469-c4bd6dd1eaca@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57b4c8e6-4a32-cc03-f469-c4bd6dd1eaca@windriver.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 19, 2022 at 03:18:26PM +0300, Dragos-Marian Panait wrote: > Hi Greg, > > On 19.08.2022 14:23, Greg KH wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > On Fri, Aug 19, 2022 at 01:38:51PM +0300, Dragos-Marian Panait wrote: > > > The following commit is needed to fix CVE-2022-1679: > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0ac4827f78c7ffe8eef074bc010e7e34bc22f533 > > > > > > Pavel Skripkin (1): > > > ath9k: fix use-after-free in ath9k_hif_usb_rx_cb > > > > > > drivers/net/wireless/ath/ath9k/htc.h | 10 +++++----- > > > drivers/net/wireless/ath/ath9k/htc_drv_init.c | 3 ++- > > > 2 files changed, 7 insertions(+), 6 deletions(-) > > > > > > > > > base-commit: 6eae1503ddf94b4c3581092d566b17ed12d80f20 > > > -- > > > 2.37.1 > > > > > This is already queued up for 5.10. You forgot the backports to older > > kernels, which is also already queued up. > Are you sure of this? > I can not find any patch for older kernels in the stable mailing list(except > for 5.15, 5.18, 5.19). Look in the stable-queue.git tree on git.kernel.org. thanks, greg k-h