[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171591363091.2697.9604987777267153805.git-patchwork-notify@kernel.org>
Date: Fri, 17 May 2024 02:40:30 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Tony Battersby <tonyb@...ernetics.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, j.vosburgh@...il.com, andy@...yhouse.net,
shaozhengchao@...wei.com, netdev@...r.kernel.org
Subject: Re: [PATCH net] bonding: fix oops during rmmod
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 14 May 2024 15:57:29 -0400 you wrote:
> "rmmod bonding" causes an oops ever since commit cc317ea3d927 ("bonding:
> remove redundant NULL check in debugfs function"). Here are the relevant
> functions being called:
>
> bonding_exit()
> bond_destroy_debugfs()
> debugfs_remove_recursive(bonding_debug_root);
> bonding_debug_root = NULL; <--------- SET TO NULL HERE
> bond_netlink_fini()
> rtnl_link_unregister()
> __rtnl_link_unregister()
> unregister_netdevice_many_notify()
> bond_uninit()
> bond_debug_unregister()
> (commit removed check for bonding_debug_root == NULL)
> debugfs_remove()
> simple_recursive_removal()
> down_write() -> OOPS
>
> [...]
Here is the summary with links:
- [net] bonding: fix oops during rmmod
https://git.kernel.org/netdev/net/c/a45835a0bb6e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists