+ introduce-crashboot-kernel-command-line-parameter-fix.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     introduce-crashboot-kernel-command-line-parameter fix

has been added to the -mm tree.  Its filename is

     introduce-crashboot-kernel-command-line-parameter-fix.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: introduce-crashboot-kernel-command-line-parameter fix
From: Vivek Goyal <vgoyal@xxxxxxxxxx>


o Compilation of cciss driver broke when compiled as a module as crash_boot
  was not exported.

Signed-off-by: Vivek Goyal <vgoyal@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 init/main.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN init/main.c~introduce-crashboot-kernel-command-line-parameter-fix init/main.c
--- a/init/main.c~introduce-crashboot-kernel-command-line-parameter-fix
+++ a/init/main.c
@@ -135,6 +135,7 @@ static char *ramdisk_execute_command;
  * context.
  */
 unsigned int crash_boot;
+EXPORT_SYMBOL(crash_boot);
 
 /* Setup configured maximum number of CPUs to activate */
 static unsigned int max_cpus = NR_CPUS;
_

Patches currently in -mm which might be from vgoyal@xxxxxxxxxx are

origin.patch
i2c-801-64bit-resource-fix.patch
powerpc-adding-the-use-of-the-firmware-soft-reset-nmi-to-kdump.patch
register-hot-added-memory-to-iomem-resource.patch
introduce-crashboot-kernel-command-line-parameter.patch
introduce-crashboot-kernel-command-line-parameter-fix.patch
kdump-cciss-driver-initialization-issue-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux