Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/grub2.spec'], chrootPath='/var/lib/mock/dist-an23-build-334114-69650/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=982gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/grub2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False warning: /builddir/build/SPECS/grub2.spec: line 197: Macro %___pesign_client_cert defined but not used within scope warning: /builddir/build/SPECS/grub2.spec: line 197: Macro %__pesign_client_cert defined but not used within scope Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1701820800 Wrote: /builddir/build/SRPMS/grub2-2.06-14.an23.src.rpm RPM build warnings: /builddir/build/SPECS/grub2.spec: line 197: Macro %___pesign_client_cert defined but not used within scope /builddir/build/SPECS/grub2.spec: line 197: Macro %__pesign_client_cert defined but not used within scope Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/grub2.spec'], chrootPath='/var/lib/mock/dist-an23-build-334114-69650/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=982gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/grub2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1701820800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xDhXoc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf grub-2.06 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/grub-2.06.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd grub-2.06 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -fv docs/grub-dev.info docs/grub.info removed 'docs/grub-dev.info' removed 'docs/grub.info' + cp /builddir/build/SOURCES/gitignore .gitignore + cp /builddir/build/SOURCES/bootstrap bootstrap + cp /builddir/build/SOURCES/bootstrap.conf bootstrap.conf + cp /builddir/build/SOURCES/strtoull_test.c ./grub-core/tests/strtoull_test.c + cp /builddir/build/SOURCES/gnulib-9f48fb992a3d7e96610c4ce8be969cff2d61a01b.tar.gz gnulib-9f48fb992a3d7e96610c4ce8be969cff2d61a01b.tar.gz + tar -zxf gnulib-9f48fb992a3d7e96610c4ce8be969cff2d61a01b.tar.gz + mv gnulib-9f48fb992a3d7e96610c4ce8be969cff2d61a01b gnulib + git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /builddir/build/BUILD/grub-2.06/.git/ + echo '![[:digit:]][[:digit:]]_*.in' + echo '!*.[[:digit:]]' + echo '!config.h' + git config user.email grub2-owner@fedoraproject.org + git config user.name 'Fedora Ninjas' + git config gc.auto 0 + rm -f configure + git add . + git commit -a -q -m '2.06 baseline.' + git am --whitespace=nowarn /builddir/build/SOURCES/0001-Revert-templates-Fix-user-facing-typo-with-an-incorr.patch /builddir/build/SOURCES/0002-Revert-templates-Properly-disable-the-os-prober-by-d.patch /builddir/build/SOURCES/0003-Revert-templates-Disable-the-os-prober-by-default.patch /builddir/build/SOURCES/0004-Add-support-for-Linux-EFI-stub-loading.patch /builddir/build/SOURCES/0005-Rework-linux-command.patch /builddir/build/SOURCES/0006-Rework-linux16-command.patch /builddir/build/SOURCES/0007-Add-secureboot-support-on-efi-chainloader.patch /builddir/build/SOURCES/0008-Make-any-of-the-loaders-that-link-in-efi-mode-honor-.patch /builddir/build/SOURCES/0009-Handle-multi-arch-64-on-32-boot-in-linuxefi-loader.patch /builddir/build/SOURCES/0010-re-write-.gitignore.patch /builddir/build/SOURCES/0011-IBM-client-architecture-CAS-reboot-support.patch /builddir/build/SOURCES/0012-for-ppc-reset-console-display-attr-when-clear-screen.patch /builddir/build/SOURCES/0013-Disable-GRUB-video-support-for-IBM-power-machines.patch /builddir/build/SOURCES/0014-Move-bash-completion-script-922997.patch /builddir/build/SOURCES/0015-Allow-fallback-to-include-entries-by-title-not-just-.patch /builddir/build/SOURCES/0016-Make-exit-take-a-return-code.patch /builddir/build/SOURCES/0017-Make-efi-machines-load-an-env-block-from-a-variable.patch /builddir/build/SOURCES/0018-Migrate-PPC-from-Yaboot-to-Grub2.patch /builddir/build/SOURCES/0019-Add-fw_path-variable-revised.patch /builddir/build/SOURCES/0020-Pass-x-hex-hex-straight-through-unmolested.patch /builddir/build/SOURCES/0021-blscfg-add-blscfg-module-to-parse-Boot-Loader-Specif.patch /builddir/build/SOURCES/0022-Add-devicetree-loading.patch /builddir/build/SOURCES/0023-Enable-pager-by-default.-985860.patch /builddir/build/SOURCES/0024-Don-t-say-GNU-Linux-in-generated-menus.patch /builddir/build/SOURCES/0025-Add-.eh_frame-to-list-of-relocations-stripped.patch /builddir/build/SOURCES/0026-Don-t-require-a-password-to-boot-entries-generated-b.patch /builddir/build/SOURCES/0027-Replace-a-lot-of-man-pages-with-slightly-nicer-ones.patch /builddir/build/SOURCES/0028-use-fw_path-prefix-when-fallback-searching-for-grub-.patch /builddir/build/SOURCES/0029-Try-mac-guid-etc-before-grub.cfg-on-tftp-config-file.patch /builddir/build/SOURCES/0030-Generate-OS-and-CLASS-in-10_linux-from-etc-os-releas.patch /builddir/build/SOURCES/0031-Minimize-the-sort-ordering-for-.debug-and-rescue-ker.patch /builddir/build/SOURCES/0032-Try-prefix-if-fw_path-doesn-t-work.patch /builddir/build/SOURCES/0033-Use-rpm-s-sort-for-grub2-mkconfig.patch /builddir/build/SOURCES/0034-Make-grub2-mkconfig-construct-titles-that-look-like-.patch /builddir/build/SOURCES/0035-Add-friendly-grub2-password-config-tool-985962.patch /builddir/build/SOURCES/0036-tcp-add-window-scaling-support.patch /builddir/build/SOURCES/0037-efinet-and-bootp-add-support-for-dhcpv6.patch /builddir/build/SOURCES/0038-Add-grub-get-kernel-settings-and-use-it-in-10_linux.patch /builddir/build/SOURCES/0039-bz1374141-fix-incorrect-mask-for-ppc64.patch /builddir/build/SOURCES/0040-Make-grub_fatal-also-backtrace.patch /builddir/build/SOURCES/0041-Fix-up-some-man-pages-rpmdiff-noticed.patch /builddir/build/SOURCES/0042-Make-our-info-pages-say-grub2-where-appropriate.patch /builddir/build/SOURCES/0043-macos-just-build-chainloader-entries-don-t-try-any-x.patch /builddir/build/SOURCES/0044-grub2-btrfs-Add-ability-to-boot-from-subvolumes.patch /builddir/build/SOURCES/0045-export-btrfs_subvol-and-btrfs_subvolid.patch /builddir/build/SOURCES/0046-grub2-btrfs-03-follow_default.patch /builddir/build/SOURCES/0047-grub2-btrfs-04-grub2-install.patch /builddir/build/SOURCES/0048-grub2-btrfs-05-grub2-mkconfig.patch /builddir/build/SOURCES/0049-grub2-btrfs-06-subvol-mount.patch /builddir/build/SOURCES/0050-Fallback-to-old-subvol-name-scheme-to-support-old-sn.patch /builddir/build/SOURCES/0051-Grub-not-working-correctly-with-btrfs-snapshots-bsc-.patch /builddir/build/SOURCES/0052-Add-grub_efi_allocate_pool-and-grub_efi_free_pool-wr.patch /builddir/build/SOURCES/0053-Use-grub_efi_.-memory-helpers-where-reasonable.patch /builddir/build/SOURCES/0054-Add-PRIxGRUB_EFI_STATUS-and-use-it.patch /builddir/build/SOURCES/0055-don-t-use-int-for-efi-status.patch /builddir/build/SOURCES/0056-make-GRUB_MOD_INIT-declare-its-function-prototypes.patch /builddir/build/SOURCES/0057-Don-t-guess-boot-efi-as-HFS-on-ppc-machines-in-grub-.patch /builddir/build/SOURCES/0058-20_linux_xen-load-xen-or-multiboot-2-modules-as-need.patch /builddir/build/SOURCES/0059-Make-pmtimer-tsc-calibration-not-take-51-seconds-to-.patch /builddir/build/SOURCES/0060-align-struct-efi_variable-better.patch /builddir/build/SOURCES/0061-Add-BLS-support-to-grub-mkconfig.patch /builddir/build/SOURCES/0062-Don-t-attempt-to-backtrace-on-grub_abort-for-grub-em.patch /builddir/build/SOURCES/0063-Add-linux-and-initrd-commands-for-grub-emu.patch /builddir/build/SOURCES/0064-Add-grub2-switch-to-blscfg.patch /builddir/build/SOURCES/0065-make-better-backtraces.patch /builddir/build/SOURCES/0066-normal-don-t-draw-our-startup-message-if-debug-is-se.patch /builddir/build/SOURCES/0067-Work-around-some-minor-include-path-weirdnesses.patch /builddir/build/SOURCES/0068-Make-it-possible-to-enabled-build-id-sha1.patch /builddir/build/SOURCES/0069-Add-grub_qdprintf-grub_dprintf-without-the-file-line.patch /builddir/build/SOURCES/0070-Make-a-gdb-dprintf-that-tells-us-load-addresses.patch /builddir/build/SOURCES/0071-Fixup-for-newer-compiler.patch /builddir/build/SOURCES/0072-Don-t-attempt-to-export-the-start-and-_start-symbols.patch /builddir/build/SOURCES/0073-Fixup-for-newer-compiler.patch /builddir/build/SOURCES/0074-Add-support-for-non-Ethernet-network-cards.patch /builddir/build/SOURCES/0075-net-read-bracketed-ipv6-addrs-and-port-numbers.patch /builddir/build/SOURCES/0076-bootp-New-net_bootp6-command.patch /builddir/build/SOURCES/0077-efinet-UEFI-IPv6-PXE-support.patch /builddir/build/SOURCES/0078-grub.texi-Add-net_bootp6-doument.patch /builddir/build/SOURCES/0079-bootp-Add-processing-DHCPACK-packet-from-HTTP-Boot.patch /builddir/build/SOURCES/0080-efinet-Setting-network-from-UEFI-device-path.patch /builddir/build/SOURCES/0081-efinet-Setting-DNS-server-from-UEFI-protocol.patch /builddir/build/SOURCES/0082-Support-UEFI-networking-protocols.patch /builddir/build/SOURCES/0083-AUDIT-0-http-boot-tracker-bug.patch /builddir/build/SOURCES/0084-grub-editenv-Add-incr-command-to-increment-integer-v.patch /builddir/build/SOURCES/0085-Add-auto-hide-menu-support.patch /builddir/build/SOURCES/0086-Add-grub-set-bootflag-utility.patch /builddir/build/SOURCES/0087-docs-Add-grub-boot-indeterminate.service-example.patch /builddir/build/SOURCES/0088-gentpl-add-disable-support.patch /builddir/build/SOURCES/0089-gentpl-add-pc-firmware-type.patch /builddir/build/SOURCES/0090-efinet-also-use-the-firmware-acceleration-for-http.patch /builddir/build/SOURCES/0091-efi-http-Make-root_url-reflect-the-protocol-hostname.patch /builddir/build/SOURCES/0092-Make-it-so-we-can-tell-configure-which-cflags-utils-.patch /builddir/build/SOURCES/0093-module-verifier-make-it-possible-to-run-checkers-on-.patch /builddir/build/SOURCES/0094-Rework-how-the-fdt-command-builds.patch /builddir/build/SOURCES/0095-Disable-non-wordsize-allocations-on-arm.patch /builddir/build/SOURCES/0096-Prepend-prefix-when-HTTP-path-is-relative.patch /builddir/build/SOURCES/0097-Make-grub_error-more-verbose.patch /builddir/build/SOURCES/0098-Make-reset-an-alias-for-the-reboot-command.patch /builddir/build/SOURCES/0099-Add-a-version-command.patch /builddir/build/SOURCES/0100-Add-more-dprintf-and-nerf-dprintf-in-script.c.patch /builddir/build/SOURCES/0101-arm-arm64-loader-Better-memory-allocation-and-error-.patch /builddir/build/SOURCES/0102-Try-to-pick-better-locations-for-kernel-and-initrd.patch /builddir/build/SOURCES/0103-Attempt-to-fix-up-all-the-places-Wsign-compare-error.patch /builddir/build/SOURCES/0104-Don-t-use-Wno-sign-compare-Wno-conversion-Wno-error-.patch /builddir/build/SOURCES/0105-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch /builddir/build/SOURCES/0106-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch /builddir/build/SOURCES/0107-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch /builddir/build/SOURCES/0108-x86-efi-Allow-initrd-params-cmdline-allocations-abov.patch /builddir/build/SOURCES/0109-Fix-getroot.c-s-trampolines.patch /builddir/build/SOURCES/0110-Do-not-allow-stack-trampolines-anywhere.patch /builddir/build/SOURCES/0111-Reimplement-boot_counter.patch /builddir/build/SOURCES/0112-Fix-menu-entry-selection-based-on-ID-and-title.patch /builddir/build/SOURCES/0113-Make-the-menu-entry-users-option-argument-to-be-opti.patch /builddir/build/SOURCES/0114-Add-efi-export-env-and-efi-load-env-commands.patch /builddir/build/SOURCES/0115-Make-it-possible-to-subtract-conditions-from-debug.patch /builddir/build/SOURCES/0116-Export-all-variables-from-the-initial-context-when-c.patch /builddir/build/SOURCES/0117-grub.d-Split-out-boot-success-reset-from-menu-auto-h.patch /builddir/build/SOURCES/0118-Fix-systemctl-kexec-exit-status-check.patch /builddir/build/SOURCES/0119-Print-grub-emu-linux-loader-messages-as-debug.patch /builddir/build/SOURCES/0120-Don-t-assume-that-boot-commands-will-only-return-on-.patch /builddir/build/SOURCES/0121-grub-set-bootflag-Update-comment-about-running-as-ro.patch /builddir/build/SOURCES/0122-grub-set-bootflag-Write-new-env-to-tmpfile-and-then-.patch /builddir/build/SOURCES/0123-grub.d-Fix-boot_indeterminate-getting-set-on-boot_su.patch /builddir/build/SOURCES/0124-Add-start-symbol-for-RISC-V.patch /builddir/build/SOURCES/0125-bootstrap.conf-Force-autogen.sh-to-use-python3.patch /builddir/build/SOURCES/0126-efi-http-Export-fw-http-_path-variables-to-make-them.patch /builddir/build/SOURCES/0127-efi-http-Enclose-literal-IPv6-addresses-in-square-br.patch /builddir/build/SOURCES/0128-efi-net-Allow-to-specify-a-port-number-in-addresses.patch /builddir/build/SOURCES/0129-efi-ip4_config-Improve-check-to-detect-literal-IPv6-.patch /builddir/build/SOURCES/0130-efi-net-Print-a-debug-message-if-parsing-the-address.patch /builddir/build/SOURCES/0131-kern-term-Also-accept-F8-as-a-user-interrupt-key.patch /builddir/build/SOURCES/0132-efi-Set-image-base-address-before-jumping-to-the-PE-.patch /builddir/build/SOURCES/0133-tpm-Don-t-propagate-TPM-measurement-errors-to-the-ve.patch /builddir/build/SOURCES/0134-x86-efi-Reduce-maximum-bounce-buffer-size-to-16-MiB.patch /builddir/build/SOURCES/0135-http-Prepend-prefix-when-the-HTTP-path-is-relative-a.patch /builddir/build/SOURCES/0136-Fix-a-missing-return-in-efi-export-env-and-efi-load-.patch /builddir/build/SOURCES/0137-efi-dhcp-fix-some-allocation-error-checking.patch /builddir/build/SOURCES/0138-efi-http-fix-some-allocation-error-checking.patch /builddir/build/SOURCES/0139-efi-ip-46-_config.c-fix-some-potential-allocation-ov.patch /builddir/build/SOURCES/0140-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch /builddir/build/SOURCES/0141-linuxefi-fail-kernel-validation-without-shim-protoco.patch /builddir/build/SOURCES/0142-Fix-const-char-pointers-in-grub-core-net-bootp.c.patch /builddir/build/SOURCES/0143-Fix-const-char-pointers-in-grub-core-net-efi-ip4_con.patch /builddir/build/SOURCES/0144-Fix-const-char-pointers-in-grub-core-net-efi-ip6_con.patch /builddir/build/SOURCES/0145-Fix-const-char-pointers-in-grub-core-net-efi-net.c.patch /builddir/build/SOURCES/0146-Fix-const-char-pointers-in-grub-core-net-efi-pxe.c.patch /builddir/build/SOURCES/0147-Add-systemd-integration-scripts-to-make-systemctl-re.patch /builddir/build/SOURCES/0148-systemd-integration.sh-Also-set-old-menu_show_once-g.patch /builddir/build/SOURCES/0149-at_keyboard-use-set-1-when-keyboard-is-in-Translate-.patch /builddir/build/SOURCES/0150-grub-install-disable-support-for-EFI-platforms.patch /builddir/build/SOURCES/0151-New-with-debug-timestamps-configure-flag-to-prepend-.patch /builddir/build/SOURCES/0152-Added-debug-statements-to-grub_disk_open-and-grub_di.patch /builddir/build/SOURCES/0153-Introduce-function-grub_debug_is_enabled-void-return.patch /builddir/build/SOURCES/0154-Don-t-clear-screen-when-debugging-is-enabled.patch /builddir/build/SOURCES/0155-grub_file_-instrumentation-new-file-debug-tag.patch /builddir/build/SOURCES/0156-ieee1275-Avoiding-many-unecessary-open-close.patch /builddir/build/SOURCES/0157-ieee1275-powerpc-implements-fibre-channel-discovery-.patch /builddir/build/SOURCES/0158-ieee1275-powerpc-enables-device-mapper-discovery.patch /builddir/build/SOURCES/0159-Add-at_keyboard_fallback_set-var-to-force-the-set-ma.patch /builddir/build/SOURCES/0160-Add-suport-for-signing-grub-with-an-appended-signatu.patch /builddir/build/SOURCES/0161-docs-grub-Document-signing-grub-under-UEFI.patch /builddir/build/SOURCES/0162-docs-grub-Document-signing-grub-with-an-appended-sig.patch /builddir/build/SOURCES/0163-dl-provide-a-fake-grub_dl_set_persistent-for-the-emu.patch /builddir/build/SOURCES/0164-pgp-factor-out-rsa_pad.patch /builddir/build/SOURCES/0165-crypto-move-storage-for-grub_crypto_pk_-to-crypto.c.patch /builddir/build/SOURCES/0166-posix_wrap-tweaks-in-preparation-for-libtasn1.patch /builddir/build/SOURCES/0167-libtasn1-import-libtasn1-4.16.0.patch /builddir/build/SOURCES/0168-libtasn1-disable-code-not-needed-in-grub.patch /builddir/build/SOURCES/0169-libtasn1-changes-for-grub-compatibility.patch /builddir/build/SOURCES/0170-libtasn1-compile-into-asn1-module.patch /builddir/build/SOURCES/0171-test_asn1-test-module-for-libtasn1.patch /builddir/build/SOURCES/0172-grub-install-support-embedding-x509-certificates.patch /builddir/build/SOURCES/0173-appended-signatures-import-GNUTLS-s-ASN.1-descriptio.patch /builddir/build/SOURCES/0174-appended-signatures-parse-PKCS-7-signedData-and-X.50.patch /builddir/build/SOURCES/0175-appended-signatures-support-verifying-appended-signa.patch /builddir/build/SOURCES/0176-appended-signatures-verification-tests.patch /builddir/build/SOURCES/0177-appended-signatures-documentation.patch /builddir/build/SOURCES/0178-ieee1275-enter-lockdown-based-on-ibm-secure-boot.patch /builddir/build/SOURCES/0179-ieee1275-drop-HEAP_MAX_ADDR-HEAP_MIN_SIZE.patch /builddir/build/SOURCES/0180-ieee1275-claim-more-memory.patch /builddir/build/SOURCES/0181-ieee1275-request-memory-with-ibm-client-architecture.patch /builddir/build/SOURCES/0182-appendedsig-x509-Also-handle-the-Extended-Key-Usage-.patch /builddir/build/SOURCES/0183-ieee1275-ofdisk-retry-on-open-failure.patch /builddir/build/SOURCES/0184-Allow-chainloading-EFI-apps-from-loop-mounts.patch /builddir/build/SOURCES/0185-efinet-Add-DHCP-proxy-support.patch /builddir/build/SOURCES/0186-fs-ext2-Ignore-checksum-seed-incompat-feature.patch /builddir/build/SOURCES/0187-Don-t-update-the-cmdline-when-generating-legacy-menu.patch /builddir/build/SOURCES/0188-Suppress-gettext-error-message.patch /builddir/build/SOURCES/0189-grub-set-password-Always-use-boot-grub2-user.cfg-as-.patch /builddir/build/SOURCES/0190-templates-Check-for-EFI-at-runtime-instead-of-config.patch /builddir/build/SOURCES/0191-efi-Print-an-error-if-boot-to-firmware-setup-is-not-.patch /builddir/build/SOURCES/0192-arm64-Fix-EFI-loader-kernel-image-allocation.patch /builddir/build/SOURCES/0193-normal-main-Discover-the-device-to-read-the-config-f.patch /builddir/build/SOURCES/0194-powerpc-adjust-setting-of-prefix-for-signed-binary-c.patch /builddir/build/SOURCES/0195-fs-xfs-Fix-unreadable-filesystem-with-v4-superblock.patch /builddir/build/SOURCES/0196-Print-module-name-on-license-check-failure.patch /builddir/build/SOURCES/0197-powerpc-ieee1275-load-grub-at-4MB-not-2MB.patch /builddir/build/SOURCES/0198-grub-mkconfig-restore-umask-for-grub.cfg.patch /builddir/build/SOURCES/0199-fs-btrfs-Use-full-btrfs-bootloader-area.patch /builddir/build/SOURCES/0200-Add-Fedora-location-of-DejaVu-SANS-font.patch /builddir/build/SOURCES/0201-normal-menu-Don-t-show-Booting-s-msg-when-auto-booti.patch /builddir/build/SOURCES/0202-EFI-suppress-the-Welcome-to-GRUB-message-in-EFI-buil.patch /builddir/build/SOURCES/0203-EFI-console-Do-not-set-colorstate-until-the-first-te.patch /builddir/build/SOURCES/0204-EFI-console-Do-not-set-cursor-until-the-first-text-o.patch /builddir/build/SOURCES/0205-Use-visual-indentation-in-config.h.in.patch /builddir/build/SOURCES/0206-Where-present-ensure-config-util.h-precedes-config.h.patch /builddir/build/SOURCES/0207-Drop-gnulib-fix-base64.patch.patch /builddir/build/SOURCES/0208-Drop-gnulib-no-abort.patch.patch /builddir/build/SOURCES/0209-Update-gnulib-version-and-drop-most-gnulib-patches.patch /builddir/build/SOURCES/0210-commands-search-Fix-bug-stopping-iteration-when-no-f.patch /builddir/build/SOURCES/0211-search-new-efidisk-only-option-on-EFI-systems.patch /builddir/build/SOURCES/0212-efi-new-connectefi-command.patch /builddir/build/SOURCES/0213-rpm-sort-add-prereqs-for-declaration-of-strchrnul.patch /builddir/build/SOURCES/0214-ibmvtpm-Add-support-for-trusted-boot-using-a-vTPM-2..patch /builddir/build/SOURCES/0215-make-ofdisk_retries-optional.patch /builddir/build/SOURCES/0216-commands-boot-Add-API-to-pass-context-to-loader.patch /builddir/build/SOURCES/0217-kern-efi-sb-Reject-non-kernel-files-in-the-shim_lock.patch /builddir/build/SOURCES/0218-kern-file-Do-not-leak-device_name-on-error-in-grub_f.patch /builddir/build/SOURCES/0219-video-readers-png-Abort-sooner-if-a-read-operation-f.patch /builddir/build/SOURCES/0220-video-readers-png-Refuse-to-handle-multiple-image-he.patch /builddir/build/SOURCES/0221-video-readers-png-Drop-greyscale-support-to-fix-heap.patch /builddir/build/SOURCES/0222-video-readers-png-Avoid-heap-OOB-R-W-inserting-huff-.patch /builddir/build/SOURCES/0223-video-readers-png-Sanity-check-some-huffman-codes.patch /builddir/build/SOURCES/0224-video-readers-jpeg-Abort-sooner-if-a-read-operation-.patch /builddir/build/SOURCES/0225-video-readers-jpeg-Do-not-reallocate-a-given-huff-ta.patch /builddir/build/SOURCES/0226-video-readers-jpeg-Refuse-to-handle-multiple-start-o.patch /builddir/build/SOURCES/0227-video-readers-jpeg-Block-int-underflow-wild-pointer-.patch /builddir/build/SOURCES/0228-normal-charset-Fix-array-out-of-bounds-formatting-un.patch /builddir/build/SOURCES/0229-net-netbuff-Block-overly-large-netbuff-allocs.patch /builddir/build/SOURCES/0230-net-ip-Do-IP-fragment-maths-safely.patch /builddir/build/SOURCES/0231-net-dns-Fix-double-free-addresses-on-corrupt-DNS-res.patch /builddir/build/SOURCES/0232-net-dns-Don-t-read-past-the-end-of-the-string-we-re-.patch /builddir/build/SOURCES/0233-net-tftp-Prevent-a-UAF-and-double-free-from-a-failed.patch /builddir/build/SOURCES/0234-net-tftp-Avoid-a-trivial-UAF.patch /builddir/build/SOURCES/0235-net-http-Do-not-tear-down-socket-if-it-s-already-bee.patch /builddir/build/SOURCES/0236-net-http-Fix-OOB-write-for-split-http-headers.patch /builddir/build/SOURCES/0237-net-http-Error-out-on-headers-with-LF-without-CR.patch /builddir/build/SOURCES/0238-fs-f2fs-Do-not-read-past-the-end-of-nat-journal-entr.patch /builddir/build/SOURCES/0239-fs-f2fs-Do-not-read-past-the-end-of-nat-bitmap.patch /builddir/build/SOURCES/0240-fs-f2fs-Do-not-copy-file-names-that-are-too-long.patch /builddir/build/SOURCES/0241-fs-btrfs-Fix-several-fuzz-issues-with-invalid-dir-it.patch /builddir/build/SOURCES/0242-fs-btrfs-Fix-more-ASAN-and-SEGV-issues-found-with-fu.patch /builddir/build/SOURCES/0243-fs-btrfs-Fix-more-fuzz-issues-related-to-chunks.patch /builddir/build/SOURCES/0244-misc-Make-grub_min-and-grub_max-more-resilient.patch /builddir/build/SOURCES/0245-ReiserFS-switch-to-using-grub_min-grub_max.patch /builddir/build/SOURCES/0246-misc-make-grub_boot_time-also-call-grub_dprintf-boot.patch /builddir/build/SOURCES/0247-modules-make-.module_license-read-only.patch /builddir/build/SOURCES/0248-modules-strip-.llvm_addrsig-sections-and-similar.patch /builddir/build/SOURCES/0249-modules-Don-t-allocate-space-for-non-allocable-secti.patch /builddir/build/SOURCES/0250-pe-add-the-DOS-header-struct-and-fix-some-bad-naming.patch /builddir/build/SOURCES/0251-modules-load-module-sections-at-page-aligned-address.patch /builddir/build/SOURCES/0252-nx-add-memory-attribute-get-set-API.patch /builddir/build/SOURCES/0253-nx-set-page-permissions-for-loaded-modules.patch /builddir/build/SOURCES/0254-grub-probe-document-the-behavior-of-multiple-v.patch /builddir/build/SOURCES/0255-grub_fs_probe-dprint-errors-from-filesystems.patch /builddir/build/SOURCES/0256-fs-fat-don-t-error-when-mtime-is-0.patch /builddir/build/SOURCES/0257-Make-debug-file-show-which-file-filters-get-run.patch /builddir/build/SOURCES/0258-BLS-create-etc-kernel-cmdline-during-mkconfig.patch /builddir/build/SOURCES/0259-squish-don-t-dup-rhgb-quiet-check-mtimes.patch /builddir/build/SOURCES/0260-squish-give-up-on-rhgb-quiet.patch /builddir/build/SOURCES/0261-squish-BLS-only-write-etc-kernel-cmdline-if-writable.patch /builddir/build/SOURCES/0262-blscfg-Don-t-root-device-in-emu-builds.patch /builddir/build/SOURCES/0263-font-Reject-glyphs-exceeds-font-max_glyph_width-or-f.patch /builddir/build/SOURCES/0264-font-Fix-size-overflow-in-grub_font_get_glyph_intern.patch /builddir/build/SOURCES/0265-font-Fix-several-integer-overflows-in-grub_font_cons.patch /builddir/build/SOURCES/0266-font-Remove-grub_font_dup_glyph.patch /builddir/build/SOURCES/0267-font-Fix-integer-overflow-in-ensure_comb_space.patch /builddir/build/SOURCES/0268-font-Fix-integer-overflow-in-BMP-index.patch /builddir/build/SOURCES/0269-font-Fix-integer-underflow-in-binary-search-of-char-.patch /builddir/build/SOURCES/0270-kern-efi-sb-Enforce-verification-of-font-files.patch /builddir/build/SOURCES/0271-fbutil-Fix-integer-overflow.patch /builddir/build/SOURCES/0272-font-Fix-an-integer-underflow-in-blit_comb.patch /builddir/build/SOURCES/0273-font-Harden-grub_font_blit_glyph-and-grub_font_blit_.patch /builddir/build/SOURCES/0274-font-Assign-null_font-to-glyphs-in-ascii_font_glyph.patch /builddir/build/SOURCES/0275-normal-charset-Fix-an-integer-overflow-in-grub_unico.patch /builddir/build/SOURCES/0276-port-Add-LoongArch-support.patch /builddir/build/SOURCES/0277-loongarch-Modify-the-location-where-initrd-is-loaded.patch /builddir/build/SOURCES/0278-loongarch-Add-EFI-frame-buffer-support.patch /builddir/build/SOURCES/0279-loongarch-Add-support-for-v4.0-interface.patch /builddir/build/SOURCES/0280-loongarch-Add-support-for-new-EFI-screen-info-GUID.patch /builddir/build/SOURCES/0281-loongarch-Force-initrd-load-address-64KiB-alignment.patch /builddir/build/SOURCES/0282-loongarch-Implement-cache-synchronization-operation.patch /builddir/build/SOURCES/0283-loongarch-Fix-the-initrd-parameter-passing.patch /builddir/build/SOURCES/0284-loongarch-Disable-relaxation-relocations.patch /builddir/build/SOURCES/1000-change-to-use-fuse3.patch Applying: Revert "templates: Fix user-facing typo with an incorrect use of "it's"" Applying: Revert "templates: Properly disable the os-prober by default" Applying: Revert "templates: Disable the os-prober by default" Applying: Add support for Linux EFI stub loading. Applying: Rework linux command Applying: Rework linux16 command Applying: Add secureboot support on efi chainloader Applying: Make any of the loaders that link in efi mode honor secure boot. Applying: Handle multi-arch (64-on-32) boot in linuxefi loader. Applying: re-write .gitignore Applying: IBM client architecture (CAS) reboot support Applying: for ppc, reset console display attr when clear screen Applying: Disable GRUB video support for IBM power machines Applying: Move bash completion script (#922997) Applying: Allow "fallback" to include entries by title, not just number. Applying: Make "exit" take a return code. Applying: Make efi machines load an env block from a variable Applying: Migrate PPC from Yaboot to Grub2 Applying: Add fw_path variable (revised) Applying: Pass "\x[[:hex:]][[:hex:]]" straight through unmolested. Applying: blscfg: add blscfg module to parse Boot Loader Specification snippets Applying: Add devicetree loading Applying: Enable pager by default. (#985860) Applying: Don't say "GNU/Linux" in generated menus. Applying: Add .eh_frame to list of relocations stripped Applying: Don't require a password to boot entries generated by grub-mkconfig. Applying: Replace a lot of man pages with slightly nicer ones. Applying: use fw_path prefix when fallback searching for grub config Applying: Try mac/guid/etc before grub.cfg on tftp config files. Applying: Generate OS and CLASS in 10_linux from /etc/os-release Applying: Minimize the sort ordering for .debug and -rescue- kernels. Applying: Try $prefix if $fw_path doesn't work. Applying: Use rpm's sort for grub2-mkconfig Applying: Make grub2-mkconfig construct titles that look like the ones we want elsewhere. Applying: Add friendly grub2 password config tool (#985962) Applying: tcp: add window scaling support Applying: efinet and bootp: add support for dhcpv6 Applying: Add grub-get-kernel-settings and use it in 10_linux Applying: bz1374141 fix incorrect mask for ppc64 Applying: Make grub_fatal() also backtrace. Applying: Fix up some man pages rpmdiff noticed. Applying: Make our info pages say "grub2" where appropriate. Applying: macos: just build chainloader entries, don't try any xnu xnu. Applying: grub2/btrfs: Add ability to boot from subvolumes Applying: export btrfs_subvol and btrfs_subvolid Applying: grub2-btrfs-03-follow_default Applying: grub2-btrfs-04-grub2-install Applying: grub2-btrfs-05-grub2-mkconfig Applying: grub2-btrfs-06-subvol-mount Applying: Fallback to old subvol name scheme to support old snapshot config Applying: Grub not working correctly with btrfs snapshots (bsc#1026511) Applying: Add grub_efi_allocate_pool() and grub_efi_free_pool() wrappers. Applying: Use grub_efi_...() memory helpers where reasonable. Applying: Add PRIxGRUB_EFI_STATUS and use it. Applying: don't use int for efi status Applying: make GRUB_MOD_INIT() declare its function prototypes. Applying: Don't guess /boot/efi/ as HFS+ on ppc machines in grub-install Applying: 20_linux_xen: load xen or multiboot{,2} modules as needed. Applying: Make pmtimer tsc calibration not take 51 seconds to fail. Applying: align struct efi_variable better... Applying: Add BLS support to grub-mkconfig Applying: Don't attempt to backtrace on grub_abort() for grub-emu Applying: Add linux and initrd commands for grub-emu Applying: Add grub2-switch-to-blscfg Applying: make better backtraces Applying: normal: don't draw our startup message if debug is set Applying: Work around some minor include path weirdnesses Applying: Make it possible to enabled --build-id=sha1 Applying: Add grub_qdprintf() - grub_dprintf() without the file+line number. Applying: Make a "gdb" dprintf that tells us load addresses. Applying: Fixup for newer compiler Applying: Don't attempt to export the start and _start symbols for grub-emu Applying: Fixup for newer compiler Applying: Add support for non-Ethernet network cards Applying: net: read bracketed ipv6 addrs and port numbers Applying: bootp: New net_bootp6 command Applying: efinet: UEFI IPv6 PXE support Applying: grub.texi: Add net_bootp6 doument Applying: bootp: Add processing DHCPACK packet from HTTP Boot Applying: efinet: Setting network from UEFI device path Applying: efinet: Setting DNS server from UEFI protocol Applying: Support UEFI networking protocols Applying: AUDIT-0: http boot tracker bug Applying: grub-editenv: Add "incr" command to increment integer value env. variables Applying: Add auto-hide menu support Applying: Add grub-set-bootflag utility Applying: docs: Add grub-boot-indeterminate.service example Applying: gentpl: add 'disable = ' support Applying: gentpl: add 'pc' firmware type Applying: efinet: also use the firmware acceleration for http Applying: efi/http: Make root_url reflect the protocol+hostname of our boot url. Applying: Make it so we can tell configure which cflags utils are built with Applying: module-verifier: make it possible to run checkers on grub-module-verifierxx.c Applying: Rework how the fdt command builds. Applying: Disable non-wordsize allocations on arm Applying: Prepend prefix when HTTP path is relative Applying: Make grub_error() more verbose Applying: Make "reset" an alias for the "reboot" command. Applying: Add a "version" command. Applying: Add more dprintf, and nerf dprintf in script.c Applying: arm/arm64 loader: Better memory allocation and error messages. Applying: Try to pick better locations for kernel and initrd Applying: Attempt to fix up all the places -Wsign-compare=error finds. Applying: Don't use -Wno-sign-compare -Wno-conversion -Wno-error, do use -Wextra. Applying: x86-efi: Use bounce buffers for reading to addresses > 4GB Applying: x86-efi: Re-arrange grub_cmd_linux() a little bit. Applying: x86-efi: Make our own allocator for kernel stuff Applying: x86-efi: Allow initrd+params+cmdline allocations above 4GB. Applying: Fix getroot.c's trampolines. Applying: Do not allow stack trampolines, anywhere. Applying: Reimplement boot_counter Applying: Fix menu entry selection based on ID and title Applying: Make the menu entry users option argument to be optional Applying: Add efi-export-env and efi-load-env commands Applying: Make it possible to subtract conditions from debug= Applying: Export all variables from the initial context when creating a submenu Applying: grub.d: Split out boot success reset from menu auto hide script Applying: Fix systemctl kexec exit status check Applying: Print grub-emu linux loader messages as debug Applying: Don't assume that boot commands will only return on fail Applying: grub-set-bootflag: Update comment about running as root through pkexec Applying: grub-set-bootflag: Write new env to tmpfile and then rename Applying: grub.d: Fix boot_indeterminate getting set on boot_success=0 boot Applying: Add start symbol for RISC-V Applying: bootstrap.conf: Force autogen.sh to use python3 Applying: efi/http: Export {fw,http}_path variables to make them global Applying: efi/http: Enclose literal IPv6 addresses in square brackets Applying: efi/net: Allow to specify a port number in addresses Applying: efi/ip4_config: Improve check to detect literal IPv6 addresses Applying: efi/net: Print a debug message if parsing the address fails Applying: kern/term: Also accept F8 as a user interrupt key Applying: efi: Set image base address before jumping to the PE/COFF entry point Applying: tpm: Don't propagate TPM measurement errors to the verifiers layer Applying: x86-efi: Reduce maximum bounce buffer size to 16 MiB Applying: http: Prepend prefix when the HTTP path is relative as done in efi/http Applying: Fix a missing return in efi-export-env and efi-load-env commands Applying: efi+dhcp: fix some allocation error checking. Applying: efi+http: fix some allocation error checking. Applying: efi/ip[46]_config.c: fix some potential allocation overflows Applying: efilinux: Fix integer overflows in grub_cmd_initrd Applying: linuxefi: fail kernel validation without shim protocol. Applying: Fix const char ** pointers in grub-core/net/bootp.c Applying: Fix const char ** pointers in grub-core/net/efi/ip4_config.c Applying: Fix const char ** pointers in grub-core/net/efi/ip6_config.c Applying: Fix const char ** pointers in grub-core/net/efi/net.c Applying: Fix const char ** pointers in grub-core/net/efi/pxe.c Applying: Add systemd integration scripts to make "systemctl reboot --boot-loader-menu=xxx" work with grub Applying: systemd-integration.sh: Also set old menu_show_once grubenv var Applying: at_keyboard: use set 1 when keyboard is in Translate mode Applying: grub-install: disable support for EFI platforms Applying: New --with-debug-timestamps configure flag to prepend debug traces with absolute and relative timestamp Applying: Added debug statements to grub_disk_open() and grub_disk_close() on success Applying: Introduce function grub_debug_is_enabled(void) returning 1 if 'debug' is in the environment and not empty Applying: Don't clear screen when debugging is enabled Applying: grub_file_* instrumentation (new 'file' debug tag) Applying: ieee1275: Avoiding many unecessary open/close Applying: ieee1275/powerpc: implements fibre channel discovery for ofpathname Applying: ieee1275/powerpc: enables device mapper discovery Applying: Add 'at_keyboard_fallback_set' var to force the set manually Applying: Add suport for signing grub with an appended signature Applying: docs/grub: Document signing grub under UEFI Applying: docs/grub: Document signing grub with an appended signature Applying: dl: provide a fake grub_dl_set_persistent for the emu target Applying: pgp: factor out rsa_pad Applying: crypto: move storage for grub_crypto_pk_* to crypto.c Applying: posix_wrap: tweaks in preparation for libtasn1 Applying: libtasn1: import libtasn1-4.16.0 Applying: libtasn1: disable code not needed in grub Applying: libtasn1: changes for grub compatibility Applying: libtasn1: compile into asn1 module Applying: test_asn1: test module for libtasn1 Applying: grub-install: support embedding x509 certificates Applying: appended signatures: import GNUTLS's ASN.1 description files Applying: appended signatures: parse PKCS#7 signedData and X.509 certificates Applying: appended signatures: support verifying appended signatures Applying: appended signatures: verification tests Applying: appended signatures: documentation Applying: ieee1275: enter lockdown based on /ibm,secure-boot Applying: ieee1275: drop HEAP_MAX_ADDR, HEAP_MIN_SIZE Applying: ieee1275: claim more memory Applying: ieee1275: request memory with ibm,client-architecture-support Applying: appendedsig/x509: Also handle the Extended Key Usage extension Applying: ieee1275/ofdisk: retry on open failure Applying: Allow chainloading EFI apps from loop mounts. Applying: efinet: Add DHCP proxy support Applying: fs/ext2: Ignore checksum seed incompat feature Applying: Don't update the cmdline when generating legacy menuentry commands Applying: Suppress gettext error message Applying: grub-set-password: Always use /boot/grub2/user.cfg as password default Applying: templates: Check for EFI at runtime instead of config generation time Applying: efi: Print an error if boot to firmware setup is not supported Applying: arm64: Fix EFI loader kernel image allocation Applying: normal/main: Discover the device to read the config from as a fallback Applying: powerpc: adjust setting of prefix for signed binary case Applying: fs/xfs: Fix unreadable filesystem with v4 superblock Applying: Print module name on license check failure Applying: powerpc-ieee1275: load grub at 4MB, not 2MB Applying: grub-mkconfig: restore umask for grub.cfg Applying: fs/btrfs: Use full btrfs bootloader area Applying: Add Fedora location of DejaVu SANS font Applying: normal/menu: Don't show "Booting `%s'" msg when auto-booting with TIMEOUT_STYLE_HIDDEN Applying: EFI: suppress the "Welcome to GRUB!" message in EFI builds Applying: EFI: console: Do not set colorstate until the first text output Applying: EFI: console: Do not set cursor until the first text output Applying: Use visual indentation in config.h.in Applying: Where present, ensure config-util.h precedes config.h Applying: Drop gnulib fix-base64.patch Applying: Drop gnulib no-abort.patch Applying: Update gnulib version and drop most gnulib patches Applying: commands/search: Fix bug stopping iteration when --no-floppy is used Applying: search: new --efidisk-only option on EFI systems Applying: efi: new 'connectefi' command Applying: rpm-sort: add prereqs for declaration of strchrnul() Applying: ibmvtpm: Add support for trusted boot using a vTPM 2.0 Applying: make ofdisk_retries optional Applying: commands/boot: Add API to pass context to loader Applying: kern/efi/sb: Reject non-kernel files in the shim_lock verifier Applying: kern/file: Do not leak device_name on error in grub_file_open() Applying: video/readers/png: Abort sooner if a read operation fails Applying: video/readers/png: Refuse to handle multiple image headers Applying: video/readers/png: Drop greyscale support to fix heap out-of-bounds write Applying: video/readers/png: Avoid heap OOB R/W inserting huff table items Applying: video/readers/png: Sanity check some huffman codes Applying: video/readers/jpeg: Abort sooner if a read operation fails Applying: video/readers/jpeg: Do not reallocate a given huff table Applying: video/readers/jpeg: Refuse to handle multiple start of streams Applying: video/readers/jpeg: Block int underflow -> wild pointer write Applying: normal/charset: Fix array out-of-bounds formatting unicode for display Applying: net/netbuff: Block overly large netbuff allocs Applying: net/ip: Do IP fragment maths safely Applying: net/dns: Fix double-free addresses on corrupt DNS response Applying: net/dns: Don't read past the end of the string we're checking against Applying: net/tftp: Prevent a UAF and double-free from a failed seek Applying: net/tftp: Avoid a trivial UAF Applying: net/http: Do not tear down socket if it's already been torn down Applying: net/http: Fix OOB write for split http headers Applying: net/http: Error out on headers with LF without CR Applying: fs/f2fs: Do not read past the end of nat journal entries Applying: fs/f2fs: Do not read past the end of nat bitmap Applying: fs/f2fs: Do not copy file names that are too long Applying: fs/btrfs: Fix several fuzz issues with invalid dir item sizing Applying: fs/btrfs: Fix more ASAN and SEGV issues found with fuzzing Applying: fs/btrfs: Fix more fuzz issues related to chunks Applying: misc: Make grub_min() and grub_max() more resilient. Applying: ReiserFS: switch to using grub_min()/grub_max() Applying: misc: make grub_boot_time() also call grub_dprintf("boot",...) Applying: modules: make .module_license read-only Applying: modules: strip .llvm_addrsig sections and similar. Applying: modules: Don't allocate space for non-allocable sections. Applying: pe: add the DOS header struct and fix some bad naming. Applying: modules: load module sections at page-aligned addresses Applying: nx: add memory attribute get/set API Applying: nx: set page permissions for loaded modules. Applying: grub-probe: document the behavior of multiple -v Applying: grub_fs_probe(): dprint errors from filesystems Applying: fs/fat: don't error when mtime is 0 Applying: Make debug=file show which file filters get run. Applying: BLS: create /etc/kernel/cmdline during mkconfig Applying: squish: don't dup rhgb quiet, check mtimes Applying: squish: give up on rhgb quiet Applying: squish: BLS: only write /etc/kernel/cmdline if writable Applying: blscfg: Don't root device in emu builds Applying: font: Reject glyphs exceeds font->max_glyph_width or font->max_glyph_height Applying: font: Fix size overflow in grub_font_get_glyph_internal() Applying: font: Fix several integer overflows in grub_font_construct_glyph() Applying: font: Remove grub_font_dup_glyph() Applying: font: Fix integer overflow in ensure_comb_space() Applying: font: Fix integer overflow in BMP index Applying: font: Fix integer underflow in binary search of char index Applying: kern/efi/sb: Enforce verification of font files Applying: fbutil: Fix integer overflow Applying: font: Fix an integer underflow in blit_comb() Applying: font: Harden grub_font_blit_glyph() and grub_font_blit_glyph_mirror() Applying: font: Assign null_font to glyphs in ascii_font_glyph[] Applying: normal/charset: Fix an integer overflow in grub_unicode_aglomerate_comb() Applying: port: Add LoongArch support Applying: loongarch: Modify the location where initrd is loaded into memory Applying: loongarch: Add EFI frame buffer support Applying: loongarch: Add support for v4.0 interface Applying: loongarch: Add support for new EFI screen info GUID Applying: loongarch: Force initrd load address 64KiB alignment Applying: loongarch: Implement cache synchronization operation Applying: loongarch: Fix the initrd parameter passing Applying: loongarch: Disable relaxation relocations Applying: change to use fuse3 + rm -r build-aux m4 + ./bootstrap ./bootstrap: Bootstrapping from checked-out grub sources... ./bootstrap: consider installing git-merge-changelog from gnulib ./bootstrap: autopoint --force