From e882b3a954e57b7fc5e19db4e877d150a0af527c Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Aug 24 2017 18:28:55 +0000 Subject: Fix accidentally regressed return type fix on calibrate_tsc_hardcode() --- diff --git a/0131-calibrate_tsc-use-the-Stall-EFI-boot-service-on-GRUB.patch b/0131-calibrate_tsc-use-the-Stall-EFI-boot-service-on-GRUB.patch index b1f7e69..b9ffcb6 100644 --- a/0131-calibrate_tsc-use-the-Stall-EFI-boot-service-on-GRUB.patch +++ b/0131-calibrate_tsc-use-the-Stall-EFI-boot-service-on-GRUB.patch @@ -1,4 +1,4 @@ -From 55b69bdee6f721044ba1d44e2efae98ccbb888f5 Mon Sep 17 00:00:00 2001 +From 603f5c1a20ec0acd20227eb4c48ffc4d21960ec1 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 10 Oct 2014 11:11:09 +0200 Subject: [PATCH 131/194] calibrate_tsc(): use the Stall() EFI boot service on @@ -11,11 +11,11 @@ services instead. Signed-off-by: RHEL Ninjas --- - grub-core/kern/i386/tsc.c | 61 ++++++++++++++++++++++++++++++++++++++++++++--- - 1 file changed, 58 insertions(+), 3 deletions(-) + grub-core/kern/i386/tsc.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++- + 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/grub-core/kern/i386/tsc.c b/grub-core/kern/i386/tsc.c -index 2e85289d8..ca3009cf5 100644 +index 2e85289d8..48c013860 100644 --- a/grub-core/kern/i386/tsc.c +++ b/grub-core/kern/i386/tsc.c @@ -24,6 +24,17 @@ @@ -81,16 +81,11 @@ index 2e85289d8..ca3009cf5 100644 static grub_uint64_t grub_tsc_get_time_ms (void) { -@@ -43,11 +92,17 @@ grub_tsc_get_time_ms (void) - return ((al * grub_tsc_rate) >> 32) + ah * grub_tsc_rate; - } - --static int -+static void +@@ -46,7 +95,15 @@ grub_tsc_get_time_ms (void) + static int calibrate_tsc_hardcode (void) { - grub_tsc_rate = 5368;/* 800 MHz */ -- return 1; + /* First calibrate the TSC rate (relative, not absolute time). */ + grub_uint64_t end_tsc; + @@ -99,9 +94,10 @@ index 2e85289d8..ca3009cf5 100644 + end_tsc = grub_get_tsc (); + + grub_tsc_rate = grub_divmod64 ((55ULL << 32), end_tsc - tsc_boot_time, 0); ++ + return 1; } - void -- 2.13.5 diff --git a/0132-Make-grub2-mkconfig-construct-titles-that-look-like-.patch b/0132-Make-grub2-mkconfig-construct-titles-that-look-like-.patch index bc41993..27196bb 100644 --- a/0132-Make-grub2-mkconfig-construct-titles-that-look-like-.patch +++ b/0132-Make-grub2-mkconfig-construct-titles-that-look-like-.patch @@ -1,4 +1,4 @@ -From fade370401ca1af3427a6669f582fd6c10cab3ad Mon Sep 17 00:00:00 2001 +From 1e3b125bce76027722c7ac9844298646f9a6e42d Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 28 Apr 2015 11:15:03 -0400 Subject: [PATCH 132/194] Make grub2-mkconfig construct titles that look like diff --git a/0133-Try-to-make-sure-configure.ac-and-grub-rpm-sort-play.patch b/0133-Try-to-make-sure-configure.ac-and-grub-rpm-sort-play.patch index 68dd005..bc3104d 100644 --- a/0133-Try-to-make-sure-configure.ac-and-grub-rpm-sort-play.patch +++ b/0133-Try-to-make-sure-configure.ac-and-grub-rpm-sort-play.patch @@ -1,4 +1,4 @@ -From 48b83be63828dd8d6ad164dae7b564d8fdf36a90 Mon Sep 17 00:00:00 2001 +From fbfd5d8ed8993f3da4555b69a6018393be20b259 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 3 Aug 2015 11:46:42 -0400 Subject: [PATCH 133/194] Try to make sure configure.ac and grub-rpm-sort play diff --git a/0134-tcp-add-window-scaling-support.patch b/0134-tcp-add-window-scaling-support.patch index aa188c0..6ea60e9 100644 --- a/0134-tcp-add-window-scaling-support.patch +++ b/0134-tcp-add-window-scaling-support.patch @@ -1,4 +1,4 @@ -From c4ac5d23a45330af2cfd4a2eba0a20e4ed24b18e Mon Sep 17 00:00:00 2001 +From bb693d96ccfdd5a2bd79ae67325c75b81679fae7 Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Wed, 12 Aug 2015 08:57:55 -0700 Subject: [PATCH 134/194] tcp: add window scaling support diff --git a/0135-efinet-retransmit-if-our-device-is-busy.patch b/0135-efinet-retransmit-if-our-device-is-busy.patch index 8e15fb4..ce67254 100644 --- a/0135-efinet-retransmit-if-our-device-is-busy.patch +++ b/0135-efinet-retransmit-if-our-device-is-busy.patch @@ -1,4 +1,4 @@ -From c116386a63dd4ce58ba2a3d81c0ce8b59a7288e5 Mon Sep 17 00:00:00 2001 +From 0fd33baa9fa8db6b8868a9691dc08a683bade47b Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Mon, 31 Aug 2015 13:34:35 -0400 Subject: [PATCH 135/194] efinet: retransmit if our device is busy diff --git a/0136-Be-more-aggro-about-actually-using-the-configured-ne.patch b/0136-Be-more-aggro-about-actually-using-the-configured-ne.patch index 8261827..b4e6f2f 100644 --- a/0136-Be-more-aggro-about-actually-using-the-configured-ne.patch +++ b/0136-Be-more-aggro-about-actually-using-the-configured-ne.patch @@ -1,4 +1,4 @@ -From c5cc06a8063b7d40dfd4d82affce37249b2bf627 Mon Sep 17 00:00:00 2001 +From 6296e091d9568b7334b5ba2392968ea839e404ba Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 11 Sep 2015 17:30:49 -0400 Subject: [PATCH 136/194] Be more aggro about actually using the *configured* diff --git a/0137-efinet-add-filter-for-the-first-exclusive-reopen-of-.patch b/0137-efinet-add-filter-for-the-first-exclusive-reopen-of-.patch index b1e2f3c..c42470e 100644 --- a/0137-efinet-add-filter-for-the-first-exclusive-reopen-of-.patch +++ b/0137-efinet-add-filter-for-the-first-exclusive-reopen-of-.patch @@ -1,4 +1,4 @@ -From f3ff7d48d06f5bde788a4c969c7d55604b13907e Mon Sep 17 00:00:00 2001 +From e1e6bdda43fd14f2a8a2dfe8352469921c820e0b Mon Sep 17 00:00:00 2001 From: RHEL Ninjas Date: Fri, 25 Sep 2015 16:24:23 +0900 Subject: [PATCH 137/194] efinet: add filter for the first exclusive reopen of diff --git a/0138-Fix-security-issue-when-reading-username-and-passwor.patch b/0138-Fix-security-issue-when-reading-username-and-passwor.patch index 33cb045..e0ec9d1 100644 --- a/0138-Fix-security-issue-when-reading-username-and-passwor.patch +++ b/0138-Fix-security-issue-when-reading-username-and-passwor.patch @@ -1,4 +1,4 @@ -From 6512905bc4a5f71729f1835898b65221731652f7 Mon Sep 17 00:00:00 2001 +From 7b470ffd69ab31874f04d8f4518f8feea592a16d Mon Sep 17 00:00:00 2001 From: Hector Marco-Gisbert Date: Fri, 13 Nov 2015 16:21:09 +0100 Subject: [PATCH 138/194] Fix security issue when reading username and password diff --git a/0139-Warn-if-grub-password-will-not-be-read-1290803.patch b/0139-Warn-if-grub-password-will-not-be-read-1290803.patch index 51f262a..a308304 100644 --- a/0139-Warn-if-grub-password-will-not-be-read-1290803.patch +++ b/0139-Warn-if-grub-password-will-not-be-read-1290803.patch @@ -1,4 +1,4 @@ -From 5f9da3f16acdce1cdc706201022974834dafe278 Mon Sep 17 00:00:00 2001 +From e49580ec2f0a1898df2dc54a99ee7a148f8f6a87 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 22 Feb 2016 15:30:05 -0500 Subject: [PATCH 139/194] Warn if grub password will not be read (#1290803) diff --git a/0140-Clean-up-grub-setpassword-documentation-1290799.patch b/0140-Clean-up-grub-setpassword-documentation-1290799.patch index 437a92d..ac5ea2c 100644 --- a/0140-Clean-up-grub-setpassword-documentation-1290799.patch +++ b/0140-Clean-up-grub-setpassword-documentation-1290799.patch @@ -1,4 +1,4 @@ -From bcb4b0b97698eb0a68e1cf89c37cb644bbd1cec2 Mon Sep 17 00:00:00 2001 +From ccef3063f3e6d95f8caa0154dc91a278d3f54dd1 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Tue, 26 Jan 2016 10:28:35 -0500 Subject: [PATCH 140/194] Clean up grub-setpassword documentation (#1290799) diff --git a/0141-Fix-locale-issue-in-grub-setpassword-1294243.patch b/0141-Fix-locale-issue-in-grub-setpassword-1294243.patch index 66b8823..7a732d6 100644 --- a/0141-Fix-locale-issue-in-grub-setpassword-1294243.patch +++ b/0141-Fix-locale-issue-in-grub-setpassword-1294243.patch @@ -1,4 +1,4 @@ -From 6ed8e1dc5ebc489b51455d4a21872b5edeeeed7e Mon Sep 17 00:00:00 2001 +From 149d7c90af749a5b2f0a958ea364785319fd290a Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Fri, 29 Jan 2016 16:56:11 -0500 Subject: [PATCH 141/194] Fix locale issue in grub-setpassword (#1294243) diff --git a/0142-efiemu-Handle-persistent-RAM-and-unknown-possible-fu.patch b/0142-efiemu-Handle-persistent-RAM-and-unknown-possible-fu.patch index 8cfed82..2cbb4a4 100644 --- a/0142-efiemu-Handle-persistent-RAM-and-unknown-possible-fu.patch +++ b/0142-efiemu-Handle-persistent-RAM-and-unknown-possible-fu.patch @@ -1,4 +1,4 @@ -From d9392199bdda53cdd5461cd7ff8a0f361a49f301 Mon Sep 17 00:00:00 2001 +From 30420391d9c42ee08d0d68b13de70a4f63b01ec8 Mon Sep 17 00:00:00 2001 From: Robert Elliott Date: Fri, 22 Jan 2016 13:32:30 +0100 Subject: [PATCH 142/194] efiemu: Handle persistent RAM and unknown possible diff --git a/0143-efiemu-Fix-compilation-failure.patch b/0143-efiemu-Fix-compilation-failure.patch index 4e24d0a..4a516a0 100644 --- a/0143-efiemu-Fix-compilation-failure.patch +++ b/0143-efiemu-Fix-compilation-failure.patch @@ -1,4 +1,4 @@ -From 05b8716bd5605eff7c55d752c110fb686934090c Mon Sep 17 00:00:00 2001 +From 0588a88adbd4fd4482a02f717c76b4b3753bd653 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 22 Jan 2016 14:10:30 +0100 Subject: [PATCH 143/194] efiemu: Fix compilation failure diff --git a/0144-Revert-reopen-SNP-protocol-for-exclusive-use-by-grub.patch b/0144-Revert-reopen-SNP-protocol-for-exclusive-use-by-grub.patch index ad3e37c..14fdce1 100644 --- a/0144-Revert-reopen-SNP-protocol-for-exclusive-use-by-grub.patch +++ b/0144-Revert-reopen-SNP-protocol-for-exclusive-use-by-grub.patch @@ -1,4 +1,4 @@ -From 885f6f6d08a1180c5cee1b28cd1d501e2c83f1e0 Mon Sep 17 00:00:00 2001 +From 7766b66bf1f1c7c586026be98883e60e2cc943b9 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 7 Apr 2016 10:58:06 -0400 Subject: [PATCH 144/194] Revert "reopen SNP protocol for exclusive use by diff --git a/0145-Add-a-url-parser.patch b/0145-Add-a-url-parser.patch index e8f57ef..34d7f3f 100644 --- a/0145-Add-a-url-parser.patch +++ b/0145-Add-a-url-parser.patch @@ -1,4 +1,4 @@ -From 8fdff58908ee2f23990db79cbed8bc36a1fbfd9c Mon Sep 17 00:00:00 2001 +From af7f8bf044711fbbd3568b43e1ce31cdd6282561 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 14 Jun 2016 16:18:44 -0400 Subject: [PATCH 145/194] Add a url parser. diff --git a/0146-efinet-and-bootp-add-support-for-dhcpv6.patch b/0146-efinet-and-bootp-add-support-for-dhcpv6.patch index 5221e84..4be841c 100644 --- a/0146-efinet-and-bootp-add-support-for-dhcpv6.patch +++ b/0146-efinet-and-bootp-add-support-for-dhcpv6.patch @@ -1,4 +1,4 @@ -From d2336a91f9e497d6e7993d9f0b88012003d04e14 Mon Sep 17 00:00:00 2001 +From f809be3900ca1d95892f00d0c5dc8b975b510ef6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 8 Jun 2016 21:03:37 -0400 Subject: [PATCH 146/194] efinet and bootp: add support for dhcpv6 diff --git a/0147-Add-grub-get-kernel-settings-and-use-it-in-10_linux.patch b/0147-Add-grub-get-kernel-settings-and-use-it-in-10_linux.patch index 5bfc9b8..7ca2092 100644 --- a/0147-Add-grub-get-kernel-settings-and-use-it-in-10_linux.patch +++ b/0147-Add-grub-get-kernel-settings-and-use-it-in-10_linux.patch @@ -1,4 +1,4 @@ -From 025c114176b79c2bdb9136fc0518e1d0d79a9cae Mon Sep 17 00:00:00 2001 +From a037c9021bf1b24299a521d0c40643600ddc437e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 23 Jun 2016 11:01:39 -0400 Subject: [PATCH 147/194] Add grub-get-kernel-settings and use it in 10_linux diff --git a/0148-Normalize-slashes-in-tftp-paths.patch b/0148-Normalize-slashes-in-tftp-paths.patch index 65ed5ab..19c4bef 100644 --- a/0148-Normalize-slashes-in-tftp-paths.patch +++ b/0148-Normalize-slashes-in-tftp-paths.patch @@ -1,4 +1,4 @@ -From 29409f7b6ade21079fec8e5044df6276d7b7d546 Mon Sep 17 00:00:00 2001 +From 56569789e125711b56b6a2100ee901660aa57668 Mon Sep 17 00:00:00 2001 From: Lenny Szubowicz Date: Mon, 29 Aug 2016 11:04:48 -0400 Subject: [PATCH 148/194] Normalize slashes in tftp paths. diff --git a/0149-Fix-malformed-tftp-packets.patch b/0149-Fix-malformed-tftp-packets.patch index afc64dc..b21a08c 100644 --- a/0149-Fix-malformed-tftp-packets.patch +++ b/0149-Fix-malformed-tftp-packets.patch @@ -1,4 +1,4 @@ -From b0f59f7eff93afc032b5edd7a78bdf72cb677ea2 Mon Sep 17 00:00:00 2001 +From b62f9afe0f9b424237b68812d283aadc076109a1 Mon Sep 17 00:00:00 2001 From: Mark Salter Date: Tue, 7 Mar 2017 18:26:17 -0500 Subject: [PATCH 149/194] Fix malformed tftp packets diff --git a/0150-Fix-race-in-EFI-validation.patch b/0150-Fix-race-in-EFI-validation.patch index 25c283c..4ae0d3c 100644 --- a/0150-Fix-race-in-EFI-validation.patch +++ b/0150-Fix-race-in-EFI-validation.patch @@ -1,4 +1,4 @@ -From 9d512c81f31fd7218737de3225d62a925fbdad4a Mon Sep 17 00:00:00 2001 +From 6e1e394239abeb37940cf7fcbadddec9980061aa Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Tue, 14 Jul 2015 16:58:51 -0700 Subject: [PATCH 150/194] Fix race in EFI validation diff --git a/0151-bz1374141-fix-incorrect-mask-for-ppc64.patch b/0151-bz1374141-fix-incorrect-mask-for-ppc64.patch index 46af94f..4245e14 100644 --- a/0151-bz1374141-fix-incorrect-mask-for-ppc64.patch +++ b/0151-bz1374141-fix-incorrect-mask-for-ppc64.patch @@ -1,4 +1,4 @@ -From abe32cb229f3f47e372b0a40a75f7202b9686f9e Mon Sep 17 00:00:00 2001 +From 7e592062f2f97bb488bfe454e522c5cef9b2702f Mon Sep 17 00:00:00 2001 From: Masahiro Matsuya Date: Sat, 29 Oct 2016 08:35:26 +0900 Subject: [PATCH 151/194] bz1374141 fix incorrect mask for ppc64 diff --git a/0152-Use-device-part-of-chainloader-target-if-present.patch b/0152-Use-device-part-of-chainloader-target-if-present.patch index 543ecf8..f8ebfe5 100644 --- a/0152-Use-device-part-of-chainloader-target-if-present.patch +++ b/0152-Use-device-part-of-chainloader-target-if-present.patch @@ -1,4 +1,4 @@ -From f8885d086fecab08c6f49037b61044e0a4793e8d Mon Sep 17 00:00:00 2001 +From 88db52c0af846192d0e8ae56cf9b5ef041feeb4a Mon Sep 17 00:00:00 2001 From: Raymund Will Date: Fri, 10 Apr 2015 01:45:02 -0400 Subject: [PATCH 152/194] Use device part of chainloader target, if present. diff --git a/0153-Add-secureboot-support-on-efi-chainloader.patch b/0153-Add-secureboot-support-on-efi-chainloader.patch index b8a7d6e..e58c457 100644 --- a/0153-Add-secureboot-support-on-efi-chainloader.patch +++ b/0153-Add-secureboot-support-on-efi-chainloader.patch @@ -1,4 +1,4 @@ -From c28876ae7347a7102587b289055f126263406614 Mon Sep 17 00:00:00 2001 +From ec51ea2e584230bfcac463b3355e76bb6cb0b89b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 6 Oct 2015 13:04:37 -0400 Subject: [PATCH 153/194] Add secureboot support on efi chainloader diff --git a/0154-Make-any-of-the-loaders-that-link-in-efi-mode-honor-.patch b/0154-Make-any-of-the-loaders-that-link-in-efi-mode-honor-.patch index 8398b91..30c52b8 100644 --- a/0154-Make-any-of-the-loaders-that-link-in-efi-mode-honor-.patch +++ b/0154-Make-any-of-the-loaders-that-link-in-efi-mode-honor-.patch @@ -1,4 +1,4 @@ -From 892992cce5df0ed3df9086b40064ac946954ced3 Mon Sep 17 00:00:00 2001 +From 2a279098464fb9c45491c0cd44a35ff88c9ea644 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 6 Oct 2015 16:09:25 -0400 Subject: [PATCH 154/194] Make any of the loaders that link in efi mode honor diff --git a/0155-Make-grub_fatal-also-backtrace.patch b/0155-Make-grub_fatal-also-backtrace.patch index ddafcf1..407aa56 100644 --- a/0155-Make-grub_fatal-also-backtrace.patch +++ b/0155-Make-grub_fatal-also-backtrace.patch @@ -1,4 +1,4 @@ -From 5e7a1d2555f759fe3422af4e4eb9f0199f76b7e8 Mon Sep 17 00:00:00 2001 +From 482aef96798dec0896902dace1b1be71b1a12455 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 27 Jan 2016 09:22:42 -0500 Subject: [PATCH 155/194] Make grub_fatal() also backtrace. diff --git a/0156-Rework-linux-command.patch b/0156-Rework-linux-command.patch index 3853daf..164f0d2 100644 --- a/0156-Rework-linux-command.patch +++ b/0156-Rework-linux-command.patch @@ -1,4 +1,4 @@ -From 7b2ab6778772e342fd49040d47405660803a91ae Mon Sep 17 00:00:00 2001 +From a6c2dfdf5ea765938849dc7f54a685de0ef21193 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Sun, 9 Aug 2015 16:12:39 -0700 Subject: [PATCH 156/194] Rework linux command diff --git a/0157-Rework-linux16-command.patch b/0157-Rework-linux16-command.patch index 2fb7e44..c7b0460 100644 --- a/0157-Rework-linux16-command.patch +++ b/0157-Rework-linux16-command.patch @@ -1,4 +1,4 @@ -From 281bb55b2bce894c8b340a5782f50c9befa41e78 Mon Sep 17 00:00:00 2001 +From fe4560a74b419441cc337e6395fd42f988616b32 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Sun, 9 Aug 2015 16:20:58 -0700 Subject: [PATCH 157/194] Rework linux16 command diff --git a/0158-Make-grub-editenv-build-again.patch b/0158-Make-grub-editenv-build-again.patch index 25230bb..e7206ca 100644 --- a/0158-Make-grub-editenv-build-again.patch +++ b/0158-Make-grub-editenv-build-again.patch @@ -1,4 +1,4 @@ -From a62f9a9929a8529f5e4c89286c4a48d1dd45e13d Mon Sep 17 00:00:00 2001 +From a06e773669c63d8d32f54e17b31a7af66320a708 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 4 Mar 2016 16:29:13 -0500 Subject: [PATCH 158/194] Make grub-editenv build again. diff --git a/0159-Fix-up-some-man-pages-rpmdiff-noticed.patch b/0159-Fix-up-some-man-pages-rpmdiff-noticed.patch index 57cc131..58a29a6 100644 --- a/0159-Fix-up-some-man-pages-rpmdiff-noticed.patch +++ b/0159-Fix-up-some-man-pages-rpmdiff-noticed.patch @@ -1,4 +1,4 @@ -From a3d0b20b048769cf70001538950697600a08b164 Mon Sep 17 00:00:00 2001 +From 37e1a445f41ebf79242310e5f9a39573118aa21b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 23 Sep 2014 09:58:49 -0400 Subject: [PATCH 159/194] Fix up some man pages rpmdiff noticed. diff --git a/0160-Re-work-some-intricacies-of-PE-loading.patch b/0160-Re-work-some-intricacies-of-PE-loading.patch index ce91953..c1ae027 100644 --- a/0160-Re-work-some-intricacies-of-PE-loading.patch +++ b/0160-Re-work-some-intricacies-of-PE-loading.patch @@ -1,4 +1,4 @@ -From 8c24e280be2465f1f412c318fbbe98022a63c351 Mon Sep 17 00:00:00 2001 +From 47e691b7f6e3035ff6658ea1c414661ee53eab02 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 9 Jun 2016 12:22:29 -0400 Subject: [PATCH 160/194] Re-work some intricacies of PE loading. diff --git a/0161-Rework-even-more-of-efi-chainload-so-non-sb-cases-wo.patch b/0161-Rework-even-more-of-efi-chainload-so-non-sb-cases-wo.patch index f3f0d65..c39a248 100644 --- a/0161-Rework-even-more-of-efi-chainload-so-non-sb-cases-wo.patch +++ b/0161-Rework-even-more-of-efi-chainload-so-non-sb-cases-wo.patch @@ -1,4 +1,4 @@ -From 1e83cbd99c80c82b58f14df243b35aba21636458 Mon Sep 17 00:00:00 2001 +From 654a7f0c5b1f89d8b77524faf5cda08b56d493c8 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 10 Jun 2016 14:06:15 -0400 Subject: [PATCH 161/194] Rework even more of efi chainload so non-sb cases diff --git a/0162-linuxefi-fix-double-free-on-verification-failure.patch b/0162-linuxefi-fix-double-free-on-verification-failure.patch index 0e09f8f..41b7912 100644 --- a/0162-linuxefi-fix-double-free-on-verification-failure.patch +++ b/0162-linuxefi-fix-double-free-on-verification-failure.patch @@ -1,4 +1,4 @@ -From 7b0b3f1f0d68b4362e4a839a84d968e9f521cc7e Mon Sep 17 00:00:00 2001 +From 45e38084c55932c6039dfa1cb464ea12fd03488f Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 14 Jun 2016 09:50:25 -0400 Subject: [PATCH 162/194] linuxefi: fix double free on verification failure. diff --git a/0163-fix-machine-type-test-in-30_os-prober.in.patch b/0163-fix-machine-type-test-in-30_os-prober.in.patch index bde3d51..0fc8d92 100644 --- a/0163-fix-machine-type-test-in-30_os-prober.in.patch +++ b/0163-fix-machine-type-test-in-30_os-prober.in.patch @@ -1,4 +1,4 @@ -From dff704cc19aba7aa6e2981d80fb3c927351f51b2 Mon Sep 17 00:00:00 2001 +From 939ff26ad26a6d3d17eb4d02a6c4cd263a3b107f Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 11 Jul 2016 13:36:45 -0400 Subject: [PATCH 163/194] fix machine type test in 30_os-prober.in diff --git a/0164-efi-chainloader-fix-wrong-sanity-check-in-relocate_c.patch b/0164-efi-chainloader-fix-wrong-sanity-check-in-relocate_c.patch index f60fa8b..3fb9e4d 100644 --- a/0164-efi-chainloader-fix-wrong-sanity-check-in-relocate_c.patch +++ b/0164-efi-chainloader-fix-wrong-sanity-check-in-relocate_c.patch @@ -1,4 +1,4 @@ -From 87ba5c404c474c78c01199a2b05096015d493988 Mon Sep 17 00:00:00 2001 +From 64b1750a0d12280b7ac2612858680a99a673e24b Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Mon, 21 Nov 2016 15:34:00 +0100 Subject: [PATCH 164/194] efi/chainloader: fix wrong sanity check in diff --git a/0165-efi-chainloader-truncate-overlong-relocation-section.patch b/0165-efi-chainloader-truncate-overlong-relocation-section.patch index 096844c..d019393 100644 --- a/0165-efi-chainloader-truncate-overlong-relocation-section.patch +++ b/0165-efi-chainloader-truncate-overlong-relocation-section.patch @@ -1,4 +1,4 @@ -From 496b570a7755415fa1ac8929da2f692470405640 Mon Sep 17 00:00:00 2001 +From c073cea489549ce6b2398a14c407ff83f0a2962c Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Wed, 23 Nov 2016 06:27:09 +0100 Subject: [PATCH 165/194] efi/chainloader: truncate overlong relocation section diff --git a/0166-linuxefi-minor-cleanups.patch b/0166-linuxefi-minor-cleanups.patch index 8087c8e..954754e 100644 --- a/0166-linuxefi-minor-cleanups.patch +++ b/0166-linuxefi-minor-cleanups.patch @@ -1,4 +1,4 @@ -From f43a55cb0d8465355c2da26905d5817c0a8bf421 Mon Sep 17 00:00:00 2001 +From 93df822a82a37726833b977c4409141e1d8af3c9 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 14 Feb 2017 16:31:52 -0500 Subject: [PATCH 166/194] linuxefi: minor cleanups diff --git a/0167-Handle-multi-arch-64-on-32-boot-in-linuxefi-loader.patch b/0167-Handle-multi-arch-64-on-32-boot-in-linuxefi-loader.patch index 9c5264d..32d4cfa 100644 --- a/0167-Handle-multi-arch-64-on-32-boot-in-linuxefi-loader.patch +++ b/0167-Handle-multi-arch-64-on-32-boot-in-linuxefi-loader.patch @@ -1,4 +1,4 @@ -From da87c2566ef96dc32cf0fd025c18cbbc8eceaa21 Mon Sep 17 00:00:00 2001 +From c78c850158eedb26c82b4dabccb8a4b1f7daf458 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 14 Feb 2017 16:18:54 -0500 Subject: [PATCH 167/194] Handle multi-arch (64-on-32) boot in linuxefi loader. diff --git a/0168-Fix-up-linux-params-usage.patch b/0168-Fix-up-linux-params-usage.patch index 513b551..8bb6ac5 100644 --- a/0168-Fix-up-linux-params-usage.patch +++ b/0168-Fix-up-linux-params-usage.patch @@ -1,4 +1,4 @@ -From 266ba60c72da1116412d8f1c89cf67bb1b9b254c Mon Sep 17 00:00:00 2001 +From 54fec7b1d6e7240e3ab5740abe7b14ebc6cad047 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 30 May 2017 14:16:07 -0400 Subject: [PATCH 168/194] Fix up linux params usage... diff --git a/0169-Make-exit-take-a-return-code.patch b/0169-Make-exit-take-a-return-code.patch index 798d2e2..f6ddea7 100644 --- a/0169-Make-exit-take-a-return-code.patch +++ b/0169-Make-exit-take-a-return-code.patch @@ -1,4 +1,4 @@ -From ccf0fedfb6f550aa00fc2bdd1df1acce1d64363c Mon Sep 17 00:00:00 2001 +From c281b1fc8f2533f7655c83d43d772092b9d74f7b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 26 Feb 2014 21:49:12 -0500 Subject: [PATCH 169/194] Make "exit" take a return code. diff --git a/0170-arm64-make-sure-fdt-has-address-cells-and-size-cells.patch b/0170-arm64-make-sure-fdt-has-address-cells-and-size-cells.patch index 1591843..8a92587 100644 --- a/0170-arm64-make-sure-fdt-has-address-cells-and-size-cells.patch +++ b/0170-arm64-make-sure-fdt-has-address-cells-and-size-cells.patch @@ -1,4 +1,4 @@ -From 8adc85f6daabdd7ea991f8aa2b759fb4ed651198 Mon Sep 17 00:00:00 2001 +From b9e2b2aa41a486c550c5bb9849f4e7587d1493e4 Mon Sep 17 00:00:00 2001 From: Mark Salter Date: Mon, 17 Apr 2017 08:44:29 -0400 Subject: [PATCH 170/194] arm64: make sure fdt has #address-cells and diff --git a/0171-Add-some-grub_dprintf-in-the-secure-boot-verify-code.patch b/0171-Add-some-grub_dprintf-in-the-secure-boot-verify-code.patch index 97e59da..2892907 100644 --- a/0171-Add-some-grub_dprintf-in-the-secure-boot-verify-code.patch +++ b/0171-Add-some-grub_dprintf-in-the-secure-boot-verify-code.patch @@ -1,4 +1,4 @@ -From 0eff90e11b7ff7e0f9b9871d2e8bd9501297f881 Mon Sep 17 00:00:00 2001 +From 56b10ac84eb7f4e260ec6f6efecc35e9fabc6b95 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 9 May 2016 14:15:17 -0400 Subject: [PATCH 171/194] Add some grub_dprintf() in the secure boot verify diff --git a/0172-Make-our-info-pages-say-grub2-where-appropriate.patch b/0172-Make-our-info-pages-say-grub2-where-appropriate.patch index 850a582..dff116b 100644 --- a/0172-Make-our-info-pages-say-grub2-where-appropriate.patch +++ b/0172-Make-our-info-pages-say-grub2-where-appropriate.patch @@ -1,4 +1,4 @@ -From 7df18806c44cde2f4b076b609ea6c0d94494bfde Mon Sep 17 00:00:00 2001 +From 497e06f02e9576c9cbfd560e8fb25567aaff6e4e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 6 May 2016 18:43:08 -0400 Subject: [PATCH 172/194] Make our info pages say "grub2" where appropriate. diff --git a/0173-print-more-debug-info-in-our-module-loader.patch b/0173-print-more-debug-info-in-our-module-loader.patch index 532cff3..ed76801 100644 --- a/0173-print-more-debug-info-in-our-module-loader.patch +++ b/0173-print-more-debug-info-in-our-module-loader.patch @@ -1,4 +1,4 @@ -From 42ce91748c4ccfef6151bddd8ef6a39f230b6f0c Mon Sep 17 00:00:00 2001 +From 409a1fe49689976f464e3db82cb48c6488b78864 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 1 May 2017 11:19:40 -0400 Subject: [PATCH 173/194] print more debug info in our module loader. diff --git a/0174-macos-just-build-chainloader-entries-don-t-try-any-x.patch b/0174-macos-just-build-chainloader-entries-don-t-try-any-x.patch index 5aa2e3c..f5fde3d 100644 --- a/0174-macos-just-build-chainloader-entries-don-t-try-any-x.patch +++ b/0174-macos-just-build-chainloader-entries-don-t-try-any-x.patch @@ -1,4 +1,4 @@ -From c3cf9f937ceeb015d508c15f88541f166a578b24 Mon Sep 17 00:00:00 2001 +From ebfc7bb290eb5be7919107d93ee6d03f3030d599 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 24 May 2017 12:42:32 -0400 Subject: [PATCH 174/194] macos: just build chainloader entries, don't try any diff --git a/0175-grub2-btrfs-Add-ability-to-boot-from-subvolumes.patch b/0175-grub2-btrfs-Add-ability-to-boot-from-subvolumes.patch index 482ee04..404cec8 100644 --- a/0175-grub2-btrfs-Add-ability-to-boot-from-subvolumes.patch +++ b/0175-grub2-btrfs-Add-ability-to-boot-from-subvolumes.patch @@ -1,4 +1,4 @@ -From b4685b552547012f3cd274fbcdc530fafff60ad0 Mon Sep 17 00:00:00 2001 +From 6dc076ff0e9487566885473b9b65f56ef3e02a1b Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Wed, 18 Dec 2013 09:57:04 +0000 Subject: [PATCH 175/194] grub2/btrfs: Add ability to boot from subvolumes diff --git a/0176-export-btrfs_subvol-and-btrfs_subvolid.patch b/0176-export-btrfs_subvol-and-btrfs_subvolid.patch index ea13b22..c7a481e 100644 --- a/0176-export-btrfs_subvol-and-btrfs_subvolid.patch +++ b/0176-export-btrfs_subvol-and-btrfs_subvolid.patch @@ -1,4 +1,4 @@ -From eabf98b042e3d018274304cd6afd80f2e30802df Mon Sep 17 00:00:00 2001 +From 28b70d9386749173ecfd3b153e6a8be36238405f Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Wed, 18 Dec 2013 09:57:04 +0000 Subject: [PATCH 176/194] export btrfs_subvol and btrfs_subvolid diff --git a/0177-grub2-btrfs-03-follow_default.patch b/0177-grub2-btrfs-03-follow_default.patch index 2d966ad..5676ffc 100644 --- a/0177-grub2-btrfs-03-follow_default.patch +++ b/0177-grub2-btrfs-03-follow_default.patch @@ -1,4 +1,4 @@ -From 6ed9db71fa2593098dd94c14df0f304501f803d4 Mon Sep 17 00:00:00 2001 +From 33d2bbf28d14971e531276fce042dadd4239de4e Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Thu, 21 Aug 2014 03:39:11 +0000 Subject: [PATCH 177/194] grub2-btrfs-03-follow_default diff --git a/0178-grub2-btrfs-04-grub2-install.patch b/0178-grub2-btrfs-04-grub2-install.patch index 8408eeb..3c899fd 100644 --- a/0178-grub2-btrfs-04-grub2-install.patch +++ b/0178-grub2-btrfs-04-grub2-install.patch @@ -1,4 +1,4 @@ -From 1edd1a29619c55a734ea75e6c709c370af52046f Mon Sep 17 00:00:00 2001 +From ddf05a259df3e5c43ea0714abf227bdb82dd34a5 Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Thu, 21 Aug 2014 03:39:11 +0000 Subject: [PATCH 178/194] grub2-btrfs-04-grub2-install diff --git a/0179-grub2-btrfs-05-grub2-mkconfig.patch b/0179-grub2-btrfs-05-grub2-mkconfig.patch index 15938a7..9a50f20 100644 --- a/0179-grub2-btrfs-05-grub2-mkconfig.patch +++ b/0179-grub2-btrfs-05-grub2-mkconfig.patch @@ -1,4 +1,4 @@ -From ea5165c77ba088d772966e5bb5ead9321055f8b1 Mon Sep 17 00:00:00 2001 +From 8cc6f3420b5a42871cfc2bc7bdfed60b34eac4a8 Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Thu, 21 Aug 2014 03:39:11 +0000 Subject: [PATCH 179/194] grub2-btrfs-05-grub2-mkconfig diff --git a/0180-grub2-btrfs-06-subvol-mount.patch b/0180-grub2-btrfs-06-subvol-mount.patch index ba0fe44..f949871 100644 --- a/0180-grub2-btrfs-06-subvol-mount.patch +++ b/0180-grub2-btrfs-06-subvol-mount.patch @@ -1,4 +1,4 @@ -From 96e889f67248f1bf874fb8e21d414e3057c66c1f Mon Sep 17 00:00:00 2001 +From 67ac693c0da060226ab012074ee33156e7ebf338 Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Fri, 22 May 2015 11:45:25 +0000 Subject: [PATCH 180/194] grub2-btrfs-06-subvol-mount diff --git a/0181-No-more-Bootable-Snapshot-submenu-in-grub.cfg.patch b/0181-No-more-Bootable-Snapshot-submenu-in-grub.cfg.patch index 5cc7dc9..563f815 100644 --- a/0181-No-more-Bootable-Snapshot-submenu-in-grub.cfg.patch +++ b/0181-No-more-Bootable-Snapshot-submenu-in-grub.cfg.patch @@ -1,4 +1,4 @@ -From 63c59bd4e393c7f685a4685a1af453d98939ce4d Mon Sep 17 00:00:00 2001 +From 36e3d3d7c8bc32cae3e3f86d3b89e0db5e9a330c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sat, 18 Jul 2015 15:38:08 +0000 Subject: [PATCH 181/194] No more "Bootable Snapshot" submenu in grub.cfg. diff --git a/0182-Fallback-to-old-subvol-name-scheme-to-support-old-sn.patch b/0182-Fallback-to-old-subvol-name-scheme-to-support-old-sn.patch index fbd8d96..196bdc0 100644 --- a/0182-Fallback-to-old-subvol-name-scheme-to-support-old-sn.patch +++ b/0182-Fallback-to-old-subvol-name-scheme-to-support-old-sn.patch @@ -1,4 +1,4 @@ -From aa75a46ae1f57fb15f7258071a865382dbf813b4 Mon Sep 17 00:00:00 2001 +From f26ee91138d132c84068bc6afb362eabc5d0af13 Mon Sep 17 00:00:00 2001 From: Andrei Borzenkov Date: Tue, 21 Jun 2016 16:44:17 +0000 Subject: [PATCH 182/194] Fallback to old subvol name scheme to support old diff --git a/0183-Grub-not-working-correctly-with-btrfs-snapshots-bsc-.patch b/0183-Grub-not-working-correctly-with-btrfs-snapshots-bsc-.patch index cbd5943..c4b5a57 100644 --- a/0183-Grub-not-working-correctly-with-btrfs-snapshots-bsc-.patch +++ b/0183-Grub-not-working-correctly-with-btrfs-snapshots-bsc-.patch @@ -1,4 +1,4 @@ -From 1feb5549266dcfc94811b5337f1621ed1010ed85 Mon Sep 17 00:00:00 2001 +From 2fd2c751861ecc2350d3bcb81228b3e663778dd1 Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Thu, 11 May 2017 08:56:57 +0000 Subject: [PATCH 183/194] Grub not working correctly with btrfs snapshots diff --git a/0184-Add-grub_efi_allocate_pool-and-grub_efi_free_pool-wr.patch b/0184-Add-grub_efi_allocate_pool-and-grub_efi_free_pool-wr.patch index d16bdbe..a57c2c3 100644 --- a/0184-Add-grub_efi_allocate_pool-and-grub_efi_free_pool-wr.patch +++ b/0184-Add-grub_efi_allocate_pool-and-grub_efi_free_pool-wr.patch @@ -1,4 +1,4 @@ -From f466b53578a09a088bf9b3c1c617ea6a49187fe1 Mon Sep 17 00:00:00 2001 +From ab2832aae2c1aa27d95a18c9a15ea6e5b630cca9 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 1 Jun 2017 09:59:56 -0400 Subject: [PATCH 184/194] Add grub_efi_allocate_pool() and grub_efi_free_pool() diff --git a/0185-Use-grub_efi_.-memory-helpers-where-reasonable.patch b/0185-Use-grub_efi_.-memory-helpers-where-reasonable.patch index f24de2a..9c44fe2 100644 --- a/0185-Use-grub_efi_.-memory-helpers-where-reasonable.patch +++ b/0185-Use-grub_efi_.-memory-helpers-where-reasonable.patch @@ -1,4 +1,4 @@ -From 598a3479f505f5181b42c991b57faf401d7ff483 Mon Sep 17 00:00:00 2001 +From 38441515e97a0ae8bf668a747b40cd839821887a Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 1 Jun 2017 10:06:38 -0400 Subject: [PATCH 185/194] Use grub_efi_...() memory helpers where reasonable. diff --git a/0186-Add-PRIxGRUB_EFI_STATUS-and-use-it.patch b/0186-Add-PRIxGRUB_EFI_STATUS-and-use-it.patch index cea07d4..feff5ea 100644 --- a/0186-Add-PRIxGRUB_EFI_STATUS-and-use-it.patch +++ b/0186-Add-PRIxGRUB_EFI_STATUS-and-use-it.patch @@ -1,4 +1,4 @@ -From 9fc1a37176af4503668566c17fe59e4c6279c9eb Mon Sep 17 00:00:00 2001 +From 03c01ad6ac50624a9cb9b061dbb9b46e590c6b1e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 1 Jun 2017 10:07:50 -0400 Subject: [PATCH 186/194] Add PRIxGRUB_EFI_STATUS and use it. diff --git a/0187-Don-t-use-dynamic-sized-arrays-since-we-don-t-build-.patch b/0187-Don-t-use-dynamic-sized-arrays-since-we-don-t-build-.patch index ce0cd75..0a1bc5f 100644 --- a/0187-Don-t-use-dynamic-sized-arrays-since-we-don-t-build-.patch +++ b/0187-Don-t-use-dynamic-sized-arrays-since-we-don-t-build-.patch @@ -1,4 +1,4 @@ -From f7907ed5c7cf15d9d048712d7ea2905b04d05aa9 Mon Sep 17 00:00:00 2001 +From 4bb62c765c1456e33181b704a01008d8df42817f Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 26 Jun 2017 12:42:57 -0400 Subject: [PATCH 187/194] Don't use dynamic sized arrays since we don't build diff --git a/0188-don-t-ignore-const.patch b/0188-don-t-ignore-const.patch index 282f4ef..60c67e1 100644 --- a/0188-don-t-ignore-const.patch +++ b/0188-don-t-ignore-const.patch @@ -1,4 +1,4 @@ -From be9ebcff6abe0f6552260fa1e466ea1538203b8e Mon Sep 17 00:00:00 2001 +From a87adc91140a81b55728d0519bb14ace5ed7d3e3 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 26 Jun 2017 12:43:22 -0400 Subject: [PATCH 188/194] don't ignore const diff --git a/0189-don-t-use-int-for-efi-status.patch b/0189-don-t-use-int-for-efi-status.patch index e033b16..5cd9d75 100644 --- a/0189-don-t-use-int-for-efi-status.patch +++ b/0189-don-t-use-int-for-efi-status.patch @@ -1,4 +1,4 @@ -From b780ae62e178eb12a7c516b3de852556a1f3772f Mon Sep 17 00:00:00 2001 +From 5f6a3933dfc6e3fff9aef089eea365f40e3c830c Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 26 Jun 2017 12:44:59 -0400 Subject: [PATCH 189/194] don't use int for efi status diff --git a/0190-make-GRUB_MOD_INIT-declare-its-function-prototypes.patch b/0190-make-GRUB_MOD_INIT-declare-its-function-prototypes.patch index 1449d16..5d155b2 100644 --- a/0190-make-GRUB_MOD_INIT-declare-its-function-prototypes.patch +++ b/0190-make-GRUB_MOD_INIT-declare-its-function-prototypes.patch @@ -1,4 +1,4 @@ -From 4eff8a4634c2fd1fb4ece9d49e0b99b83b01b4c9 Mon Sep 17 00:00:00 2001 +From 25ef0f18c77e5a5080f04e34a84aa801f21fb893 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 26 Jun 2017 12:46:23 -0400 Subject: [PATCH 190/194] make GRUB_MOD_INIT() declare its function prototypes. diff --git a/0191-Clean-up-some-errors-in-the-linuxefi-loader.patch b/0191-Clean-up-some-errors-in-the-linuxefi-loader.patch index bde02a1..8139d8a 100644 --- a/0191-Clean-up-some-errors-in-the-linuxefi-loader.patch +++ b/0191-Clean-up-some-errors-in-the-linuxefi-loader.patch @@ -1,4 +1,4 @@ -From 64c42b56e509074fb831ca99fa629d58c1073d68 Mon Sep 17 00:00:00 2001 +From 813a5703360d35260eae8f3916a66f1c1087320f Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 24 May 2017 15:58:18 -0400 Subject: [PATCH 191/194] Clean up some errors in the linuxefi loader diff --git a/0192-editenv-handle-relative-symlinks.patch b/0192-editenv-handle-relative-symlinks.patch index 3113a45..4c72fe7 100644 --- a/0192-editenv-handle-relative-symlinks.patch +++ b/0192-editenv-handle-relative-symlinks.patch @@ -1,4 +1,4 @@ -From 22e713954e46af9694b670cdab6ab78dea4f7958 Mon Sep 17 00:00:00 2001 +From ed676cb54536f5ed2948babe61afff197de5083f Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 14 Aug 2017 14:37:20 -0400 Subject: [PATCH 192/194] editenv: handle relative symlinks diff --git a/0193-Make-libgrub.pp-depend-on-config-util.h.patch b/0193-Make-libgrub.pp-depend-on-config-util.h.patch index 1afc630..651971b 100644 --- a/0193-Make-libgrub.pp-depend-on-config-util.h.patch +++ b/0193-Make-libgrub.pp-depend-on-config-util.h.patch @@ -1,4 +1,4 @@ -From a055bf63e671e97ce5fe9f0948a4071162983167 Mon Sep 17 00:00:00 2001 +From e4b316bd39c8a93c146f0d4c4c570170084a7404 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 23 Aug 2017 10:37:27 -0400 Subject: [PATCH 193/194] Make libgrub.pp depend on config-util.h diff --git a/0194-Don-t-guess-boot-efi-as-HFS-on-ppc-machines-in-grub-.patch b/0194-Don-t-guess-boot-efi-as-HFS-on-ppc-machines-in-grub-.patch index e3b1971..843ecb5 100644 --- a/0194-Don-t-guess-boot-efi-as-HFS-on-ppc-machines-in-grub-.patch +++ b/0194-Don-t-guess-boot-efi-as-HFS-on-ppc-machines-in-grub-.patch @@ -1,4 +1,4 @@ -From 19c53f1f4b0ebbab6c100ffebd66ed4170359ae6 Mon Sep 17 00:00:00 2001 +From 5ca7869ea68cc03697596c106949f5636daef8d8 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 20 Apr 2017 13:29:06 -0400 Subject: [PATCH 194/194] Don't guess /boot/efi/ as HFS+ on ppc machines in