On Sat, Sep 23, 2023 at 03:38:07AM +0200, Phil Sutter wrote: > Introduce dedicated callbacks for nfnetlink and the asynchronous dump > handling which perform the necessary locking. I would describe here what this patchset fixes, basically, two different threads that dump the set content with the _RESET command is problematic since both threads are racing. You might find a better wording for this.