Merge ~juliank/grub/+git/ubuntu:boot-complete into ~ubuntu-core-dev/grub/+git/ubuntu:master

Proposed by Julian Andres Klode
Status: Superseded
Proposed branch: ~juliank/grub/+git/ubuntu:boot-complete
Merge into: ~ubuntu-core-dev/grub/+git/ubuntu:master
Diff against target: 33477 lines (+26270/-719) (has conflicts)
219 files modified
ChangeLog (+5278/-0)
INSTALL (+31/-21)
Makefile.am (+1/-1)
Makefile.in (+270/-54)
Makefile.util.am (+16/-7)
Makefile.util.def (+15/-40)
NEWS (+14/-0)
README (+6/-0)
acinclude.m4 (+36/-2)
aclocal.m4 (+1/-0)
autogen.sh (+1/-1)
conf/Makefile.common (+2/-0)
conf/Makefile.extra-dist (+21/-0)
config-util.h.in (+6/-0)
config.h.in (+0/-2)
configure (+192/-39)
configure.ac (+99/-104)
debian/.git-dpm (+3/-0)
debian/NEWS (+8/-0)
debian/README.source (+3/-0)
debian/apport/source_grub2.py (+14/-5)
debian/build-efi-images (+27/-11)
debian/changelog (+1421/-1)
debian/control (+92/-26)
debian/dirs.in (+1/-0)
debian/grub-check-signatures (+21/-0)
debian/grub-common.service (+13/-0)
debian/grub-efi-amd64-bin.maintscript.in (+1/-0)
debian/grub-efi-arm64-bin.maintscript.in (+1/-0)
debian/grub-extras/915resolution/.gitignore (+3/-0)
debian/grub-extras/915resolution/915resolution.c (+29/-8)
debian/grub-extras/disabled/gpxe/.gitignore (+3/-0)
debian/grub-extras/disabled/zfs/.gitignore (+5/-0)
debian/grub-extras/lua/.gitignore (+3/-0)
debian/grub-extras/ntldr-img/.gitignore (+3/-0)
debian/grub.d/05_debian_theme (+2/-2)
debian/legacy/upgrade-from-grub-legacy (+3/-1)
debian/patches/0076-ubuntu-Make-the-linux-command-in-EFI-grub-always-try.patch (+37/-0)
debian/patches/0077-ubuntu-Update-the-linux-boot-protocol-version-check.patch (+7/-0)
debian/patches/0096-linuxefi-fail-kernel-validation-without-shim-protoco.patch (+52/-0)
debian/patches/0099-chainloader-Avoid-a-double-free-when-validation-fail.patch (+7/-0)
debian/patches/0105-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch (+7/-0)
debian/patches/0129-loader-efi-chainloader-grub_load_and_start_image-doe.patch (+68/-0)
debian/patches/0130-loader-efi-chainloader-simplify-the-loader-state.patch (+334/-0)
debian/patches/0131-commands-boot-Add-API-to-pass-context-to-loader.patch (+157/-0)
debian/patches/0132-loader-efi-chainloader-Use-grub_loader_set_ex.patch (+144/-0)
debian/patches/0133-loader-i386-efi-linux-Use-grub_loader_set_ex.patch (+306/-0)
debian/patches/0134-loader-i386-efi-linux-Fix-a-memory-leak-in-the-initr.patch (+72/-0)
debian/patches/0135-kern-efi-sb-Reject-non-kernel-files-in-the-shim_lock.patch (+98/-0)
debian/patches/0136-kern-file-Do-not-leak-device_name-on-error-in-grub_f.patch (+36/-0)
debian/patches/0137-video-readers-png-Abort-sooner-if-a-read-operation-f.patch (+196/-0)
debian/patches/0138-video-readers-png-Refuse-to-handle-multiple-image-he.patch (+26/-0)
debian/patches/0139-video-readers-png-Drop-greyscale-support-to-fix-heap.patch (+167/-0)
debian/patches/0140-video-readers-png-Avoid-heap-OOB-R-W-inserting-huff-.patch (+37/-0)
debian/patches/0141-video-readers-png-Sanity-check-some-huffman-codes.patch (+38/-0)
debian/patches/0142-video-readers-jpeg-Abort-sooner-if-a-read-operation-.patch (+253/-0)
debian/patches/0143-video-readers-jpeg-Do-not-reallocate-a-given-huff-ta.patch (+27/-0)
debian/patches/0144-video-readers-jpeg-Refuse-to-handle-multiple-start-o.patch (+41/-0)
debian/patches/0145-video-readers-jpeg-Block-int-underflow-wild-pointer-.patch (+72/-0)
debian/patches/0146-normal-charset-Fix-array-out-of-bounds-formatting-un.patch (+32/-0)
debian/patches/0147-net-netbuff-Block-overly-large-netbuff-allocs.patch (+44/-0)
debian/patches/0148-net-ip-Do-IP-fragment-maths-safely.patch (+42/-0)
debian/patches/0149-net-dns-Fix-double-free-addresses-on-corrupt-DNS-res.patch (+54/-0)
debian/patches/0150-net-dns-Don-t-read-past-the-end-of-the-string-we-re-.patch (+69/-0)
debian/patches/0151-net-tftp-Prevent-a-UAF-and-double-free-from-a-failed.patch (+110/-0)
debian/patches/0152-net-tftp-Avoid-a-trivial-UAF.patch (+33/-0)
debian/patches/0153-net-http-Do-not-tear-down-socket-if-it-s-already-bee.patch (+39/-0)
debian/patches/0154-net-http-Fix-OOB-write-for-split-http-headers.patch (+44/-0)
debian/patches/0155-net-http-Error-out-on-headers-with-LF-without-CR.patch (+46/-0)
debian/patches/0156-fs-f2fs-Do-not-read-past-the-end-of-nat-journal-entr.patch (+70/-0)
debian/patches/0157-fs-f2fs-Do-not-read-past-the-end-of-nat-bitmap.patch (+130/-0)
debian/patches/0158-fs-f2fs-Do-not-copy-file-names-that-are-too-long.patch (+36/-0)
debian/patches/0159-fs-btrfs-Fix-several-fuzz-issues-with-invalid-dir-it.patch (+74/-0)
debian/patches/0160-fs-btrfs-Fix-more-ASAN-and-SEGV-issues-found-with-fu.patch (+132/-0)
debian/patches/0161-fs-btrfs-Fix-more-fuzz-issues-related-to-chunks.patch (+74/-0)
debian/patches/0241-Call-hwmatch-only-on-the-grub-pc-platform.patch (+47/-0)
debian/patches/RISC-V-Update-image-header.patch (+84/-0)
debian/patches/RISC-V-Use-common-linux-loader.patch (+120/-0)
debian/patches/at_keyboard-module-init.patch (+4/-1)
debian/patches/bash-completion-drop-have-checks.patch (+5/-2)
debian/patches/blacklist-1440x900x32.patch (+4/-1)
debian/patches/bootp-new-net_bootp6-command.patch (+22/-17)
debian/patches/bootp-process-dhcpack-http-boot.patch (+20/-15)
debian/patches/cherrypick-efi-grub_efi_close_protocol.patch (+79/-0)
debian/patches/cherrypick-efinet-correct-closing-snp-protocol.patch (+106/-0)
debian/patches/core-in-fs.patch (+3/-4)
debian/patches/debug_verifiers.patch (+27/-0)
debian/patches/default-grub-d.patch (+34/-17)
debian/patches/dejavu-font-path.patch (+22/-0)
debian/patches/disable-floppies.patch (+1/-2)
debian/patches/dpkg-version-comparison.patch (+3/-4)
debian/patches/efi-EFI-Device-Tree-Fixup-Protocol.patch (+140/-0)
debian/patches/efi-add-definition-of-LoadFile2-protocol.patch (+61/-0)
debian/patches/efi-correct-struct-grub_efi_boot_services.patch (+28/-0)
debian/patches/efi-implement-grub_efi_run_image.patch (+900/-0)
debian/patches/efi-implemented-LoadFile2-initrd-loading-protocol-fo.patch (+183/-0)
debian/patches/efi-variable-storage-minimise-writes.patch (+60/-11)
debian/patches/efinet-set-dns-from-uefi-proto.patch (+13/-8)
debian/patches/efinet-set-network-from-uefi-devpath.patch (+8/-5)
debian/patches/efinet-uefi-ipv6-pxe-support.patch (+8/-5)
debian/patches/efivar-check-that-efivarfs-is-writeable.patch (+74/-0)
debian/patches/fat-fix-listing-the-root-directory.patch (+46/-0)
debian/patches/fdt-add-debug-output-to-devicetree-command.patch (+31/-0)
debian/patches/gettext-quiet.patch (+4/-1)
debian/patches/gfxpayload-dynamic.patch (+23/-7)
debian/patches/gfxpayload-keep-default.patch (+9/-0)
debian/patches/grub-install-pvxen-paths.patch (+14/-3)
debian/patches/grub-legacy-0-based-partitions.patch (+1/-2)
debian/patches/grub.cfg-400.patch (+2/-3)
debian/patches/ieee1275-clear-reset.patch (+4/-1)
debian/patches/ignore-grub_func_test-failures.patch (+4/-1)
debian/patches/insmod-xzio-and-lzopio-on-xen.patch (+7/-0)
debian/patches/install-efi-adjust-distributor.patch (+33/-0)
debian/patches/install-efi-fallback.patch (+5/-2)
debian/patches/install-efi-ubuntu-flavours.patch (+3/-0)
debian/patches/install-locale-langpack.patch (+10/-7)
debian/patches/install-powerpc-machtypes.patch (+18/-11)
debian/patches/install-stage2-confusion.patch (+9/-6)
debian/patches/linux-ignore-FDT-unless-we-need-to-modify-it.patch (+80/-0)
debian/patches/linux_xen-Properly-load-multiple-initrd-files.patch (+123/-0)
debian/patches/linux_xen-Properly-order-multiple-initrd-files.patch (+79/-0)
debian/patches/linuxefi-Invalidate-i-cache-before-starting-the-kern.patch (+111/-0)
debian/patches/linuxefi-do-not-validate-kernels-twice.patch (+227/-0)
debian/patches/loader-Move-arm64-linux-loader-to-common-code.patch (+1091/-0)
debian/patches/loader-drop-argv-argument-in-grub_initrd_load.patch (+178/-0)
debian/patches/maybe-quiet.patch (+30/-21)
debian/patches/minilzo-2.10.patch (+2538/-0)
debian/patches/mkconfig-loopback.patch (+11/-4)
debian/patches/mkconfig-mid-upgrade.patch (+3/-0)
debian/patches/mkconfig-nonexistent-loopback.patch (+11/-8)
debian/patches/mkconfig-other-inits.patch (+14/-3)
debian/patches/mkconfig-recovery-title.patch (+17/-10)
debian/patches/mkconfig-signed-kernel.patch (+9/-0)
debian/patches/mkconfig-ubuntu-distributor.patch (+7/-0)
debian/patches/mkconfig-ubuntu-recovery.patch (+18/-5)
debian/patches/mkimage-fix-section-sizes.patch (+108/-0)
debian/patches/mkrescue-efi-modules.patch (+6/-3)
debian/patches/net-read-bracketed-ipv6-addr.patch (+20/-16)
debian/patches/no-devicetree-if-secure-boot.patch (+8/-5)
debian/patches/no-insmod-on-sb.patch (+8/-58)
debian/patches/olpc-prefix-hack.patch (+1/-2)
debian/patches/pc-verifiers-module.patch (+166/-0)
debian/patches/ppc64el-disable-vsx.patch (+4/-1)
debian/patches/probe-fusionio.patch (+8/-5)
debian/patches/quick-boot-lvm.patch (+6/-3)
debian/patches/quick-boot.patch (+34/-20)
debian/patches/restore-mkdevicemap.patch (+26/-13)
debian/patches/rhboot-f34-dont-use-int-for-efi-status.patch (+7/-0)
debian/patches/rhboot-f34-efinet-also-use-the-firmware-acceleration-for-http.patch (+26/-0)
debian/patches/rhboot-f34-make-exit-take-a-return-code.patch (+68/-0)
debian/patches/rhboot-f34-make-pmtimer-tsc-calibration-fast.patch (+11/-0)
debian/patches/rhboot-try-to-pick-better-locations-for-kernel-and-initrd.patch (+215/-0)
debian/patches/riscv-adjust-march-flags-for-binutils-2.38.patch (+43/-0)
debian/patches/series (+122/-4)
debian/patches/skip-grub_cmd_set_date.patch (+4/-1)
debian/patches/sleep-shift.patch (+3/-0)
debian/patches/suse-AUDIT-0-http-boot-tracker-bug.patch (+68/-0)
debian/patches/suse-add-support-for-UEFI-network-protocols.patch (+4941/-0)
debian/patches/suse-grub.texi-add-net_bootp6-document.patch (+49/-0)
debian/patches/tests-ahci-update-qemu-device-name.patch (+33/-0)
debian/patches/tpm-unknown-error-non-fatal.patch (+30/-0)
debian/patches/ubuntu-add-devicetree-command-support.patch (+7/-0)
debian/patches/ubuntu-add-initrd-less-boot-fallback.patch (+44/-0)
debian/patches/ubuntu-add-initrd-less-boot-messages.patch (+24/-0)
debian/patches/ubuntu-boot-from-multipath-dependent-symlink.patch (+7/-0)
debian/patches/ubuntu-disable-LOAD-FILE2-protocol-for-initrd-on-ARM.patch (+63/-0)
debian/patches/ubuntu-dont-verify-loopback-images.patch (+11/-0)
debian/patches/ubuntu-efi-allow-loopmount-chainload.patch (+27/-0)
debian/patches/ubuntu-fix-lzma-decompressor-objcopy.patch (+10/-0)
debian/patches/ubuntu-fix-reproducible-squashfs-test.patch (+7/-0)
debian/patches/ubuntu-flavour-order.patch (+17/-0)
debian/patches/ubuntu-fuse3.patch (+108/-0)
debian/patches/ubuntu-grub-install-extra-removable.patch (+37/-0)
debian/patches/ubuntu-install-signed.patch (+41/-0)
debian/patches/ubuntu-linuxefi-arm64-set-base-addr.patch (+22/-0)
debian/patches/ubuntu-linuxefi-arm64.patch (+90/-0)
debian/patches/ubuntu-linuxefi.patch (+510/-0)
debian/patches/ubuntu-mkconfig-leave-breadcrumbs.patch (+10/-0)
debian/patches/ubuntu-os-prober-auto.patch (+51/-0)
debian/patches/ubuntu-recovery-dis_ucode_ldr.patch (+15/-0)
debian/patches/ubuntu-resilient-boot-boot-order.patch (+45/-0)
debian/patches/ubuntu-resilient-boot-ignore-alternative-esps.patch (+11/-0)
debian/patches/ubuntu-shorter-version-info.patch (+18/-0)
debian/patches/ubuntu-skip-disk-by-id-lvm-pvm-uuid-entries.patch (+10/-0)
debian/patches/ubuntu-speed-zsys-history.patch (+34/-0)
debian/patches/ubuntu-support-initrd-less-boot.patch (+27/-0)
debian/patches/ubuntu-temp-keep-auto-nvram.patch (+7/-0)
debian/patches/ubuntu-verifiers-last.patch (+59/-0)
debian/patches/ubuntu-zfs-enhance-support.patch (+46/-0)
debian/patches/ubuntu-zfs-gfxpayload-dynamic.patch (+95/-0)
debian/patches/ubuntu-zfs-gfxpayload-keep-default.patch (+38/-0)
debian/patches/ubuntu-zfs-insmod-xzio-and-lzopio-on-xen.patch (+32/-0)
debian/patches/ubuntu-zfs-maybe-quiet.patch (+72/-0)
debian/patches/ubuntu-zfs-mkconfig-recovery-title.patch (+49/-0)
debian/patches/ubuntu-zfs-mkconfig-signed-kernel.patch (+51/-0)
debian/patches/ubuntu-zfs-mkconfig-ubuntu-distributor.patch (+36/-0)
debian/patches/ubuntu-zfs-mkconfig-ubuntu-recovery.patch (+66/-0)
debian/patches/ubuntu-zfs-quick-boot.patch (+50/-0)
debian/patches/ubuntu-zfs-vt-handoff.patch (+77/-0)
debian/patches/uefi-firmware-setup.patch (+3/-0)
debian/patches/uefi-secure-boot-cryptomount.patch (+11/-0)
debian/patches/vsnprintf-upper-case-hex.patch (+3/-0)
debian/patches/vt-handoff.patch (+9/-2)
debian/patches/wubi-no-windows.patch (+6/-3)
debian/patches/xen-no-xsm-policy-in-non-xsm-options.patch (+34/-0)
debian/patches/xfs-fix-v4-superblock.patch (+121/-0)
debian/patches/zpool-full-device-name.patch (+4/-1)
debian/patches/zstd-require-8-byte-buffer.patch (+63/-0)
debian/postinst.in (+91/-7)
debian/postrm.in (+2/-2)
debian/rules (+113/-10)
debian/sbat.debian.csv.in (+3/-0)
debian/sbat.ubuntu.csv.in (+3/-0)
debian/signing-template/control.in (+1/-1)
dev/null (+0/-1)
docs/Makefile.in (+2/-2)
docs/grub-dev.info (+113/-45)
docs/grub-dev.texi (+65/-1)
docs/grub.info (+2/-1)
Conflict in configure.ac
Conflict in debian/.git-dpm
Conflict in debian/build-efi-images
Conflict in debian/changelog
Conflict in debian/control
Conflict in debian/grub-check-signatures
Conflict in debian/grub-common.service
Conflict in debian/patches/0076-ubuntu-Make-the-linux-command-in-EFI-grub-always-try.patch
Conflict in debian/patches/0077-ubuntu-Update-the-linux-boot-protocol-version-check.patch
Conflict in debian/patches/0096-linuxefi-fail-kernel-validation-without-shim-protoco.patch
Conflict in debian/patches/0099-chainloader-Avoid-a-double-free-when-validation-fail.patch
Conflict in debian/patches/0105-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch
Conflict in debian/patches/at_keyboard-module-init.patch
Conflict in debian/patches/bash-completion-drop-have-checks.patch
Conflict in debian/patches/blacklist-1440x900x32.patch
Conflict in debian/patches/bootp-new-net_bootp6-command.patch
Conflict in debian/patches/bootp-process-dhcpack-http-boot.patch
Conflict in debian/patches/default-grub-d.patch
Conflict in debian/patches/efi-variable-storage-minimise-writes.patch
Conflict in debian/patches/efinet-set-dns-from-uefi-proto.patch
Conflict in debian/patches/efinet-set-network-from-uefi-devpath.patch
Conflict in debian/patches/efinet-uefi-ipv6-pxe-support.patch
Conflict in debian/patches/gettext-quiet.patch
Conflict in debian/patches/gfxpayload-dynamic.patch
Conflict in debian/patches/gfxpayload-keep-default.patch
Conflict in debian/patches/grub-install-extra-removable.patch
Conflict in debian/patches/grub-install-pvxen-paths.patch
Conflict in debian/patches/ieee1275-clear-reset.patch
Conflict in debian/patches/ignore-grub_func_test-failures.patch
Conflict in debian/patches/insmod-xzio-and-lzopio-on-xen.patch
Conflict in debian/patches/install-efi-adjust-distributor.patch
Conflict in debian/patches/install-efi-fallback.patch
Conflict in debian/patches/install-efi-ubuntu-flavours.patch
Conflict in debian/patches/install-locale-langpack.patch
Conflict in debian/patches/install-powerpc-machtypes.patch
Conflict in debian/patches/install-signed.patch
Conflict in debian/patches/install-stage2-confusion.patch
Conflict in debian/patches/maybe-quiet.patch
Conflict in debian/patches/mkconfig-loopback.patch
Conflict in debian/patches/mkconfig-mid-upgrade.patch
Conflict in debian/patches/mkconfig-nonexistent-loopback.patch
Conflict in debian/patches/mkconfig-other-inits.patch
Conflict in debian/patches/mkconfig-recovery-title.patch
Conflict in debian/patches/mkconfig-signed-kernel.patch
Conflict in debian/patches/mkconfig-ubuntu-distributor.patch
Conflict in debian/patches/mkconfig-ubuntu-recovery.patch
Conflict in debian/patches/mkrescue-efi-modules.patch
Conflict in debian/patches/net-read-bracketed-ipv6-addr.patch
Conflict in debian/patches/no-devicetree-if-secure-boot.patch
Conflict in debian/patches/no-insmod-on-sb.patch
Conflict in debian/patches/ppc64el-disable-vsx.patch
Conflict in debian/patches/probe-fusionio.patch
Conflict in debian/patches/quick-boot-lvm.patch
Conflict in debian/patches/quick-boot.patch
Conflict in debian/patches/restore-mkdevicemap.patch
Conflict in debian/patches/rhboot-f34-dont-use-int-for-efi-status.patch
Conflict in debian/patches/rhboot-f34-make-exit-take-a-return-code.patch
Conflict in debian/patches/rhboot-f34-make-pmtimer-tsc-calibration-fast.patch
Conflict in debian/patches/series
Conflict in debian/patches/skip-grub_cmd_set_date.patch
Conflict in debian/patches/sleep-shift.patch
Conflict in debian/patches/ubuntu-add-devicetree-command-support.patch
Conflict in debian/patches/ubuntu-add-initrd-less-boot-fallback.patch
Conflict in debian/patches/ubuntu-add-initrd-less-boot-messages.patch
Conflict in debian/patches/ubuntu-boot-from-multipath-dependent-symlink.patch
Conflict in debian/patches/ubuntu-dont-verify-loopback-images.patch
Conflict in debian/patches/ubuntu-efi-allow-loopmount-chainload.patch
Conflict in debian/patches/ubuntu-fix-lzma-decompressor-objcopy.patch
Conflict in debian/patches/ubuntu-fix-reproducible-squashfs-test.patch
Conflict in debian/patches/ubuntu-flavour-order.patch
Conflict in debian/patches/ubuntu-grub-install-extra-removable.patch
Conflict in debian/patches/ubuntu-install-signed.patch
Conflict in debian/patches/ubuntu-linuxefi-arm64-set-base-addr.patch
Conflict in debian/patches/ubuntu-linuxefi-arm64.patch
Conflict in debian/patches/ubuntu-linuxefi.patch
Conflict in debian/patches/ubuntu-mkconfig-leave-breadcrumbs.patch
Conflict in debian/patches/ubuntu-recovery-dis_ucode_ldr.patch
Conflict in debian/patches/ubuntu-resilient-boot-boot-order.patch
Conflict in debian/patches/ubuntu-resilient-boot-ignore-alternative-esps.patch
Conflict in debian/patches/ubuntu-shorter-version-info.patch
Conflict in debian/patches/ubuntu-skip-disk-by-id-lvm-pvm-uuid-entries.patch
Conflict in debian/patches/ubuntu-speed-zsys-history.patch
Conflict in debian/patches/ubuntu-support-initrd-less-boot.patch
Conflict in debian/patches/ubuntu-temp-keep-auto-nvram.patch
Conflict in debian/patches/ubuntu-zfs-enhance-support.patch
Conflict in debian/patches/uefi-firmware-setup.patch
Conflict in debian/patches/uefi-secure-boot-cryptomount.patch
Conflict in debian/patches/vsnprintf-upper-case-hex.patch
Conflict in debian/patches/vt-handoff.patch
Conflict in debian/patches/wubi-no-windows.patch
Conflict in debian/patches/zpool-full-device-name.patch
Conflict in debian/postinst.in
Conflict in debian/rules
Conflict in docs/grub.info
Conflict in docs/grub.texi
Conflict in grub-core/Makefile.core.def
Conflict in grub-core/commands/efi/tpm.c
Conflict in grub-core/commands/iorw.c
Conflict in grub-core/commands/memrw.c
Conflict in grub-core/disk/ldm.c
Conflict in grub-core/disk/lvm.c
Conflict in grub-core/fs/hfsplus.c
Conflict in grub-core/fs/xfs.c
Conflict in grub-core/kern/efi/efi.c
Conflict in grub-core/kern/efi/sb.c
Conflict in grub-core/kern/mm.c
Conflict in grub-core/kern/parser.c
Conflict in grub-core/loader/efi/chainloader.c
Conflict in grub-core/loader/efi/fdt.c
Conflict in grub-core/loader/i386/efi/linux.c
Conflict in grub-core/loader/i386/linux.c
Conflict in grub-core/loader/i386/pc/linux.c
Conflict in grub-core/loader/linux.c
Conflict in grub-core/loader/multiboot_mbi2.c
Conflict in grub-core/loader/xnu.c
Conflict in grub-core/net/tftp.c
Conflict in grub-core/osdep/unix/config.c
Conflict in grub-core/osdep/unix/efivar.c
Conflict in grub-core/osdep/unix/platform.c
Conflict in grub-core/term/efi/console.c
Conflict in include/grub/efi/sb.h
Conflict in include/grub/util/install.h
Conflict in util/deviceiter.c
Conflict in util/grub-install-common.c
Conflict in util/grub-install.c
Conflict in util/grub-mkconfig.in
Conflict in util/grub.d/00_header.in
Conflict in util/grub.d/10_linux.in
Conflict in util/grub.d/30_uefi-firmware.in
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+431421@code.staging.launchpad.net

This proposal has been superseded by a proposal from 2022-10-12.

To post a comment you must log in.

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches