linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: kasperd@daimi.au.dk (Kasper Dupont)
Cc: rmk@arm.linux.org.uk (Russell King),
	linux-kernel@vger.kernel.org (Linux-Kernel)
Subject: Re: [PATCH] 2.4 and 2.5: remove Alt-Sysrq-L
Date: Wed, 20 Mar 2002 00:22:37 +0000 (GMT)	[thread overview]
Message-ID: <E16nTsD-0000lv-00@the-village.bc.nu> (raw)
In-Reply-To: <3C97ADD8.71408946@daimi.au.dk> from "Kasper Dupont" at Mar 19, 2002 10:30:00 PM

> -		panic("Attempted to kill init!");
> +	if (tsk->pid == 1) {
> +		printk(KERN_EMERG "Attempted to kill init!\n");
> +		flush_child_loop(tsk);
> +	}

This can occur in IRQ path - your code won't handle that. Otherwise it
seems to have potential

  reply	other threads:[~2002-03-20  0:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-15 14:54 [PATCH] 2.4 and 2.5: remove Alt-Sysrq-L Nicholas Berry
2002-03-15 15:02 ` Russell King
2002-03-19  8:00   ` Kasper Dupont
2002-03-19 16:28     ` Russell King
2002-03-19 21:30       ` Kasper Dupont
2002-03-20  0:22         ` Alan Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-15 13:16 Russell King
2002-03-15 14:11 ` David Woodhouse
2002-03-15 14:28   ` Russell King
2002-03-15 14:32   ` David Woodhouse
2002-03-15 14:42     ` Russell King
2002-03-15 14:46     ` David Woodhouse

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=E16nTsD-0000lv-00@the-village.bc.nu \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=kasperd@daimi.au.dk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    /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).