From: "Andrew Morton" <morton@nortelnetworks.com>
To: BERECZ Szabolcs <szabi@inf.elte.hu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [BUG] kernel BUG at printk.c:458! -- 2.4.2-ac20
Date: Mon, 19 Mar 2001 01:40:06 +0000 [thread overview]
Message-ID: <3AB56376.FDFC5E23@asiapacificm01.nt.com> (raw)
In-Reply-To: <Pine.A41.4.31.0103190047360.115440-100000@pandora.inf.elte.hu>
BERECZ Szabolcs wrote:
>
> kernel BUG at printk.c:458!
>
--- drivers/char/console.c.orig Mon Mar 19 12:38:27 2001
+++ drivers/char/console.c Mon Mar 19 12:38:49 2001
@@ -2305,6 +2305,9 @@
{
struct vt_struct *vt = (struct vt_struct *)tty->driver_data;
+ if (in_interrupt())
+ return;
+
pm_access(pm_con);
acquire_console_sem();
set_cursor(vt->vc_num);
prev parent reply other threads:[~2001-03-19 1:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-19 1:14 [BUG] kernel BUG at printk.c:458! -- 2.4.2-ac20 BERECZ Szabolcs
2001-03-18 9:19 ` Arnaldo Carvalho de Melo
2001-03-19 1:40 ` Andrew Morton [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=3AB56376.FDFC5E23@asiapacificm01.nt.com \
--to=morton@nortelnetworks.com \
--cc=linux-kernel@vger.kernel.org \
--cc=szabi@inf.elte.hu \
/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