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 7ECA0C433F5 for ; Wed, 24 Nov 2021 08:58:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240683AbhKXJBV (ORCPT ); Wed, 24 Nov 2021 04:01:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231769AbhKXJBV (ORCPT ); Wed, 24 Nov 2021 04:01:21 -0500 Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98078C061574 for ; Wed, 24 Nov 2021 00:58:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=A0hu7B/0atKyp5jXhvkcPV7H7JptGZf6Vuxd9Rl1w9w=; b=AgYlJnbKocd0+MUOwy/Gui2f/P RT/MH4zYymooh0XsRTg+Dr5i6/XrvqeC4asIuLNpe1ZY74UrWl1dC/DoJlVcsH25LelNE9A3Mwn7m L2yXA3X6BarizxGdAPt0NzvFeK7cyNRLOMNSPTlaG7vYqfbtOe4l8cj9GQkNDeyJxl9o=; Received: from p54ae9f3f.dip0.t-ipconnect.de ([84.174.159.63] helo=nf.local) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1mpo6Q-0000sR-1h; Wed, 24 Nov 2021 09:58:06 +0100 Message-ID: <27634215-bc2a-aca8-a83f-dfbd7a543570@nbd.name> Date: Wed, 24 Nov 2021 09:58:04 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: [PATCH wireless-drivers] mt76: fix possible pktid leak Content-Language: en-US To: Kalle Valo , Lorenzo Bianconi Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com, sean.wang@mediatek.com, ryder.lee@mediatek.com References: <875ysi6kop.fsf@codeaurora.org> From: Felix Fietkau In-Reply-To: <875ysi6kop.fsf@codeaurora.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 2021-11-24 09:07, Kalle Valo wrote: > Lorenzo Bianconi writes: > >> Fix a possible idr pkt-id leak if the packet is dropped on tx side >> >> Fixes: bd1e3e7b693c ("mt76: introduce packet_id idr") >> Signed-off-by: Lorenzo Bianconi > > I can take this to wireless-drivers and the patch is already assigned to > me. Felix, ack? Acked-by: Felix Fietkau