Re: [PATCH v3 net] netdevsim: set .owner to THIS_MODULE

2020-11-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 15 Nov 2020 10:30:41 + you wrote: > If THIS_MODULE is not set, the module would be removed while debugfs is > being used. > It eventually makes kernel panic. > > Fixes: 82c93a87bf8b ("netdevsim: implement couple of

[PATCH v3 net] netdevsim: set .owner to THIS_MODULE

2020-11-15 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 82c93a87bf8b ("netdevsim: implement couple of testing devlink health reporters") Fixes: 424be63ad831 ("netdevsim: add UDP tunnel port offload support") Fixes: 4418f862d675