RE: [PATCH 0/4] lockd refcount conversions

2017-11-29 Thread Reshetova, Elena
> Thanks, applying all four for 4.16.--b. Thank you very much! Best Regards, Elena. > > On Wed, Nov 29, 2017 at 01:15:42PM +0200, Elena Reshetova wrote: > > This series, for lockd component, replaces atomic_t reference > > counters with the new refcount_t type and API (see > > include/linux/re

Re: [PATCH 0/4] lockd refcount conversions

2017-11-29 Thread J. Bruce Fields
Thanks, applying all four for 4.16.--b. On Wed, Nov 29, 2017 at 01:15:42PM +0200, Elena Reshetova wrote: > This series, for lockd component, 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 acciden

[PATCH 0/4] lockd refcount conversions

2017-11-29 Thread Elena Reshetova
This series, for lockd component, 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 that can led to use-after-free vulnerabilities. The patches are fully independent a