Re: [syzbot ci] Re: netfilter: ipset: convert to rhashtable

Florian Westphal <[email protected]> Thu, 16 Jul 2026 15:02:35 +0200
Newsgroups gmane.comp.security.firewalls.netfilter.devel
Message-ID <[email protected]>
syzbot ci <[email protected]> wrote:
> and found the following issue:
> BUG: sleeping function called from invalid context in irq_work_sync

.destroy will need to support schedule for rhashtable sake.

I made a prep patch to convert from call_rcu to rcu_work api, this
will also allow to move cancel_gc back into destroy callback in
a later / future patch.