Re: [PATCH net] net: mana: Cleanup "mana" debugfs dir after cleanup of all children

2025-01-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 8 Jan 2025 21:03:11 -0800 you wrote: > In mana_driver_exit(), mana_debugfs_root gets cleanup before any of it's > children (which happens later in the pci_unregister_driver()). > Due to this, when mana driver is c

Re: [PATCH net] net: mana: Cleanup "mana" debugfs dir after cleanup of all children

2025-01-08 Thread Michal Swiatkowski
On Wed, Jan 08, 2025 at 09:03:11PM -0800, Shradha Gupta wrote: > In mana_driver_exit(), mana_debugfs_root gets cleanup before any of it's > children (which happens later in the pci_unregister_driver()). > Due to this, when mana driver is configured as a module and rmmod is > invoked, following stac

[PATCH net] net: mana: Cleanup "mana" debugfs dir after cleanup of all children

2025-01-08 Thread Shradha Gupta
In mana_driver_exit(), mana_debugfs_root gets cleanup before any of it's children (which happens later in the pci_unregister_driver()). Due to this, when mana driver is configured as a module and rmmod is invoked, following stack gets printed along with failure in rmmod command. [ 2399.317651] BUG