Re: [PATCH 0/2] Fixes for cpu cooling

2015-09-01 Thread Javi Merino
On Tue, Aug 25, 2015 at 07:53:48PM +0100, Javi Merino wrote: > On Mon, Aug 17, 2015 at 07:21:41PM +0100, Javi Merino wrote: > > Commit c36cf0717631 ("thermal: cpu_cooling: implement the power > > cooling device API") introduced two bugs: a call to kcalloc() (that > > might sleep) under RCU and not

Re: [PATCH 0/2] Fixes for cpu cooling

2015-08-25 Thread Javi Merino
On Mon, Aug 17, 2015 at 07:21:41PM +0100, Javi Merino wrote: > Commit c36cf0717631 ("thermal: cpu_cooling: implement the power > cooling device API") introduced two bugs: a call to kcalloc() (that > might sleep) under RCU and not freeing the allocation when it's no > longer needed. This series fix