diff options
author | Leah Rowe <leah@libreboot.org> | 2024-04-26 05:12:04 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-04-26 05:12:04 +0100 |
commit | a5082de43cd7fd86491722a7637cf4eec838d6e3 (patch) | |
tree | 8bc0e6b2d5e32031258f791c1e12f4ed058fc158 /config/git | |
parent | ddfe71a366469f090d859d1e97b57ee184f6ba25 (diff) |
GRUB: bump to today's latest revision
GRUB has not pushed many patches to master since the recent 2.12
release, but there are a number of interesting fixes.
libreboot is doing a release soon. bump to latest grub revision.
Some of the new patches in GRUB are interesting:
XFS fixes:
"fs/xfs: Handle non-continuous data blocks in directory extents"
68dd65cfdaad08b1f8ec01b84949b0bf88bc0d8c
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2254370
Apparently, XFS could not boot in some reports, though this was
likely with BIOS or UEFI GRUB; no such reports were made to libreboot
"gfxmenu/view: Resolve false grub_errno disrupting boot process"
39c927df66c7ca62d97905d1385054ac9ce67209
"util/grub-fstest: Add a new command zfs-bootfs"
28c4405208cfb6e2cea737f6cbaf17e631bac6cd
The gnulib revision does not need to be updated at this time.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/git')
-rw-r--r-- | config/git/grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/git/grub b/config/git/grub index 3abec3e4..b52fa0fb 100644 --- a/config/git/grub +++ b/config/git/grub @@ -1,5 +1,5 @@ {grub}{ - rev: b835601c7639ed1890f2d3db91900a8506011a8e + rev: 8719cc2040368d43ab2de0b6e1b850b2c9cfc5b7 loc: grub url: git://git.savannah.gnu.org/grub.git bkup_url: https://codeberg.org/libreboot/grub |