RE: [PATCH 0/3] s390 refcount conversions

2017-10-24 Thread Reshetova, Elena
> On 10/20/2017 09:47 AM, Elena Reshetova wrote: > > This series, for S390, 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

RE: [PATCH 0/3] s390 refcount conversions

2017-10-24 Thread Reshetova, Elena
> On 10/20/2017 09:47 AM, Elena Reshetova wrote: > > This series, for S390, 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

Re: [PATCH 0/3] s390 refcount conversions

2017-10-23 Thread Julian Wiedmann
On 10/20/2017 09:47 AM, Elena Reshetova wrote: > This series, for S390, 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

Re: [PATCH 0/3] s390 refcount conversions

2017-10-23 Thread Julian Wiedmann
On 10/20/2017 09:47 AM, Elena Reshetova wrote: > This series, for S390, 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

[PATCH 0/3] s390 refcount conversions

2017-10-20 Thread Elena Reshetova
This series, for S390, 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 and can be

[PATCH 0/3] s390 refcount conversions

2017-10-20 Thread Elena Reshetova
This series, for S390, 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 and can be