lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 27 May 2008 12:46:13 +0200
From:	Pavel Machek <pavel@...e.cz>
To:	kernel list <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...l.org>,
	"Rafael J. Wysocki" <rjw@...k.pl>,
	Trivial patch monkey <trivial@...nel.org>
Subject: [patch] hint users about no_console_suspend option


Hint user about no_console_suspend option, so that we don't have to
tell each bug reporter personally.

Signed-off-by: Pavel Machek <pavel@...e.cz>

---
commit 017834f8541b8ded8ef831e5fe2b5f9cead4f6b0
tree 80c244e45acfbd1c1e8883f12021683f15356c4e
parent cc8201de538dda6c17e03fe495146e7fc755f64d
author Pavel <pavel@....ucw.cz> Tue, 27 May 2008 12:45:26 +0200
committer Pavel <pavel@....ucw.cz> Tue, 27 May 2008 12:45:26 +0200

 kernel/printk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/printk.c b/kernel/printk.c
index 8fb01c3..6e04669 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -950,7 +950,7 @@ void suspend_console(void)
 {
 	if (!console_suspend_enabled)
 		return;
-	printk("Suspending console(s)\n");
+	printk("Suspending console(s) (no_console_suspend to debug?)\n");
 	acquire_console_sem();
 	console_suspended = 1;
 }

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