linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: bwalle@suse.de
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Initialise SAK member for each virtual console to prevent oops
Date: Sun, 11 Mar 2007 13:52:51 -0700 (PDT)	[thread overview]
Message-ID: <20070311.135251.21926684.davem@davemloft.net> (raw)
In-Reply-To: <20070311204137.GD12950@strauss.suse.de>

From: Bernhard Walle <bwalle@suse.de>
Date: Sun, 11 Mar 2007 21:41:38 +0100

> This patch initialises the SAK member of the vc_cons variable on all virtual
> terminals, not only the first one.

No it doesn't

> --- linux-2.6.21-rc3.orig/drivers/char/vt.c
> +++ linux-2.6.21-rc3/drivers/char/vt.c
> @@ -724,6 +724,7 @@ int vc_allocate(unsigned int currcons)	/
>  		return -ENOMEM;
>  	    memset(vc, 0, sizeof(*vc));
>  	    vc_cons[currcons].d = vc;
> +	    /* INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK); */

The code is commented out, so it won't do anything.

Please review the patches you are about to send to the list,
thank you.

  reply	other threads:[~2007-03-11 20:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-11 20:41 [PATCH] Initialise SAK member for each virtual console to prevent oops Bernhard Walle
2007-03-11 20:52 ` David Miller [this message]
2007-03-11 21:17   ` Bernhard Walle
2007-03-11 21:18 ` Bernhard Walle
2007-03-13 17:16   ` Eric W. Biederman
2007-03-15 20:23 ` Bernhard Walle

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=20070311.135251.21926684.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=bwalle@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /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).