Re: [PATCH 0/5] sched refcount_t conversions

2019-02-05 Thread Peter Zijlstra
On Tue, Feb 05, 2019 at 11:57:00AM +, Reshetova, Elena wrote: > > On Fri, Jan 18, 2019 at 02:27:25PM +0200, Elena Reshetova wrote: > > > Elena Reshetova (5): > > > sched: convert sighand_struct.count to refcount_t > > > sched: convert signal_struct.sigcnt to refcount_t > > > > These should

RE: [PATCH 0/5] sched refcount_t conversions

2019-02-05 Thread Reshetova, Elena
> On Fri, Jan 18, 2019 at 02:27:25PM +0200, Elena Reshetova wrote: > > Elena Reshetova (5): > > sched: convert sighand_struct.count to refcount_t > > sched: convert signal_struct.sigcnt to refcount_t > > These should really be seen by Oleg (bounced) and I'll await his reply. > > > sched: co

RE: [PATCH 0/5] sched refcount_t conversions

2019-01-18 Thread Reshetova, Elena
> On Fri, Jan 18, 2019 at 02:27:25PM +0200, Elena Reshetova wrote: > > I would really love finally to merge these old patches > > (now rebased on top of linux-next/master as of last friday), > > since as far as I remember none has raised any more concerns > > on them. > > > > refcount_t has been no

RE: [PATCH 0/5] sched refcount_t conversions

2019-01-18 Thread Reshetova, Elena
> On Fri, Jan 18, 2019 at 02:27:25PM +0200, Elena Reshetova wrote: > > Elena Reshetova (5): > > sched: convert sighand_struct.count to refcount_t > > sched: convert signal_struct.sigcnt to refcount_t > > These should really be seen by Oleg (bounced) and I'll await his reply. > > > sched:

Re: [PATCH 0/5] sched refcount_t conversions

2019-01-18 Thread Peter Zijlstra
On Fri, Jan 18, 2019 at 02:27:25PM +0200, Elena Reshetova wrote: > Elena Reshetova (5): > sched: convert sighand_struct.count to refcount_t > sched: convert signal_struct.sigcnt to refcount_t These should really be seen by Oleg (bounced) and I'll await his reply. > sched: convert numa_group

Re: [PATCH 0/5] sched refcount_t conversions

2019-01-18 Thread Andrea Parri
On Fri, Jan 18, 2019 at 02:27:25PM +0200, Elena Reshetova wrote: > I would really love finally to merge these old patches > (now rebased on top of linux-next/master as of last friday), > since as far as I remember none has raised any more concerns > on them. > > refcount_t has been now successfull

[PATCH 0/5] sched refcount_t conversions

2019-01-18 Thread Elena Reshetova
I would really love finally to merge these old patches (now rebased on top of linux-next/master as of last friday), since as far as I remember none has raised any more concerns on them. refcount_t has been now successfully used in kernel in many places, helped to detect bugs and mistakes in logic