This is the second patch series, taken from Fedora Rawhide spec [1] that is distro-agnostic. The goal is to merge most of them so all the community/distros would benefit.
Changes since v1: - delete 0024-efinet-and-bootp-add-support-for-dhcpv6.patch build issue, so for the moment discarting it - delete 0025-bootp-New-net_bootp6-command.patch patch will be sent separately by mchang - delete 0027-Make-grub_fatal-also-backtrace.patch not accepted - delete 0028-Make-our-info-pages-say-grub2-where-appropriate.patch non-distro agnostic - delete 0034-grub2-btrfs-04-grub2-install.patch patch will be revisited by author (mchang) - delete 0036-grub2-btrfs-06-subvol-mount.patch not accepted Andrei Borzenkov (1): btrfs: Fallback to old subvol name scheme to support old snapshot config Jeff Mahoney (1): btrfs: Add ability to boot from subvolumes Josef Bacik (1): net/tcp: add window scaling support Michael Chang (4): btrfs: export btrfs_subvol and btrfs_subvolid btrfs: grub2-btrfs-03-follow_default btdfs: grub2-btrfs-05-grub2-mkconfig btrfs: Grub not working correctly with btrfs snapshots (bsc#1026511) Peter Jones (6): 10_linux.in: Make grub2-mkconfig construct titles that look like the ones we want elsewhere. grub-get-kernel-settings.in: Add grub-get-kernel-settings and use it in 10_linux 30_os-prober.in: just build chainloader entries, don't try any xnu xnu. btrfs: fix a bad null check efi: Add grub_efi_allocate_pool() and grub_efi_free_pool() wrappers. chainloader: Use grub_efi_...() memory helpers where reasonable. Robert Marshall (1): grub-set-password.in: Add friendly grub2 password config tool (#985962) Makefile.util.def | 20 + configure.ac | 2 + docs/man/grub-get-kernel-settings.h2m | 2 + docs/man/grub-set-password.h2m | 2 + grub-core/fs/btrfs.c | 895 +++++++++++++++++- grub-core/loader/efi/chainloader.c | 4 +- grub-core/net/tcp.c | 42 +- include/grub/btrfs.h | 1 + include/grub/efi/efi.h | 36 +- .../bash-completion.d/grub-completion.bash.in | 22 + util/grub-get-kernel-settings.in | 88 ++ util/grub-mkconfig.in | 8 +- util/grub-mkconfig_lib.in | 4 + util/grub-set-password.in | 121 +++ util/grub.d/00_header.in | 26 +- util/grub.d/01_users.in | 11 + util/grub.d/10_linux.in | 61 +- util/grub.d/20_linux_xen.in | 4 + util/grub.d/30_os-prober.in | 78 +- 19 files changed, 1300 insertions(+), 127 deletions(-) create mode 100644 docs/man/grub-get-kernel-settings.h2m create mode 100644 docs/man/grub-set-password.h2m create mode 100644 util/grub-get-kernel-settings.in create mode 100644 util/grub-set-password.in create mode 100644 util/grub.d/01_users.in -- 2.46.2 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel