Re: Per-cpu counters for TDB stats

2021-12-17 Thread Alexander Bluhm
On Wed, Dec 15, 2021 at 07:21:46PM +0300, Vitaliy Makkoveev wrote: > The previous version of this diff exposed UAF issue we had after > tdb_delete(). bluhm@ fixed this and proposes to put per-cpu counters > diff again to tree. This is the updated diff to be against the resent > sources. OK bluhm@

Re: Per-cpu counters for TDB stats

2021-12-15 Thread Vitaliy Makkoveev
Please drop this diff. > On 15 Dec 2021, at 19:21, Vitaliy Makkoveev wrote: > > The previous version of this diff exposed UAF issue we had after > tdb_delete(). bluhm@ fixed this and proposes to put per-cpu counters > diff again to tree. This is the updated diff to be against the resent > source

Per-cpu counters for TDB stats

2021-12-15 Thread Vitaliy Makkoveev
The previous version of this diff exposed UAF issue we had after tdb_delete(). bluhm@ fixed this and proposes to put per-cpu counters diff again to tree. This is the updated diff to be against the resent sources. Index: sys/net/pfkeyv2_convert.c