On Wed, May 21, 2025 at 05:32:57PM +0200, Phil Sutter wrote: > On Wed, May 21, 2025 at 12:28:01AM +0200, Pablo Neira Ayuso wrote: [...] > > Maybe add nf_unregister_net_hook_list() helper? It helps to avoid > > future similar issues. > > ACK, will do! Scratch that, I was too quick and didn't check: There are exactly two spots which run 'list_for_each_entry(...) { nf_register_net_hook() }' without any extras. I'll just fix the one spot instead. Cheers, Phil