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 smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1C96EC433EF for ; Sat, 18 Jun 2022 03:16:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 99157401A4; Sat, 18 Jun 2022 03:16:54 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 99157401A4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=osuosl.org; s=default; t=1655522214; bh=Pcz+0Ym2iZDpUAOvUf5RHeJb/9mMHVXjczFnyCTxmZo=; h=Date:From:To:In-Reply-To:References:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=rKe9AHVD1f6V2kA8Y7rh5wPfedtSsVpB7BlHQkNEKbeRfZGLO+p5AWD7Qg45MSeD4 gsf8Uhe2uNNgdAKL4Babr2kZAeGjxKknof3PC06naSmBGdeEq0PQXYZiKgXVos3r+R fFfkZzo+jmVp/MjkRynspm/3EypCgAx1BEQanU4HNFMc931G40M/CMYueuTIoIq5Iw sUSF623SL+NzxsgatLQrTYdHt5oBaiQm/rEQNx7j7YojC4H/3j1yMRZ1A78x2HC9Rd wD9P/6yvvKEW1TJrxRwVD2BUpHBqBiadRk11RUHDisgT/2MqbShhG80PuXc2+8ttoG fOXbKbVoiFurA== X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0IJZGk0oH3uK; Sat, 18 Jun 2022 03:16:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id A219C40370; Sat, 18 Jun 2022 03:16:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org A219C40370 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 56D2B1BF9CB for ; Sat, 18 Jun 2022 03:16:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 3DBB640901 for ; Sat, 18 Jun 2022 03:16:52 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 3DBB640901 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8FP_mu1uuK8R for ; Sat, 18 Jun 2022 03:16:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 2444040342 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by smtp4.osuosl.org (Postfix) with ESMTPS id 2444040342 for ; Sat, 18 Jun 2022 03:16:50 +0000 (UTC) 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 7D029B82D03; Sat, 18 Jun 2022 03:16:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEC43C341C4; Sat, 18 Jun 2022 03:16:45 +0000 (UTC) Date: Fri, 17 Jun 2022 20:16:44 -0700 From: Jakub Kicinski To: Jesper Dangaard Brouer , Jesse Brandeburg , Lorenzo Bianconi Message-ID: <20220617201644.368bab1b@kernel.org> In-Reply-To: <108bf94b-85a6-98d4-175b-2c0d43e17b11@redhat.com> References: <108bf94b-85a6-98d4-175b-2c0d43e17b11@redhat.com> MIME-Version: 1.0 Subject: Re: [Intel-wired-lan] [PATCH net] igb: fix a use-after-free issue in igb_clean_tx_ring X-BeenThere: intel-wired-lan@osuosl.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Wired Ethernet Linux Kernel Driver Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: netdev@vger.kernel.org, edumazet@google.com, brouer@redhat.com, intel-wired-lan@lists.osuosl.org, pabeni@redhat.com, davem@davemloft.net, magnus.karlsson@intel.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-wired-lan-bounces@osuosl.org Sender: "Intel-wired-lan" On Fri, 17 Jun 2022 16:36:56 +0200 Jesper Dangaard Brouer wrote: > On 16/06/2022 20.26, Jesse Brandeburg wrote: > > On 6/16/2022 7:13 AM, Lorenzo Bianconi wrote: > >> Fixes: 9cbc948b5a20c ("igb: add XDP support") > >> Signed-off-by: Lorenzo Bianconi > > > > Thanks Lorenzo, @maintainers this fix seems simple enough you could > > directly apply it without going through intel-wired-lan, once you think > > it's ready. > > > > Reviewed-by: Jesse Brandeburg > > Acked-by: Jesper Dangaard Brouer It got marked as Awaiting Upstream so the bot won't respond. It's the commit 3f6a57ee8544 ("igb: fix a use-after-free issue in igb_clean_tx_ring") in net now. Thanks! _______________________________________________ Intel-wired-lan mailing list Intel-wired-lan@osuosl.org https://lists.osuosl.org/mailman/listinfo/intel-wired-lan