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 1DBDCC32792 for ; Fri, 19 Aug 2022 10:41:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347666AbiHSKlx (ORCPT ); Fri, 19 Aug 2022 06:41:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347814AbiHSKls (ORCPT ); Fri, 19 Aug 2022 06:41:48 -0400 Received: from mx0a-0064b401.pphosted.com (mx0a-0064b401.pphosted.com [205.220.166.238]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D773F4382; Fri, 19 Aug 2022 03:41:47 -0700 (PDT) Received: from pps.filterd (m0250810.ppops.net [127.0.0.1]) by mx0a-0064b401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 27JAWGUj024458; Fri, 19 Aug 2022 03:39:05 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=windriver.com; h=from : to : cc : subject : date : message-id : mime-version : content-type : content-transfer-encoding; s=PPS06212021; bh=V5UHwYCKN3dH57rjW4b86xzSQCOzujFIliAIIiMc64A=; b=mbYE3qaSLCSSJ8mkJGCzQPFPge4gotNjkj3PlLIHjFV9hLxycyPfuSEu6nt2NtypNaTm lAaRBNpIHBLMIvmYQ/4N5hlVnmkOY6EgNe9RkHKY5GfNcM8agZ8LdOoFm0/6jJhNTjWd Lw5qRfa2ZLLaCxmQtjY5xTTMwdh/K/e2k2k+KfZzNOu0gn7Np1muY53lFWig0k8D/zN9 HwNQWpei34DChZFwgxu1o79VJJLT2FwcdufL3F8UU0j6QhiyXc/jYPUZlrfblSf/gcjR B6tkTFJRzUoqoIXAOaarxSRBcx2J5kjUCw8kUSINI21nhYvCH9lKMYrI/TAeHOBEKVT1 ng== Received: from ala-exchng01.corp.ad.wrs.com (unknown-82-252.windriver.com [147.11.82.252]) by mx0a-0064b401.pphosted.com (PPS) with ESMTPS id 3hx783d5cm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 19 Aug 2022 03:39:05 -0700 Received: from otp-dpanait-l2.corp.ad.wrs.com (128.224.125.191) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Fri, 19 Aug 2022 03:39:01 -0700 From: Dragos-Marian Panait To: CC: Pavel Skripkin , =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= , Kalle Valo , Kalle Valo , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Vasanthakumar Thiagarajan , Sujith , Senthil Balasubramanian , "John W . Linville" , , , Subject: [PATCH 5.10 0/1] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb Date: Fri, 19 Aug 2022 13:38:51 +0300 Message-ID: <20220819103852.902332-1-dragos.panait@windriver.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [128.224.125.191] X-ClientProxiedBy: ala-exchng01.corp.ad.wrs.com (147.11.82.252) To ala-exchng01.corp.ad.wrs.com (147.11.82.252) X-Proofpoint-ORIG-GUID: inYO1mV4n7fjUxtR6KRXfBoSYH-eQHjP X-Proofpoint-GUID: inYO1mV4n7fjUxtR6KRXfBoSYH-eQHjP X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-08-19_06,2022-08-18_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 bulkscore=0 spamscore=0 impostorscore=0 suspectscore=0 phishscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 adultscore=0 priorityscore=1501 mlxlogscore=307 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2207270000 definitions=main-2208190041 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org 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