On 03/13, Andrew Morton wrote:Laurent, thanks a lot! What was the state of consolechars? Where exactly did it hang? do_exit+?? Yes, currently I suspect we have another bug. And. While doing this patch I forgot we should fix the bugs with init first! (will try to make the patch soon). Laurent, any chance you can try 2.6.25-rc5-mm1 + the patch below? Unlikely it can help, but would be great to be sure. Oleg. --- MM/kernel/signal.c~ 2008-03-14 08:08:07.000000000 +0300 +++ MM/kernel/signal.c 2008-03-14 08:08:17.000000000 +0300 @@ -719,6 +719,10 @@ static void complete_signal(int sig, str /* * This signal will be fatal to the whole group. */ +if (is_global_init(p)) { + printk(KERN_CRIT "ERR!! init is killed by %d\n", sig); + WARN_ON_ONCE(1); +} else if (!sig_kernel_coredump(sig)) { /* * Start a group exit and wake everybody up. --
| Greg Kroah-Hartman | [PATCH 002/196] Chinese: rephrase English introduction in HOWTO |
| Linus Torvalds | Linux 2.6.27-rc8 |
| Parag Warudkar | BUG: soft lockup - CPU#1 stuck for 15s! [swapper:0] |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| Jakub Narebski | Re: VCS comparison table |
| Wincent Colaiuta | Re: [ANNOUNCE] GIT 1.5.4 |
| Sam Song | Fwd: [OT] Re: Git via a proxy server? |
| Junio C Hamano | Re: More precise tag following |
| Nick Guenther | Re: Real men don't attack straw men |
| Raimo Niskanen | HP ProLiant DL140 G3 problems |
| Todd Pytel | IDE or SCSI virtual disks for VMWare image? |
| R. Fumione | OpenBSD speed on desktops |
| Patrick McHardy | [NET_SCHED 03/15]: act_api: fix netlink API conversion bug |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Theodore Tso | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Linus Torvalds | Re: [GIT]: Networking |
