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>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 20 Oct 2008 16:25:40 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	lkml <linux-kernel@...r.kernel.org>, x86@...nel.org
CC:	Uwe Hermann <uwe@...mann-uwe.de>
Subject: [PATCH] doc/x86: update file locations and 00-INDEX

From: Randy Dunlap <randy.dunlap@...cle.com>

A few Doc/x86/ files were moved, so account for that.
Update Doc/x86/00-INDEX file.

Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
cc: Uwe Hermann <uwe@...mann-uwe.de>
---
 Documentation/kernel-parameters.txt |    4 ++--
 Documentation/lguest/lguest.c       |    2 +-
 Documentation/x86/00-INDEX          |    8 ++++++++
 3 files changed, 11 insertions(+), 3 deletions(-)

--- linux.trees.git.orig/Documentation/kernel-parameters.txt
+++ linux.trees.git/Documentation/kernel-parameters.txt
@@ -111,7 +111,7 @@ In addition, the following text indicate
 Parameters denoted with BOOT are actually interpreted by the boot
 loader, and have no meaning to the kernel directly.
 Do not modify the syntax of boot loader parameters without extreme
-need or coordination with <Documentation/x86/i386/boot.txt>.
+need or coordination with <Documentation/x86/boot.txt>.
 
 There are also arch-specific kernel-parameters not documented here.
 See for example <Documentation/x86/x86_64/boot-options.txt>.
@@ -2306,7 +2306,7 @@ and is between 256 and 4096 characters. 
 			See Documentation/fb/modedb.txt.
 
 	vga=		[BOOT,X86-32] Select a particular video mode
-			See Documentation/x86/i386/boot.txt and
+			See Documentation/x86/boot.txt and
 			Documentation/svga.txt.
 			Use vga=ask for menu.
 			This is actually a boot loader parameter; the value is
--- linux.trees.git.orig/Documentation/lguest/lguest.c
+++ linux.trees.git/Documentation/lguest/lguest.c
@@ -402,7 +402,7 @@ static unsigned long load_bzimage(int fd
 	void *p = from_guest_phys(0x100000);
 
 	/* Go back to the start of the file and read the header.  It should be
-	 * a Linux boot header (see Documentation/x86/i386/boot.txt) */
+	 * a Linux boot header (see Documentation/x86/boot.txt) */
 	lseek(fd, 0, SEEK_SET);
 	read(fd, &boot, sizeof(boot));
 
--- linux.trees.git.orig/Documentation/x86/00-INDEX
+++ linux.trees.git/Documentation/x86/00-INDEX
@@ -1,4 +1,12 @@
 00-INDEX
 	- this file
+boot.txt
+	- the Linux/x86 boot protocol
 mtrr.txt
 	- how to use x86 Memory Type Range Registers to increase performance
+pat.txt
+	- Linux/x86 Page Attribute Table APIs and debugging
+usb-legacy-support.txt
+	- Handling USB legacy support issues
+zero-page.txt
+	- struct boot_params info (in page 0)
--
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