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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 23 Jan 2009 19:59:02 +0900
From:	Magnus Damm <magnus.damm@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	akpm@...ux-foundation.org, johnstul@...ibm.com, gregkh@...e.de,
	roel.kluin@...il.com, lethal@...ux-sh.org, tglx@...utronix.de,
	mingo@...hat.com, Magnus Damm <magnus.damm@...il.com>
Subject: [PATCH 008/011] sh: add early platform support for earlyprintk

From: Magnus Damm <damm@...l.co.jp>

This patch adds early platform "earlyprintk" class support.

Signed-off-by: Magnus Damm <damm@...l.co.jp>
---

 arch/sh/kernel/setup.c |    3 +++
 1 file changed, 3 insertions(+)

--- 0021/arch/sh/kernel/setup.c
+++ work/arch/sh/kernel/setup.c	2009-01-23 16:38:16.000000000 +0900
@@ -389,6 +389,9 @@ void __init setup_arch(char **cmdline_p)
 
 	plat_early_device_setup();
 
+	/* Let earlyprintk output early console messages */
+	early_platform_driver_probe("earlyprintk", 1, 1);
+
 	sh_mv_setup();
 
 	/*
--
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