linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jet Chen <jet.chen@intel.com>
To: Vincent Guittot <vincent.guittot@linaro.org>
Cc: mingo@kernel.org, fengguang.wu@intel.com,
	linux-ia64@vger.kernel.org, linux-s390@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [sched] BUG: unable to handle kernel paging request at 093cd001
Date: Tue, 13 May 2014 00:23:31 +0800	[thread overview]
Message-ID: <5370F583.1090207@intel.com> (raw)
In-Reply-To: <1399905820-16943-1-git-send-email-vincent.guittot@linaro.org>

On 05/12/2014 10:43 PM, Vincent Guittot wrote:
> Hi,
> 
> Sorry the previous patch, that i sent, becomes wrong after optimizing it
> Could you please try this one ?

Hi Vincent, this patch works. Thanks.

Tested-by: Jet Chen <jet.chen@intel.com>

> 
> Regards,
> Vincent
> ---
>  kernel/sched/core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/sched/core.c b/kernel/sched/core.c
> index 4ea7b3f..205fa17 100644
> --- a/kernel/sched/core.c
> +++ b/kernel/sched/core.c
> @@ -6234,7 +6234,7 @@ static void sched_init_numa(void)
>  	/* Compute default topology size */
>  	for (i = 0; sched_domain_topology[i].mask; i++);
>  
> -	tl = kzalloc((i + level) *
> +	tl = kzalloc((i + level + 1) *
>  			sizeof(struct sched_domain_topology_level), GFP_KERNEL);
>  	if (!tl)
>  		return;
> 

      reply	other threads:[~2014-05-12 16:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-12  8:03 [sched] BUG: unable to handle kernel paging request at 093cd001 Jet Chen
2014-05-12  9:52 ` Vincent Guittot
2014-05-12 14:36   ` Jet Chen
2014-05-12 14:43     ` Vincent Guittot
2014-05-12 16:23       ` Jet Chen [this message]

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=5370F583.1090207@intel.com \
    --to=jet.chen@intel.com \
    --cc=fengguang.wu@intel.com \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=vincent.guittot@linaro.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).