On Fri, Apr 08, 2022 at 11:56:09AM +0200, Pablo Neira Ayuso wrote: > On Wed, Mar 23, 2022 at 02:21:58PM +0100, Florian Westphal wrote: > > This series removes the unconfirmed and dying percpu lists. > > > > Dying list is replaced by pernet list, only used when reliable event > > delivery mode was requested. > > > > Unconfirmed list is replaced by a generation id for the conntrack > > extesions, to detect when pointers to external objects (timeout policy, > > helper, ...) has gone stale. > > > > An alternative to the genid would be to always take references on > > such external objects, let me know if that is the preferred solution. > > Applied 1, 2, 3, 5, 6 and 8. Not 6 actually, since it depends on 4. So I'm taking the preparation patches of this batch. Thanks