The patch titled
Add reset_devices to the recommended parameters
has been added to the -mm tree. Its filename is
add-reset_devices-to-the-recommended-parameters.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: Add reset_devices to the recommended parameters
From: Bernhard Walle <[EMAIL PROTECTED]>
This patch adds the "reset_devices" option (that's used only by one device
driver for now) to the recommended list of command line parameters for kdump.
Meaning (Documentation/kernel-parameters.txt):
reset_devices [KNL] Force drivers to reset the underlying device
during initialization.
Signed-off-by: Bernhard Walle <[EMAIL PROTECTED]>
Cc: "Randy.Dunlap" <[EMAIL PROTECTED]>
Cc: Vivek Goyal <[EMAIL PROTECTED]>
Cc: "Eric W. Biederman" <[EMAIL PROTECTED]>
Cc: Haren Myneni <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
Documentation/kdump/kdump.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -puN
Documentation/kdump/kdump.txt~add-reset_devices-to-the-recommended-parameters
Documentation/kdump/kdump.txt
---
a/Documentation/kdump/kdump.txt~add-reset_devices-to-the-recommended-parameters
+++ a/Documentation/kdump/kdump.txt
@@ -292,10 +292,10 @@ Following are the arch specific command
loading dump-capture kernel.
For i386, x86_64 and ia64:
- "1 irqpoll maxcpus=1"
+ "1 irqpoll maxcpus=1 reset_devices"
For ppc64:
- "1 maxcpus=1 noirqdistrib"
+ "1 maxcpus=1 noirqdistrib reset_devices"
Notes on loading the dump-capture kernel:
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
add-vmcoreinfo.patch
express-relocatability-of-kernel-on-x86_64-in-documentation.patch
express-relocatability-of-kernel-on-x86_64-in.patch
express-new-elf32-mechanisms-in-documentation.patch
add-reset_devices-to-the-recommended-parameters.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html