Hi Florian, On Wed, Oct 30, 2024 at 10:40:37AM +0100, Florian Westphal wrote: > v2: fix typo in commit message & fix inverted logic in patch 6. > No other changes. > > Mathieu reported a lockdep splat on rule deletion with > CONFIG_RCU_LIST=y. > > Unfortunately there are many more errors, and not all are false positives. > > First patches pass lockdep_commit_lock_is_held() to the rcu list traversal > macro so that those splats are avoided. > > The last two patches are real code change as opposed to > 'pass the transaction mutex to relax rcu check': > > Those two lists are not protected by transaction mutex so could be altered > in parallel. > > Aside from context these patches could be applied in any order. > > This targets nf-next because these are long-standing issues. This series breaks inner matching, I can see tests/shell reports: I: conf: NFT_TEST_HAVE_inner_matching=n Thanks.