grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
Cannot boot from IA32 system a 64bit x86_64 kernel
 2025-09-03  4:55 UTC  (3+ messages)
` BUG: Bisection finished: "

[PATCH v9 00/21] Appended Signature Secure Boot Support for PowerPC
 2025-09-02 18:11 UTC  (34+ messages)
` [PATCH v9 01/21] powerpc-ieee1275: Add support for signing GRUB with an appended signature
` [PATCH v9 02/21] crypto: Move storage for grub_crypto_pk_* to crypto.c
` [PATCH v9 03/21] pgp: Rename OBJ_TYPE_PUBKEY to OBJ_TYPE_GPG_PUBKEY
` [PATCH v9 04/21] grub-install: Support embedding x509 certificates
` [PATCH v9 05/21] appended signatures: Import GNUTLS's ASN.1 description files
` [PATCH v9 06/21] appended signatures: Parse ASN1 node
` [PATCH v9 07/21] appended signatures: Parse PKCS#7 signedData
` [PATCH v9 08/21] appended signatures: Parse X.509 certificates
` [PATCH v9 09/21] powerpc_ieee1275: Enter lockdown based on /ibm, secure-boot
` [PATCH v9 10/21] appended signatures: Support verifying appended signatures
` [PATCH v9 11/21] appended signatures: Introducting GRUB commands to manage the db list
` [PATCH v9 12/21] powerpc_ieee1275: Read the db and dbx secure boot variables
` [PATCH v9 13/21] appended signatures: Create db and dbx lists
` [PATCH v9 14/21] appended signatures: Using db and dbx lists for signature verification
` [PATCH v9 15/21] powerpc_ieee1275: Introduce use_static_keys flag
` [PATCH v9 16/21] appended signatures: Read default db keys from the ELF Note
` [PATCH v9 17/21] appended signatures: Introduce GRUB commands to access db and dbx
` [PATCH v9 18/21] appended signatures: Verification tests
` [PATCH v9 19/21] docs/grub: Document signing GRUB under UEFI
` [PATCH v9 20/21] docs/grub: Document signing GRUB with an appended signature
` [PATCH v9 21/21] docs/grub: Document "

[PATCH] b64dec: use grub_size_t for function definition
 2025-09-02 14:36 UTC  (2+ messages)

[PATCH] util/grub-image: fix riscv32 relocation offset
 2025-09-02 14:35 UTC  (2+ messages)

[PATCH] tests: Add test ISO files to Dist Package
 2025-09-02 13:25 UTC  (2+ messages)

[PATCH] libgcrypt: Allow GRUB to Build With Clang
 2025-09-02 13:24 UTC  (2+ messages)

[PATCH v8] efi: new 'connectefi' command
 2025-09-02 12:04 UTC  (2+ messages)

[PATCH v2] lsefi: fixed memory leaks
 2025-09-02 11:59 UTC  (2+ messages)

[PATCH v4 00/13] Support Argon2 KDF
 2025-09-02  7:18 UTC  (14+ messages)
` [PATCH v4 01/13] util/import_gcry: Import kdf.c for Argon2
` [PATCH v4 02/13] crypto: Update crypto.h for libgcrypt KDF functions
` [PATCH v4 03/13] libgcrypt/kdf: Implement blake2b_512.hash_buffers()
` [PATCH v4 04/13] libgcrypt/kdf: Get rid of gpg_err_code_from_errno()
` [PATCH v4 05/13] libgcrypt/kdf: Remove unsupported KDFs
` [PATCH v4 06/13] libgcrypt/kdf: Fix 64-bit modulus on 32-bit platforms
` [PATCH v4 07/13] argon2: Introduce grub_crypto_argon2()
` [PATCH v4 08/13] Import Argon2 tests from libgcrypt
` [PATCH v4 09/13] Integrate Argon2 tests into functional_test
` [PATCH v4 10/13] disk/luks2: Add Argon2 support
` [PATCH v4 11/13] tests/util/grub-fs-tester: Use Argon2id for LUKS2 test
` [PATCH v4 12/13] docs: Document argon2 and argon2_test
` [PATCH v4 13/13] kern/misc: Implement faster grub_memcpy() for aligned buffers

[PATCH v2] tcp: Fix TCP port number reused on reboot
 2025-09-02  6:58 UTC 

[PATCH 0/8] Add support for external environment block on Btrfs
 2025-09-02  6:46 UTC  (9+ messages)
` [PATCH 1/8] util/grub-editenv: add basic structures and probe call for external envblk
` [PATCH 2/8] util/grub-editenv: add fs_envblk open helper
` [PATCH 3/8] util/grub-editenv: add fs_envblk write helper
` [PATCH 4/8] util/grub-editenv: wire set_variables to optional fs_envblk
` [PATCH 5/8] util/grub-editenv: wire unset_variables "
` [PATCH 6/8] util/grub-editenv: wire list_variables "
` [PATCH 7/8] btrfs: add environment block to reserved header area
` [PATCH 8/8] 00_header.in: wire grub.cfg to use env_block when present

[PATCH v3 0/7] TPM2 PCR Capping
 2025-09-02  1:47 UTC  (8+ messages)
` [PATCH v3 1/7] tss2: Add TPM2_PCR_Event command
` [PATCH v3 2/7] tss2: Introduce grub_tcg2_cap_pcr()
` [PATCH v3 3/7] tss2: Implement grub_tcg2_cap_pcr() for EFI
` [PATCH v3 4/7] tss2: Implement grub_tcg2_cap_pcr() for ieee1275
` [PATCH v3 5/7] tss2: Implement grub_tcg2_cap_pcr() for EMU
` [PATCH v3 6/7] tpm2_key_protector: Support PCR capping
` [PATCH v3 7/7] tests/tpm2_key_protector_test: Add a test for PCR Capping

