All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luis Henriques <luis.henriques@canonical.com>
To: Jonghwan Choi <jhbird.choi@samsung.com>
Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	"'Wei Yongjun'" <yongjun_wei@trendmicro.com.cn>,
	"'Peter Zijlstra'" <a.p.zijlstra@chello.nl>
Subject: Re: [PATCH 3.8-stable] perf: Fix error return code
Date: Tue, 23 Apr 2013 11:56:59 +0100	[thread overview]
Message-ID: <20130423105659.GE3471@hercules> (raw)
In-Reply-To: <007001ce3fce$58768be0$0963a3a0$%choi@samsung.com>

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 <yongjun_wei@trendmicro.com.cn>"
> 
> 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 function.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> Cc: a.p.zijlstra@chello.nl
> Cc: paulus@samba.org
> Cc: acme@ghostprotocols.net
> Link:
> http://lkml.kernel.org/r/CAPgLHd8j_fWcgqe%3DKLWjpBj%2B%3Do0Pw6Z-SEq%3DNTPU08
> c2w1tngQ@mail.gmail.com
> [ Tweaked the error code setting placement and the changelog. ]
> Signed-off-by: Ingo Molnar <mingo@kernel.org>
> Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
> ---
>  kernel/events/core.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/events/core.c b/kernel/events/core.c
> index 7b6646a..f6eba58 100644
> --- a/kernel/events/core.c
> +++ b/kernel/events/core.c
> @@ -5988,6 +5988,7 @@ skip_type:
>  	if (pmu->pmu_cpu_context)
>  		goto got_cpu_context;
>  
> +	ret = -ENOMEM;
>  	pmu->pmu_cpu_context = alloc_percpu(struct perf_cpu_context);
>  	if (!pmu->pmu_cpu_context)
>  		goto free_dev;
> -- 
> 1.7.9.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe stable" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2013-04-23 10:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23  2:57 [PATCH 3.8-stable] perf: Fix error return code Jonghwan Choi
2013-04-23 10:56 ` Luis Henriques [this message]
2013-05-10  2:08   ` Ben Hutchings

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130423105659.GE3471@hercules \
    --to=luis.henriques@canonical.com \
    --cc=a.p.zijlstra@chello.nl \
    --cc=jhbird.choi@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=yongjun_wei@trendmicro.com.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.