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 7BD5725B0BD; Sat, 13 Jun 2026 01:00:34 +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=1781312435; cv=none; b=G37siGx6NaFGtBW1Vb93FmpMzh3qLA+um1seHbhYGWufrCWAe8Bgahb6bmmIv4wzPJwky1zz/X53t+V5yGxABkk9Szy/fJYhuWEvDvCJeTofW+GcmKRCR+WrYuvIytfVrZ7OwjYpdLa7cT5eQfh10UCY8P1g0KFupKqjsWmRB94= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781312435; c=relaxed/simple; bh=O8ZjG3UYjvHj3UQL+e8lo264bPpxq6p7N+WMEtpPJUU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=pgOsgiUmxREthNMCpLDnLjXZPgbp5LBERsis1GCCGQNrohLb3jWyefehvWnWiPyyBfidF0vK9WUFLeJgVRPr7uj4Q0JoIQ0lrCYAoCIyAQPBgK9WIBMekKTUN73U+OuVKCbLPRlotOpVbGZIuqZSQIZitlJ4bJapyOneSYf+SY8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nmXQMyub; 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="nmXQMyub" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0769C1F000E9; Sat, 13 Jun 2026 01:00:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781312434; bh=SQ5Sv/fIee07wFz+XPjtuOc2QBdnHwVx44qJs3Gf8s8=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=nmXQMyubPjxH7x9m18F3RJ3Uv2WTqJbCUiFJ/VXGq99dHLPf8nG9d/PI8eiRwYV8+ z6WYTlNQINbqyiSc7KKkMa0ogiFPlCKLoNL4ytjvt2bxpaATGLNkHnWbcrv5l75wVb C20rcMlk+WiuBirpErLj1LNfV72M5BuGGCRtByvwAWCya2mgSL0sf5EzBxKhlZsSST r9DTYS3cD4/1r4pzN4lCOEka6IJSJvcB657+3zDJciIf6KyidRN32EFfqlh0/kk3yp vJMQWAcUgrKk0YWPQjKPv3uHSfo/dxUfec8h4RaI5xrKC9LPC2Ea9wJJxkxE6WM0g4 tsCGgjUfoXxOg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0A2439E9607; Sat, 13 Jun 2026 01:00:31 +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-next] netconsole: clear cached dev_name on resume-window cleanup From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178131243063.1315131.4483049658366327192.git-patchwork-notify@kernel.org> Date: Sat, 13 Jun 2026 01:00:30 +0000 References: <20260610-netconsole_fix_more-v1-1-a18652c47cef@debian.org> In-Reply-To: <20260610-netconsole_fix_more-v1-1-a18652c47cef@debian.org> To: Breno Leitao Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@meta.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 10 Jun 2026 07:26:04 -0700 you wrote: > When process_resume_target() catches a device that was unregistered > while the target was off target_list, it calls do_netpoll_cleanup() to > release the reference but leaves the cached np.dev_name in place. The > other cleanup path, netconsole_process_cleanups_core(), already wipes > dev_name for MAC-bound targets because the name was only a cache of the > device that last carried the MAC and may no longer match. > > [...] Here is the summary with links: - [net-next] netconsole: clear cached dev_name on resume-window cleanup https://git.kernel.org/netdev/net-next/c/02a61d2018c4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html