Re: [PATCH 3.8-stable] perf: Fix error return code

2013-05-09 Thread Ben Hutchings
On Tue, 2013-04-23 at 11:56 +0100, Luis Henriques wrote: > On Tue, Apr 23, 2013 at 11:57:51AM +0900, Jonghwan Choi wrote: > > 3.8-stable review patch. If anyone has any objections, please let me know. > > Thanks, I believe this is also applicable to 3.2.y, 3.4.y and 3.5.y. I agree; I've queued t

Re: [PATCH 3.8-stable] perf: Fix error return code

2013-04-23 Thread Luis Henriques
On Tue, Apr 23, 2013 at 11:57:51AM +0900, Jonghwan Choi wrote: > 3.8-stable review patch. If anyone has any objections, please let me know. Thanks, I believe this is also applicable to 3.2.y, 3.4.y and 3.5.y. Cheers, -- Luis > > -- > > From: "Wei Yongjun " > > commit c4814202

[PATCH 3.8-stable] perf: Fix error return code

2013-04-22 Thread Jonghwan Choi
3.8-stable review patch. If anyone has any objections, please let me know. -- From: "Wei Yongjun " commit c481420248c6730246d2a1b1773d5d7007ae0835 upstream. Fix to return -ENOMEM in the allocation error case instead of 0 (if pmu_bus_running == 1), as done elsewhere in this func