From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 992C8346769; Fri, 3 Jul 2026 14:20:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783088424; cv=none; b=qHLPm68Y2g+ezhVg6coUd0MDLI8dQlEMrWJciVTN1Z6Us0fptyHB4bVk3j+yMzw7OhYnd9ptOOKR45F4dv+yETd/NyaQB7Urr+dD4IRJbZ7SGljeCCpZm6YRbuLrzGb/cyb1/whQ1ISIVeyqF1Ku+an+jE/KtT9qzmYZGwWUO7s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783088424; c=relaxed/simple; bh=xus9xWKfDrR9VgvHtd5+1k22YCyF+L19MkAVyPvh7J0=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Kjvc1yY/1ihoTtGuGGkPH08l0HyJVWmDsaFxs3Fg/capmH2X46U6XXGR1IWeVgy/z/xleNRsVuDwseZystrZDhlnn14r6orHMK8CfqNkgS72AR8v7r3GH+aTF8bToC8bQdA2j9Pe/3bKIpqV2vPN/aevIUhLOHoHInPsf0idfoo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=I0hckxku; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="I0hckxku" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 249B61F000E9; Fri, 3 Jul 2026 14:20:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783088423; bh=iFz38CMH9S6n3f/OwJtU5s8rcop08MmRtEUK1TMyxCQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=I0hckxkuVzyc4cDbthHf6nAbx0tDQn1vlg+aSXoN5pbZILSZEHpqp4wovyve5Dh+J i1wB8WljsmsGXAmyVAQtvFdHAdbANVY7as4m6l7C4kubyU6ozlcMZA75M1SObpVyVS KjUEbY/jJrYuOWl07FdXf4WQYvy9G8EM1miRQ6Y92JEGZGejFgU/vyXlH249zrG27H dELd4BnsWOtTxsdRhpkKA0uUdgo+Q0pWjN993KYT1Fjm+Lj8NecIwmipspeyRt514D ptFTaQ3i3o+44S9lqnobz2xPCH8P+uVGPJDDHlZumNPErtuEmiT/ojdvLoL6FqSQ5A aggdZlZbtagsw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id AF64A3930E1A; Fri, 3 Jul 2026 14:20:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] mac802154: remove interfaces with RCU list deletion From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178308840539.2733930.6133885525890895225.git-patchwork-notify@kernel.org> Date: Fri, 03 Jul 2026 14:20:05 +0000 References: <20260701164222.9094-1-alhouseenyousef@gmail.com> In-Reply-To: <20260701164222.9094-1-alhouseenyousef@gmail.com> To: Yousef Alhouseen Cc: alex.aring@gmail.com, stefan@datenfreihafen.org, miquel.raynal@bootlin.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, marcel@holtmann.org, kuniyu@google.com, linux-wpan@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, syzbot+36256deb69a588e9290e@syzkaller.appspotmail.com Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Wed, 1 Jul 2026 18:42:22 +0200 you wrote: > Queue wake, stop, and disable paths walk local->interfaces under RCU. > The bulk hardware teardown path removes entries with list_del(), so an > asynchronous transmit completion can follow a poisoned list node in > ieee802154_wake_queue(). > > Use list_del_rcu() as in the single-interface removal path. The following > unregister_netdevice() waits for in-flight RCU readers before freeing the > netdevice, so no separate grace-period wait is needed. > > [...] Here is the summary with links: - [net,v2] mac802154: remove interfaces with RCU list deletion https://git.kernel.org/netdev/net/c/539dfcf69105 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html