Re: 2.6.27.5 RT patch status (26rt11)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear Sir Carvalho de Melo,

2008/11/20 Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>:
[...]
>> 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));
 }
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux