grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-16 09:23:06 to 2024-03-03 17:17:08 UTC [more...]

[PATCH v5 0/2] Introduce EROFS support
 2024-03-03 17:15 UTC 

Critical Boot Loader Vulnerability in Shim Impacts Nearly All Linux Distros
 2024-03-02  6:30 UTC  (3+ messages)

[PATCH v4 rebased 1/2] fs/erofs: Add support for EROFS
 2024-03-02  4:41 UTC  (9+ messages)
` [PATCH v4 rebased 2/2] fs/erofs: Add tests for EROFS in grub-fs-tester

[PATCH] Support dropin files for Linux kernel parameters
 2024-03-02  3:21 UTC  (2+ messages)

[PATCH 0/4] More ls improvements
 2024-03-01 15:36 UTC  (8+ messages)

[PATCH] disk/mdraid1x_linux: Prevent infinite recursion
 2024-02-29 22:13 UTC 

[PATCH v2] efi: Fix stack protector issues
 2024-02-29 21:29 UTC  (3+ messages)

grub keyfile read errors support
 2024-02-29 16:15 UTC  (4+ messages)

[PATCH v2] Track explicit module dependencies in Makefile.core.def
 2024-02-28 12:36 UTC 

[PATCH] Skip tests if tool/dependency is not installed
 2024-02-27  3:31 UTC  (4+ messages)

Need help: alternative module inclusion - duplicate symbols
 2024-02-26 13:54 UTC  (3+ messages)

[PATCH] efidisk: Breakup large reads into batches
 2024-02-23 21:29 UTC  (3+ messages)

[RFC PATCH] Track explicit module dependencies in Makefile.core.def
 2024-02-23  5:52 UTC  (3+ messages)

Failed to build with "-mretpoline"
 2024-02-22 17:32 UTC  (3+ messages)

[PATCH v9 00/22] Automatic Disk Unlock with TPM2
 2024-02-22 15:24 UTC  (26+ messages)
` [PATCH v9 01/22] posix_wrap: tweaks in preparation for libtasn1
` [PATCH v9 02/22] libtasn1: import libtasn1-4.19.0
` [PATCH v9 03/22] libtasn1: disable code not needed in grub
` [PATCH v9 04/22] libtasn1: changes for grub compatibility
` [PATCH v9 05/22] libtasn1: compile into asn1 module
` [PATCH v9 06/22] asn1_test: test module for libtasn1
` [PATCH v9 07/22] libtasn1: Add the documentation
` [PATCH v9 08/22] key_protector: Add key protectors framework
` [PATCH v9 09/22] tpm2: Add TPM Software Stack (TSS)
` [PATCH v9 10/22] key_protector: Add TPM2 Key Protector
` [PATCH v9 11/22] cryptodisk: Support key protectors
` [PATCH v9 12/22] util/grub-protect: Add new tool
` [PATCH v9 13/22] tpm2: Add TPM2 types, structures, and command constants
` [PATCH v9 14/22] tpm2: Add more marshal/unmarshal functions
` [PATCH v9 15/22] tpm2: Implement more TPM2 commands
` [PATCH v9 16/22] tpm2: Support authorized policy
` [PATCH v9 17/22] tpm2: Implement NV index
` [PATCH v9 18/22] cryptodisk: Fallback to passphrase
` [PATCH v9 19/22] cryptodisk: wipe out the cached keys from protectors
` [PATCH v9 20/22] diskfilter: look up cryptodisk devices first
` [PATCH v9 21/22] tpm2: Enable tpm2 module for grub-emu
` [PATCH v9 22/22] tests: Add tpm2_test

[PATCH] MULTIBOOT: Fix handling of errors in broken aout-kludge
 2024-02-22 14:39 UTC  (2+ messages)

[PATCH] gfxmenu: resolve false grub_errno disrupting boot process
 2024-02-22 14:57 UTC  (2+ messages)

[PATCH] build: Include grub-core/extra_deps.lst in dist
 2024-02-22 13:35 UTC  (3+ messages)

Grub-devel Digest, Vol 240, Issue 26
 2024-02-20 16:56 UTC  (2+ messages)

[PATCH] LVM Cachevol and Integrity volumes break entire LVM VG
 2024-02-19  2:00 UTC  (5+ messages)

[PATCH] fs/xfs: Handle non-continuous data blocks in directory extents
 2024-02-16 21:39 UTC  (6+ messages)

OpenStack boot regressions caused by "ppc64: Restrict memory allocations for kernel and initrd"
 2024-02-14 15:05 UTC  (2+ messages)

[PATCH] util/grub.d/10_linux.in: Ignore kernel if initrd required but
 2024-02-13 10:55 UTC  (2+ messages)

Proposal: disaggregated kernel parameters for Linux
 2024-02-12 15:39 UTC  (3+ messages)

State of Argon2 support
 2024-02-11 21:01 UTC  (17+ messages)

[PATCH v3 0/2] disk: use maximum number of sectors for LBA
 2024-02-09 17:58 UTC  (8+ messages)
` [PATCH v3 2/2] disk: increase sector size up to 127 for LBA reads

[PATCH] grub-install: Use `GRUB_DISTRIBUTOR` value as EFI boot option title
 2024-02-08 18:31 UTC  (3+ messages)

[PATCH] util/bash-completion: Load scripts on demand
 2024-02-08 16:45 UTC  (2+ messages)

[PATCH] Revert "templates: Reinstate unused version comparison functions with warning"
 2024-02-08 16:28 UTC  (2+ messages)

[PATCH v8 00/22] Automatic Disk Unlock with TPM2
 2024-02-07  9:45 UTC  (38+ messages)
` [PATCH v8 01/22] posix_wrap: tweaks in preparation for libtasn1
` [PATCH v8 02/22] libtasn1: import libtasn1-4.19.0
` [PATCH v8 03/22] libtasn1: disable code not needed in grub
` [PATCH v8 04/22] libtasn1: changes for grub compatibility
` [PATCH v8 05/22] libtasn1: compile into asn1 module
` [PATCH v8 06/22] test_asn1: test module for libtasn1
` [PATCH v8 07/22] libtasn1: Add the documentation
` [PATCH v8 08/22] protectors: Add key protectors framework
` [PATCH v8 09/22] tpm2: Add TPM Software Stack (TSS)
` [PATCH v8 10/22] protectors: Add TPM2 Key Protector
` [PATCH v8 12/22] util/grub-protect: Add new tool
` [PATCH v8 14/22] tpm2: Add more marshal/unmarshal functions
` [PATCH v8 16/22] tpm2: Support authorized policy
` [PATCH v8 18/22] cryptodisk: Fallback to passphrase
` [PATCH v8 20/22] diskfilter: look up cryptodisk devices first
` [PATCH v8 21/22] tpm2: Enable tpm2 module for grub-emu
` [PATCH v8 22/22] tests: Add tpm2_test

[PATCH V5] ieee1275/ofdisk: retry on open and read failure
 2024-01-29  8:32 UTC  (3+ messages)

[PATCH] cli_lock: Added build option to block command line interface
 2024-01-26 20:25 UTC  (6+ messages)

[PATCH 0/3] Clean up unused values
 2024-01-26  8:14 UTC  (10+ messages)
` [PATCH 1/3] fs/jfs.c: Clean up redundant code
` [PATCH 2/3] osdep/unix/getroot.c: "
` [PATCH 3/3] loader/i386/multiboot_mbi.c: "

[PATCHv2] hurd: Find proper ld.so on 64-bit systems
 2024-01-25 15:56 UTC  (2+ messages)

[PATCHv2] osdep/hurd/getroot: Fix 64bit build
 2024-01-25 15:55 UTC  (2+ messages)

[PATCH V2] ieee1275/ofdisk: vscsi lun handling on lun len
 2024-01-24 17:11 UTC  (5+ messages)

Severe bug in grub-2.12-for-windows
 2024-01-23 15:07 UTC  (2+ messages)

[PATCH] osdep/hurd/getroot: Fix 64bit build
 2024-01-23 15:04 UTC  (5+ messages)

[PATCH] hurd: Find proper ld.so on 64bit systems
 2024-01-23 14:48 UTC  (3+ messages)

[PATCH] tests: switch password quality check off for luks2 test
 2024-01-23 14:10 UTC  (3+ messages)

[PATCH v2] util/grub.d/30_os-prober.in: Conditionally show or hide chain and efi menu entries
 2024-01-19 15:25 UTC 

[PATCH v2] util/grub.d/30_os-prober.in: Skip drivemap for Windows 8 to 19, Server 2012 and later
 2024-01-19 15:00 UTC 

[PATCH] util/grub.d/30_os-prober.in: Fix GRUB_OS_PROBER_SKIP_LIST for non-EFI
 2024-01-19 10:28 UTC 

[PATCH] util/grub.d/30_os-prober.in: Conditionally show or hide chain and efi menu entries
 2024-01-18  0:49 UTC  (5+ messages)

[PATCH] util/grub.d/30_os-prober.in: Skip drivemap for Windows 8 to 19, Server 2012 and later
 2024-01-17 12:44 UTC  (3+ messages)

grub shell: unkown commands alwasy exit with zero code
 2024-01-17  3:03 UTC  (3+ messages)

Strange failure during de_CH.po generation with make -j
 2024-01-16 11:21 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 read-only IMAP folder(s) and NNTP newsgroup(s).