From: patchwork-bot+netdevbpf@kernel.org
To: Jacob Moroni <mail@jakemoroni.com>
Cc: irusskikh@marvell.com, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, Pavel.Belous@aquantia.com,
Alexander.Loktionov@aquantia.com, Dmitrii.Tarakanov@aquantia.com,
vomlehn@texas.net, Dmitry.Bezrukov@aquantia.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net v2] net: atlantic: fix warning during hot unplug
Date: Tue, 04 Feb 2025 22:20:32 +0000 [thread overview]
Message-ID: <173870763231.165851.17410649919538989009.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250203143604.24930-3-mail@jakemoroni.com>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 3 Feb 2025 09:36:05 -0500 you wrote:
> Firmware deinitialization performs MMIO accesses which are not
> necessary if the device has already been removed. In some cases,
> these accesses happen via readx_poll_timeout_atomic which ends up
> timing out, resulting in a warning at hw_atl2_utils_fw.c:112:
>
> [ 104.595913] Call Trace:
> [ 104.595915] <TASK>
> [ 104.595918] ? show_regs+0x6c/0x80
> [ 104.595923] ? __warn+0x8d/0x150
> [ 104.595925] ? aq_a2_fw_deinit+0xcf/0xe0 [atlantic]
> [ 104.595934] ? report_bug+0x182/0x1b0
> [ 104.595938] ? handle_bug+0x6e/0xb0
> [ 104.595940] ? exc_invalid_op+0x18/0x80
> [ 104.595942] ? asm_exc_invalid_op+0x1b/0x20
> [ 104.595944] ? aq_a2_fw_deinit+0xcf/0xe0 [atlantic]
> [ 104.595952] ? aq_a2_fw_deinit+0xcf/0xe0 [atlantic]
> [ 104.595959] aq_nic_deinit.part.0+0xbd/0xf0 [atlantic]
> [ 104.595964] aq_nic_deinit+0x17/0x30 [atlantic]
> [ 104.595970] aq_ndev_close+0x2b/0x40 [atlantic]
> [ 104.595975] __dev_close_many+0xad/0x160
> [ 104.595978] dev_close_many+0x99/0x170
> [ 104.595979] unregister_netdevice_many_notify+0x18b/0xb20
> [ 104.595981] ? __call_rcu_common+0xcd/0x700
> [ 104.595984] unregister_netdevice_queue+0xc6/0x110
> [ 104.595986] unregister_netdev+0x1c/0x30
> [ 104.595988] aq_pci_remove+0xb1/0xc0 [atlantic]
>
> [...]
Here is the summary with links:
- [net,v2] net: atlantic: fix warning during hot unplug
https://git.kernel.org/netdev/net/c/028676bb189e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-02-04 22:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-02 22:09 [PATCH net] net: atlantic: fix warning during hot unplug Jacob Moroni
2025-02-03 8:55 ` [EXTERNAL] " Igor Russkikh
2025-02-03 10:02 ` Simon Horman
2025-02-03 14:34 ` Jacob S. Moroni
2025-02-03 14:36 ` [PATCH net v2] " Jacob Moroni
2025-02-04 10:54 ` Simon Horman
2025-02-04 22:20 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=173870763231.165851.17410649919538989009.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Alexander.Loktionov@aquantia.com \
--cc=Dmitrii.Tarakanov@aquantia.com \
--cc=Dmitry.Bezrukov@aquantia.com \
--cc=Pavel.Belous@aquantia.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=irusskikh@marvell.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mail@jakemoroni.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=vomlehn@texas.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.