On Fri, Aug 7, 2020 at 8:16 AM Jamal Hadi Salim <j...@mojatatu.com> wrote: > > I am guessing the hash table got too large. > Smells like hard coded expectation?
Yeah, that is literally how kfree_rcu() works. > > How to fix? I guess you just have to wrap up kfree() and pass it to call_rcu(). Thanks.