Re: [PATCH 0/7] net, netfilter refcounter conversions

2017-03-17 Thread Pablo Neira Ayuso
On Thu, Mar 16, 2017 at 07:52:19AM +, Reshetova, Elena wrote: > > > On Wed, Mar 15, 2017 at 01:10:38PM +0200, Elena Reshetova wrote: > > > This series, for the netfilter subsystem, replaces atomic_t reference > > > counters with the new refcount_t type and API (see > > >

RE: [PATCH 0/7] net, netfilter refcounter conversions

2017-03-16 Thread Reshetova, Elena
> On Wed, Mar 15, 2017 at 01:10:38PM +0200, Elena Reshetova wrote: > > This series, for the netfilter subsystem, replaces atomic_t reference > > counters with the new refcount_t type and API (see > > include/linux/refcount.h). > > By doing this we prevent intentional or accidental > > underflows

Re: [PATCH 0/7] net, netfilter refcounter conversions

2017-03-15 Thread Pablo Neira Ayuso
On Wed, Mar 15, 2017 at 01:10:38PM +0200, Elena Reshetova wrote: > This series, for the netfilter subsystem, replaces atomic_t reference > counters with the new refcount_t type and API (see include/linux/refcount.h). > By doing this we prevent intentional or accidental > underflows or overflows