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:	Sat, 23 Mar 2013 12:39:02 +0100
From:	Paul Bolle <pebolle@...cali.nl>
To:	Jeff Dike <jdike@...toit.com>, Richard Weinberger <richard@....at>
Cc:	user-mode-linux-devel@...ts.sourceforge.net,
	user-mode-linux-user@...ts.sourceforge.net,
	linux-kernel@...r.kernel.org
Subject: [PATCH] um: remove "config STDIO_CONSOLE"

The only user of Kconfig symbol STDIO_CONSOLE was removed in v2.5.65.
Its entry can safely be removed.

Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
0) Untested.

1) A short history of STDIO_CONSOLE and CONFIG_STDIO_CONSOLE

CONFIG_STDIO_CONSOLE was added in v2.4.9 (August 2001). It wrapped a
call of stdio_console_init() in an #ifdef and #endif pair.

The Kconfig symbol STDIO_CONSOLE was added in v2.5.35 (September 2002).
That release also introduced a definition of stdio_console_init().

Both CONFIG_STDIO_CONSOLE and the call of stdio_console_init() that it
guarded were removed in v2.5.65 (March 2003). An instance of the
console_initcall() macro was then added for stdio_console_init.

 arch/um/Kconfig.char | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/um/Kconfig.char b/arch/um/Kconfig.char
index b9d7c42..f10738d 100644
--- a/arch/um/Kconfig.char
+++ b/arch/um/Kconfig.char
@@ -6,10 +6,6 @@ config STDERR_CONSOLE
 	help
 	  console driver which dumps all printk messages to stderr.
 
-config STDIO_CONSOLE
-	bool
-	default y
-
 config SSL
 	bool "Virtual serial line"
 	help
-- 
1.7.11.7

--
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