|
|
|
@ -27,7 +27,7 @@ Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
|
|
14 files changed, 48 insertions(+), 21 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/grub-core/commands/minicmd.c b/grub-core/commands/minicmd.c
|
|
|
|
|
index fa498931ed..2bd3ac76f2 100644
|
|
|
|
|
index fa498931ed2..2bd3ac76f2d 100644
|
|
|
|
|
--- a/grub-core/commands/minicmd.c
|
|
|
|
|
+++ b/grub-core/commands/minicmd.c
|
|
|
|
|
@@ -182,12 +182,24 @@ grub_mini_cmd_lsmod (struct grub_command *cmd __attribute__ ((unused)),
|
|
|
|
@ -60,7 +60,7 @@ index fa498931ed..2bd3ac76f2 100644
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
diff --git a/grub-core/kern/efi/efi.c b/grub-core/kern/efi/efi.c
|
|
|
|
|
index 8cff7be028..05d8237a9b 100644
|
|
|
|
|
index 8cff7be0289..05d8237a9b2 100644
|
|
|
|
|
--- a/grub-core/kern/efi/efi.c
|
|
|
|
|
+++ b/grub-core/kern/efi/efi.c
|
|
|
|
|
@@ -165,11 +165,16 @@ grub_reboot (void)
|
|
|
|
@ -83,7 +83,7 @@ index 8cff7be028..05d8237a9b 100644
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
diff --git a/grub-core/kern/emu/main.c b/grub-core/kern/emu/main.c
|
|
|
|
|
index 425bb96034..55ea5a11cc 100644
|
|
|
|
|
index 425bb960347..55ea5a11ccd 100644
|
|
|
|
|
--- a/grub-core/kern/emu/main.c
|
|
|
|
|
+++ b/grub-core/kern/emu/main.c
|
|
|
|
|
@@ -67,7 +67,7 @@ grub_reboot (void)
|
|
|
|
@ -96,7 +96,7 @@ index 425bb96034..55ea5a11cc 100644
|
|
|
|
|
grub_reboot ();
|
|
|
|
|
}
|
|
|
|
|
diff --git a/grub-core/kern/emu/misc.c b/grub-core/kern/emu/misc.c
|
|
|
|
|
index dfd8a8ec48..0ff13bcaf8 100644
|
|
|
|
|
index dfd8a8ec488..0ff13bcaf8c 100644
|
|
|
|
|
--- a/grub-core/kern/emu/misc.c
|
|
|
|
|
+++ b/grub-core/kern/emu/misc.c
|
|
|
|
|
@@ -151,9 +151,10 @@ xasprintf (const char *fmt, ...)
|
|
|
|
@ -113,7 +113,7 @@ index dfd8a8ec48..0ff13bcaf8 100644
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
diff --git a/grub-core/kern/i386/coreboot/init.c b/grub-core/kern/i386/coreboot/init.c
|
|
|
|
|
index 3314f027fe..36f9134b7b 100644
|
|
|
|
|
index 3314f027fec..36f9134b7b7 100644
|
|
|
|
|
--- a/grub-core/kern/i386/coreboot/init.c
|
|
|
|
|
+++ b/grub-core/kern/i386/coreboot/init.c
|
|
|
|
|
@@ -41,7 +41,7 @@ extern grub_uint8_t _end[];
|
|
|
|
@ -126,7 +126,7 @@ index 3314f027fe..36f9134b7b 100644
|
|
|
|
|
/* We can't use grub_fatal() in this function. This would create an infinite
|
|
|
|
|
loop, since grub_fatal() calls grub_abort() which in turn calls grub_exit(). */
|
|
|
|
|
diff --git a/grub-core/kern/i386/qemu/init.c b/grub-core/kern/i386/qemu/init.c
|
|
|
|
|
index 271b6fbfab..9fafe98f01 100644
|
|
|
|
|
index 271b6fbfabd..9fafe98f015 100644
|
|
|
|
|
--- a/grub-core/kern/i386/qemu/init.c
|
|
|
|
|
+++ b/grub-core/kern/i386/qemu/init.c
|
|
|
|
|
@@ -42,7 +42,7 @@ extern grub_uint8_t _end[];
|
|
|
|
@ -139,7 +139,7 @@ index 271b6fbfab..9fafe98f01 100644
|
|
|
|
|
/* We can't use grub_fatal() in this function. This would create an infinite
|
|
|
|
|
loop, since grub_fatal() calls grub_abort() which in turn calls grub_exit(). */
|
|
|
|
|
diff --git a/grub-core/kern/ieee1275/init.c b/grub-core/kern/ieee1275/init.c
|
|
|
|
|
index d483e35eed..e71d158416 100644
|
|
|
|
|
index d483e35eed2..e71d1584164 100644
|
|
|
|
|
--- a/grub-core/kern/ieee1275/init.c
|
|
|
|
|
+++ b/grub-core/kern/ieee1275/init.c
|
|
|
|
|
@@ -71,7 +71,7 @@ grub_addr_t grub_ieee1275_original_stack;
|
|
|
|
@ -152,7 +152,7 @@ index d483e35eed..e71d158416 100644
|
|
|
|
|
grub_ieee1275_exit ();
|
|
|
|
|
}
|
|
|
|
|
diff --git a/grub-core/kern/mips/arc/init.c b/grub-core/kern/mips/arc/init.c
|
|
|
|
|
index 2ed3ff3191..5c40c34078 100644
|
|
|
|
|
index 2ed3ff3191e..5c40c34078d 100644
|
|
|
|
|
--- a/grub-core/kern/mips/arc/init.c
|
|
|
|
|
+++ b/grub-core/kern/mips/arc/init.c
|
|
|
|
|
@@ -276,7 +276,7 @@ grub_halt (void)
|
|
|
|
@ -165,7 +165,7 @@ index 2ed3ff3191..5c40c34078 100644
|
|
|
|
|
GRUB_ARC_FIRMWARE_VECTOR->exit ();
|
|
|
|
|
|
|
|
|
|
diff --git a/grub-core/kern/mips/loongson/init.c b/grub-core/kern/mips/loongson/init.c
|
|
|
|
|
index 7b96531b98..dff598ca7b 100644
|
|
|
|
|
index 7b96531b983..dff598ca7b0 100644
|
|
|
|
|
--- a/grub-core/kern/mips/loongson/init.c
|
|
|
|
|
+++ b/grub-core/kern/mips/loongson/init.c
|
|
|
|
|
@@ -304,7 +304,7 @@ grub_halt (void)
|
|
|
|
@ -178,7 +178,7 @@ index 7b96531b98..dff598ca7b 100644
|
|
|
|
|
grub_halt ();
|
|
|
|
|
}
|
|
|
|
|
diff --git a/grub-core/kern/mips/qemu_mips/init.c b/grub-core/kern/mips/qemu_mips/init.c
|
|
|
|
|
index be88b77d22..8b6c55ffc0 100644
|
|
|
|
|
index be88b77d22d..8b6c55ffc01 100644
|
|
|
|
|
--- a/grub-core/kern/mips/qemu_mips/init.c
|
|
|
|
|
+++ b/grub-core/kern/mips/qemu_mips/init.c
|
|
|
|
|
@@ -75,7 +75,7 @@ grub_machine_fini (int flags __attribute__ ((unused)))
|
|
|
|
@ -191,7 +191,7 @@ index be88b77d22..8b6c55ffc0 100644
|
|
|
|
|
grub_halt ();
|
|
|
|
|
}
|
|
|
|
|
diff --git a/grub-core/kern/misc.c b/grub-core/kern/misc.c
|
|
|
|
|
index 3af336ee22..63b586d09c 100644
|
|
|
|
|
index 3af336ee227..63b586d09cb 100644
|
|
|
|
|
--- a/grub-core/kern/misc.c
|
|
|
|
|
+++ b/grub-core/kern/misc.c
|
|
|
|
|
@@ -1209,9 +1209,18 @@ grub_abort (void)
|
|
|
|
@ -215,7 +215,7 @@ index 3af336ee22..63b586d09c 100644
|
|
|
|
|
grub_fatal (const char *fmt, ...)
|
|
|
|
|
{
|
|
|
|
|
diff --git a/grub-core/kern/uboot/init.c b/grub-core/kern/uboot/init.c
|
|
|
|
|
index 3e338645c5..be2a5be1d0 100644
|
|
|
|
|
index 3e338645c57..be2a5be1d07 100644
|
|
|
|
|
--- a/grub-core/kern/uboot/init.c
|
|
|
|
|
+++ b/grub-core/kern/uboot/init.c
|
|
|
|
|
@@ -39,9 +39,9 @@ extern grub_size_t grub_total_module_size;
|
|
|
|
@ -240,7 +240,7 @@ index 3e338645c5..be2a5be1d0 100644
|
|
|
|
|
else if (ver > API_SIG_VERSION)
|
|
|
|
|
{
|
|
|
|
|
diff --git a/grub-core/kern/xen/init.c b/grub-core/kern/xen/init.c
|
|
|
|
|
index 782ca72952..708b060f32 100644
|
|
|
|
|
index 782ca72952a..708b060f324 100644
|
|
|
|
|
--- a/grub-core/kern/xen/init.c
|
|
|
|
|
+++ b/grub-core/kern/xen/init.c
|
|
|
|
|
@@ -584,7 +584,7 @@ grub_machine_init (void)
|
|
|
|
@ -253,7 +253,7 @@ index 782ca72952..708b060f32 100644
|
|
|
|
|
struct sched_shutdown arg;
|
|
|
|
|
|
|
|
|
|
diff --git a/include/grub/misc.h b/include/grub/misc.h
|
|
|
|
|
index 7d2b551969..fd18e6320b 100644
|
|
|
|
|
index 7d2b5519690..fd18e6320b8 100644
|
|
|
|
|
--- a/include/grub/misc.h
|
|
|
|
|
+++ b/include/grub/misc.h
|
|
|
|
|
@@ -353,7 +353,7 @@ int EXPORT_FUNC(grub_vsnprintf) (char *str, grub_size_t n, const char *fmt,
|
|
|
|
|