From: Arnaldo Carvalho de Melo <acme@redhat.com>
To: Alessio Igor Bogani <abogani@texware.it>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>,
linux-rt-users@vger.kernel.org
Subject: Re: 2.6.27.5 RT patch status (26rt11)
Date: Thu, 20 Nov 2008 11:46:12 -0200 [thread overview]
Message-ID: <20081120134612.GJ30491@ghostprotocols.net> (raw)
In-Reply-To: <63a49ef40811200543m75bb49deu4dc1c861b226c481@mail.gmail.com>
Em Thu, Nov 20, 2008 at 02:43:09PM +0100, Alessio Igor Bogani escreveu:
> Dear Sir Carvalho de Melo,
>
> 2008/11/20 Arnaldo Carvalho de Melo <acme@redhat.com>:
> [...]
> >> I hit one, DELL PE1900, dual dual core xeon, megasas disk controler,
> [...]
> >> BUG: unable to handle kernel NULL pointer dereference at 0000000000000008
> [...]
>
> Could you try this patch, please?
>
> Thanks!
>
> Ciao,
> Alessio
>
> Index: linux-source-2.6.27/kernel/fork.c
> ===================================================================
> --- linux-source-2.6.27.orig/kernel/fork.c 2008-11-11 10:50:21.000000000 +0100
> +++ linux-source-2.6.27/kernel/fork.c 2008-11-11 10:50:40.000000000 +0100
> @@ -229,7 +229,7 @@
> init_task.signal->rlim[RLIMIT_SIGPENDING] =
> init_task.signal->rlim[RLIMIT_NPROC];
>
> - for (i = 0; i < NR_CPUS; i++)
> + for (i = 0; i < nr_cpu_ids; i++)
> INIT_LIST_HEAD(&per_cpu(delayed_drop_list, i));
> }
Thanks, looks like this should fix this, I'll test and report back.
- Arnaldo
next prev parent reply other threads:[~2008-11-20 13:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-10 23:47 2.6.27.5 RT patch status (26rt11) Paul Gortmaker
2008-11-20 13:25 ` Arnaldo Carvalho de Melo
2008-11-20 13:29 ` Arnaldo Carvalho de Melo
2008-11-20 13:43 ` Alessio Igor Bogani
2008-11-20 13:46 ` Arnaldo Carvalho de Melo [this message]
2008-11-20 14:19 ` Arnaldo Carvalho de Melo
2008-11-20 14:44 ` Arnaldo Carvalho de Melo
2008-11-21 17:25 ` Alessio Igor Bogani
2008-11-21 17:56 ` Arnaldo Carvalho de Melo
2008-11-20 13:43 ` Arnaldo Carvalho de Melo
2008-11-30 18:19 ` (null)
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=20081120134612.GJ30491@ghostprotocols.net \
--to=acme@redhat.com \
--cc=abogani@texware.it \
--cc=linux-rt-users@vger.kernel.org \
--cc=paul.gortmaker@windriver.com \
/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.