[RFC PATCH 0/6] Enable libgcrypt HW Acceleration
 2025-09-01  2:52 UTC  (3+ messages)

Bug Note: Clang Build Fails Currently
 2025-08-28 23:08 UTC 

[PATCH 0/3] XFS error handling fixes
 2025-08-29 14:59 UTC  (4+ messages)
` [PATCH 3/3] fs/xfs: Propagate incorrect inode error from grub_xfs_read_inode

[PATCH v6 0/2] Support dates outside of 1901..2038 range
 2025-08-28 14:01 UTC  (4+ messages)
` [PATCH v6 1/2] datetime: "
` [PATCH v6 2/2] date_unit_test: test dates outside of 32-bit unix range

[PATCH v5 0/2] Support dates outside of 1901..2038 range
 2025-08-27 14:24 UTC  (7+ messages)
` [PATCH v5 1/2] datetime: "
` [PATCH v5 2/2] date_unit_test: test dates outside of 32-bit unix range

[PATCH v3 0/3] Fix Several Test Failures
 2025-08-26 21:54 UTC  (4+ messages)
` [PATCH v3 1/3] tests: Split ZFS ZSTD Test Into New File
` [PATCH v3 2/3] tests: Avoid Test Failure in erofs for label length
` [PATCH v3 3/3] tests: Support Changed mkfs.ext2 Behavior for -r Flag

[PATCH v4 0/2] Support dates outside of 1901..2038 range
 2025-08-26 17:00 UTC  (9+ messages)
` [PATCH v4 1/2] datetime: "
` [PATCH v4 2/2] date_unit_test: test dates outside of 32-bit unix range

[PATCH v2 0/3] Fix Several Test Failures
 2025-08-26 15:37 UTC  (6+ messages)
` [PATCH v2 1/3] tests: Split ZFS ZSTD Test Into New File
` [PATCH v2 2/3] tests: Avoid Test Failure in erofs for label length
` [PATCH v2 3/3] tests: Support Changed mkfs.ext2 Behavior for -r Flag

[PATCH v3 00/12] Support Argon2 KDF
 2025-08-26  2:01 UTC  (13+ messages)
` [PATCH v3 01/12] util/import_gcry: Import kdf.c for Argon2
` [PATCH v3 02/12] crypto: Update crypto.h for libgcrypt KDF functions
` [PATCH v3 03/12] libgcrypt/kdf: Implement blake2b_512.hash_buffers()
` [PATCH v3 04/12] libgcrypt/kdf: Get rid of gpg_err_code_from_errno()
` [PATCH v3 05/12] libgcrypt/kdf: Remove unsupported KDFs
` [PATCH v3 06/12] libgcrypt/kdf: Fix 64-bit modulus on 32-bit platforms
` [PATCH v3 07/12] argon2: Introduce grub_crypto_argon2()
` [PATCH v3 08/12] Import Argon2 tests from libgcrypt
` [PATCH v3 09/12] Integrate Argon2 tests into functional_test
` [PATCH v3 10/12] disk/luks2: Add Argon2 support
` [PATCH v3 11/12] tests/util/grub-fs-tester: Use Argon2id for LUKS2 test
` [PATCH v3 12/12] docs: Document argon2 and argon2_test

Doc Improvements - GRUB Stack Protector and NX Support?
 2025-08-25 19:30 UTC  (3+ messages)

[PATCH v3 0/2] Support dates outside of 1901..2038 range
 2025-08-25 19:20 UTC  (8+ messages)
` [PATCH v3 1/2] datetime: "
` [PATCH v3 2/2] date_unit_test: test dates outside of 32-bit unix range

[PATCH v2 0/1] bootstrap: Reduce GNULIB Size on Newer GIT
 2025-08-25 15:15 UTC  (4+ messages)
` [PATCH v2 1/1] bootstrap: Ensure shallow GNULIB clone Works "

