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:	Fri, 3 Jul 2009 02:59:01 -0700
From:	"Rupjyoti Sarmah" <rsarmah@...c.com>
To:	<linux-kernel@...r.kernel.org>
Subject: [PATCH] <bootargs removal from sequoia.dts for PPC > kernel <2.6.30>

4 lines need to be removed from arch/powerpc/boot/dts/sequoia.dts file. 
Otherwise the nfs fails. 
The bootargs can be picked up directly from u-boot's bootargs:

----------
 
diff -uNr linux-2.6.30/arch/powerpc/boot/dts/sequoia.dts linux-2.6.30.1/arch/powerpc/boot/dts/sequoia.dts
--- linux-2.6.30/arch/powerpc/boot/dts/sequoia.dts    2009-06-09 20:05:27.000000000 -0700
+++ linux-2.6.30.1/arch/powerpc/boot/dts/sequoia.dts  2009-06-16 04:43:54.000000000 -0700
@@ -371,8 +371,5 @@
            };
      };
 
-     chosen {
-           linux,stdout-path = "/plb/opb/serial@...00300";
-           bootargs = "console=ttyS0,115200";
-     };
+     
 };

----------------

View attachment "Readme.txt" of type "text/plain" (113 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