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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E739C433F5 for ; Mon, 25 Oct 2021 17:36:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 372DF61027 for ; Mon, 25 Oct 2021 17:36:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234043AbhJYRjK (ORCPT ); Mon, 25 Oct 2021 13:39:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:40908 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233989AbhJYRjJ (ORCPT ); Mon, 25 Oct 2021 13:39:09 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D40F861002; Mon, 25 Oct 2021 17:36:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635183407; bh=A0yvu+a0hfQERnWDB3xtRdZ7jpNSkJ1bL71OsI/Xf4Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=k/VbD4e7vMOPJHUXyi6ADwnDzsPaygrNFUVDAptEzicR0xxJXqI1WUGnhwxsYaI5j NDEzPtzGdJDx8ddq3RX7fJN6moKvHqKlfZfVhliBJ09C9GziGG9F+3yPAzg3vvDvOM D8m/GNTGgKfw6O/w/GiLSoVRfwkNHnl06Gj1lexqvx/F8rGkY4bypG7/iM6S+TcMEN xGNsYJZQBifjTnJOP/Y0E1yFHDNz1xXVwvJOva29zOci7h6MZbcX3ZnDp07+IdnxOK VOCO+I7yvDwvJNKBroh9I8LFL9/fS/TTDMdCQ9rdW2RF8UJQgfRF5/HpWIdjxT509l 1kLM6sWVlKLyg== Date: Mon, 25 Oct 2021 10:36:45 -0700 From: Jakub Kicinski To: Sukadev Bhattiprolu Cc: Dany Madden , Xuan Zhuo , netdev@vger.kernel.org, linyunsheng@huawei.com, "David S. Miller" , Eric Dumazet , Daniel Borkmann , Antoine Tenart , Alexander Lobakin , Wei Wang , Taehee Yoo , =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , Arnd Bergmann , Kumar Kartikeya Dwivedi , Neil Horman , Dust Li Subject: Re: [PATCH net v2] napi: fix race inside napi_enable Message-ID: <20211025103645.1c7ae135@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <20210918085232.71436-1-xuanzhuo@linux.alibaba.com> <20211018155503.74aeaba9@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 21 Oct 2021 20:16:04 -0700 Sukadev Bhattiprolu wrote: > Let us know if any other fields are of interest. Do we have any clues on > when this started? I think this is the first of the series of similar hard to explain reports: https://lore.kernel.org/all/000000000000c1524005cdeacc5f@google.com/