[PATCH 0/4] Several GRUB documentation improvements
 2025-08-25 14:47 UTC  (6+ messages)
` [PATCH 1/4] docs: Clarify Section Heading and Fix Wording
` [PATCH 2/4] docs: Document New libgrypt Modules
` [PATCH 3/4] docs: Update Future Section to Reflect Current Release
` [PATCH 4/4] docs: Correct Some URLs

[PATCH 0/2] Document grub-protect Dependency and Cleanup
 2025-08-25 14:42 UTC  (4+ messages)
` [PATCH 1/2] INSTALL: Document Libtasn1 Needed for grub-protect
` [PATCH 2/2] BUGS: Update to Point to Bug Tracking System

[PATCH 0/1] po: Fix GRUB Build With Gettext 0.26
 2025-08-25 14:36 UTC  (4+ messages)
` [PATCH 1/1] po: Update Translations to Build with "

[PATCH 0/3] Fix Several Test Failures
 2025-08-25 11:50 UTC  (6+ messages)
` [PATCH 1/3] tests: Split ZFS ZSTD Test Into New File
` [PATCH 2/3] tests: Avoid Test Failure in erofs for label length
` [PATCH 3/3] tests: Support Changed mkfs.ext2 Behavior for -r Flag

[PATCH 0/1] bootstrap: Reduce GNULIB Size on Newer GIT
 2025-08-23 22:37 UTC  (6+ messages)
` [PATCH 1/1] bootstrap: Ensure shallow GNULIB clone Works "

[PATCH v8 00/20] Appended Signature Secure Boot Support for PowerPC
 2025-08-23  6:53 UTC  (18+ messages)
` [PATCH v8 01/20] powerpc-ieee1275: Add support for signing GRUB with an appended signature
` [PATCH v8 07/20] appended signatures: Parse PKCS#7 signedData
` [PATCH v8 08/20] appended signatures: Parse X.509 certificates
` [PATCH v8 09/20] powerpc_ieee1275: Enter lockdown based on /ibm, secure-boot
` [PATCH v8 10/20] appended signatures: Support verifying appended signatures
` [PATCH v8 11/20] powerpc_ieee1275: Read the db and dbx secure boot variables
` [PATCH v8 14/20] powerpc_ieee1275: Introduce use_static_keys flag
` [PATCH v8 15/20] appended signatures: Read default db keys from the ELF Note
` [PATCH v8 16/20] appended signatures: Introduce GRUB commands to access db and dbx
` [PATCH v8 17/20] appended signatures: Verification tests
` [PATCH v8 18/20] docs/grub: Document signing GRUB under UEFI
` [PATCH v8 19/20] docs/grub: Document signing GRUB with an appended signature
` [PATCH v8 20/20] docs/grub: Document "

GRUB 2.14 release
 2025-08-22 14:20 UTC 

[PATCH] Support environment block in btrfs reserved area
 2025-08-22  2:06 UTC  (3+ messages)

[PATCH v2 0/9] Support Argon2 KDF
 2025-08-22  1:33 UTC  (20+ messages)
` [PATCH v2 1/9] util/import_gcry: Import kdf.c for Argon2
` [PATCH v2 2/9] crypto: Update crypto.h for libgcrypt KDF functions
` [PATCH v2 4/9] argon2: Introduce grub_crypto_argon2()
` [PATCH v2 5/9] Import Argon2 tests from libgcrypt
` [PATCH v2 6/9] Integrate Argon2 tests into functional_test
` [PATCH v2 7/9] disk/luks2: Add Argon2 support
` [PATCH v2 8/9] tests/util/grub-fs-tester: Use Argon2id for LUKS2 test
` [PATCH v2 9/9] docs: Document argon2 and argon2_test

[PATCH] efi/console: treat scan_code 0x0102 (suspend) as enter
 2025-08-21 13:48 UTC  (2+ messages)

[PATCH] util/bash-completion.d/Makefile.am: s/mkrescure/mkrescue/g
 2025-08-21 13:39 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).