grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-31 07:13:52 to 2022-05-12 02:56:47 UTC [more...]

[PATCH 0/7] Various docs improvements
 2022-05-12  2:56 UTC 

[PATCH] net: Fix incorrect condition for calling grub_net_tcp_retransmit()
 2022-05-12  2:44 UTC 

[PATCH] efi: Set text-mode console resolution to maximum supported
 2022-05-12  1:43 UTC  (5+ messages)

[PATCH v2 0/1] plainmount: Support plain encryption mode
 2022-05-12  1:35 UTC  (4+ messages)

a GRUB command to show the UEFI built-in boot manager
 2022-05-11 15:31 UTC 

multibooting Linux distros with UEFI Secure Boot
 2022-05-11 15:24 UTC 

multibooting Linux distros with UEFI Secure Boot
 2022-05-11 15:17 UTC 

Can't find a solution to a failed secure boot kernel loading
 2022-05-11 10:21 UTC  (8+ messages)

[PATCH 0/3] Cryptomount detached headers
 2022-05-11  4:53 UTC  (4+ messages)
` [PATCH 1/3] disk: Allow read hook callback to take read buffer to potentially modify it
` [PATCH 2/3] cryptodisk: Add --header option to cryptomount to support detached headers
` [PATCH 3/3] docs: Add documentation on detached header option to cryptomount

[PATCH v2 0/3] grub-probe: improve support of LUKS2
 2022-05-11  3:55 UTC  (12+ messages)
` [PATCH v2 1/3] grub-fs-tester: add luks1 and luks2 support
` [PATCH v2 2/3] commands/probe: improve support of LUKS2 devices
` [PATCH v2 3/3] grub-core/kern/disk.c: handle "

[PATCH v2] efidisk: pass buffers with higher alignment
 2022-05-10 20:40 UTC  (3+ messages)

[PATCH] efidisk: pass buffers with higher alignment
 2022-05-09 20:49 UTC  (6+ messages)

[PATCH v2] efi: Set text-mode console resolution to maximum supported
 2022-05-06 13:01 UTC  (2+ messages)

[PATCH 0/4] Cryptomount keyfile support
 2022-05-06  8:46 UTC  (5+ messages)
` [PATCH 1/4] cryptodisk: luks: Unify grub_cryptodisk_dev function names
` [PATCH 2/4] cryptodisk: geli: "
` [PATCH 3/4] cryptodisk: Add options to cryptomount to support keyfiles
` [PATCH 4/4] docs: Add documentation on keyfile option to cryptomount

[PATCH v9 0/7] Cryptodisk detached headers and key files
 2022-05-05 23:03 UTC  (16+ messages)
` [PATCH v9 1/7] cryptodisk: luks: Unify grub_cryptodisk_dev function names
` [PATCH v9 2/7] cryptodisk: geli: "
` [PATCH v9 3/7] cryptodisk: Add --header option to cryptomount and fail to implement it in the backends
` [PATCH v9 4/7] cryptodisk: Add support for LUKS1 detached headers
` [PATCH v9 5/7] cryptodisk: Add options to cryptomount to support keyfiles
` [PATCH v9 6/7] luks2: Add detached header support
` [PATCH v9 7/7] docs: Add documentation on keyfile and detached header options to cryptomount

[PATCH v3] grub-mkconfig linux: Fix quadratic algorithm for sorting menu items
 2022-05-05 23:02 UTC  (3+ messages)

[PATCH v2] grub-mkconfig linux: Fix quadratic algorithm for sorting menu items
 2022-05-05 14:22 UTC  (5+ messages)

[PATCH] grub-mkconfig linux: Fix quadratic algorithm for sorting menu items
 2022-05-04  3:54 UTC  (7+ messages)

[PATCH v3] util/grub.d/linux: Improve initramfs detection
 2022-05-03  4:12 UTC 

[PATCH V2] Enable TDX measurement to RTMR register
 2022-04-30  0:41 UTC  (5+ messages)

[RFC PATCH] grub-mkconfig linux: Fix quadratic algorithm for sorting menu items
 2022-04-29 20:17 UTC 

[PATCH] hurd: Support device entries with @/dev/disk: qualifier
 2022-04-27 21:00 UTC  (4+ messages)
` [PATCHv2] "
    ` [PATCHv3] "

[PATCH v2] util/grub.d/linux: Improve initramfs detection
 2022-04-27 14:45 UTC  (4+ messages)

[PATCH] grub-install: Allow to install to non-EFI ESP when --force
 2022-04-27 13:44 UTC  (2+ messages)

[PATCH 1/1] grub-mkimage: Creating aarch64 images from x86 host is broken
 2022-04-27 12:10 UTC  (2+ messages)

[PATCH v3 0/5] Fix coverity bugs and add checks for elf values in grub-core
 2022-04-27  8:56 UTC  (7+ messages)
` [PATCH v3 1/5] grub-core/loader/i386/bsdXX.c: Avoid downcasting (char *) to (Elf_Shdr *)
` [PATCH v3 2/5] elf: Validate number of elf section header table entries
` [PATCH v3 3/5] elf: Validate elf section header table index for section name string table
` [PATCH v3 4/5] elf: Validate number of elf program header table entries
` [PATCH v3 5/5] util/grub-module-verifierXX.c: Add e_shoff check in get_shdr()

[PATCH 0/2] Test improvements
 2022-04-26 12:35 UTC  (6+ messages)
` [PATCH 1/2] tests: Disable blkid cache usage
` [PATCH 2/2] tests: Give grub-fs-tester temp directory a better name

[PATCH v3 00/19] Appended signature secure boot support
 2022-04-22  3:21 UTC  (23+ messages)
` [PATCH v3 01/19] Add suport for signing grub with an appended signature
` [PATCH v3 02/19] docs/grub: Document signing grub under UEFI
` [PATCH v3 03/19] docs/grub: Document signing grub with an appended signature
` [PATCH v3 04/19] dl: provide a fake grub_dl_set_persistent for the emu target
` [PATCH v3 05/19] pgp: factor out rsa_pad
` [PATCH v3 06/19] crypto: move storage for grub_crypto_pk_* to crypto.c
` [PATCH v3 07/19] posix_wrap: tweaks in preparation for libtasn1
` [PATCH v3 08/19] libtasn1: import libtasn1-4.18.0
` [PATCH v3 09/19] libtasn1: disable code not needed in grub
` [PATCH v3 10/19] libtasn1: changes for grub compatibility
` [PATCH v3 11/19] libtasn1: compile into asn1 module
` [PATCH v3 12/19] test_asn1: test module for libtasn1
` [PATCH v3 13/19] grub-install: support embedding x509 certificates
` [PATCH v3 14/19] appended signatures: import GNUTLS's ASN.1 description files
` [PATCH v3 15/19] appended signatures: parse PKCS#7 signedData and X.509 certificates
` [PATCH v3 16/19] appended signatures: support verifying appended signatures
` [PATCH v3 17/19] appended signatures: verification tests
` [PATCH v3 18/19] appended signatures: documentation
` [PATCH v3 19/19] ieee1275: enter lockdown based on /ibm,secure-boot

Re: [PATCH v2] net: fix null pointer dereference when parsing ICMP6_ROUTER_ADVERTISE messages
 2022-04-21 17:39 UTC  (2+ messages)

[PATCH v3 0/5] Various test fixes and improvements
 2022-04-21 13:48 UTC  (3+ messages)
` [PATCH v3 4/5] tests: Ensure that mountpoints are unmounted before exiting

[PATCH v2] net: fix null pointer dereference when parsing ICMP6_ROUTER_ADVERTISE messages
 2022-04-21 13:40 UTC  (2+ messages)

[PATCH v3 00/15] Dynamic allocation of memory regions and IBM vTPM v2
 2022-04-21 13:32 UTC  (18+ messages)
` [PATCH v3 01/15] grub-shell: only pass SeaBIOS fw_opt in for x86 BIOS platforms
` [PATCH v3 02/15] mm: assert that we preserve header vs region alignment
` [PATCH v3 03/15] mm: when adding a region, merge with region after as well as before
` [PATCH v3 04/15] mm: debug support for region operations
` [PATCH v3 05/15] mm: Drop unused unloading of modules on OOM
` [PATCH v3 06/15] mm: Allow dynamically requesting additional memory regions
` [PATCH v3 07/15] efi: mm: Always request a fixed number of pages on init
` [PATCH v3 08/15] efi: mm: Extract function to add memory regions
` [PATCH v3 09/15] efi: mm: Pass up errors from `add_memory_regions ()`
` [PATCH v3 10/15] efi: mm: Implement runtime addition of pages
` [PATCH v3 11/15] ieee1275: request memory with ibm, client-architecture-support
` [PATCH v3 12/15] ieee1275: drop len -= 1 quirk in heap_init
` [PATCH v3 13/15] ieee1275: support runtime memory claiming
` [PATCH v3 14/15] [RFC] Add memtool module with memory allocation stress-test
` [PATCH v3 15/15] ibmvtpm: Add support for trusted boot using a vTPM 2.0

[PATCH v2 00/22] appended signature secure boot support
 2022-04-21  7:15 UTC  (13+ messages)
` [PATCH v2 13/22] libtasn1: changes for grub compatibility
` [PATCH v2 18/22] appended signatures: parse PKCS#7 signedData and X.509 certificates
` [PATCH v2 19/22] appended signatures: support verifying appended signatures
` [PATCH v2 21/22] appended signatures: documentation

[PATCH v3 0/7] Add LoadFile2 and riscv Linux loader
 2022-04-15 20:00 UTC  (3+ messages)
` [PATCH v3 3/7] efi: implemented LoadFile2 initrd loading protocol for Linux

Re: [PATCH] net: fix null pointer dereference when parsing ICMP6_ROUTER_ADVERTISE messages
 2022-04-14 17:04 UTC  (2+ messages)

[PATCH v2 0/1] plainmount: Support plain encryption mode
 2022-04-14 16:18 UTC  (2+ messages)

[PATCH v2 0/2] Automatically configure VLAN from PXE on UEFI
 2022-04-14 16:04 UTC  (3+ messages)
` [PATCH v2 2/2] Configure VLAN from UEFI device used for PXE

[PATCH 0/2] Add command-line management of VLAN config
 2022-04-14 15:49 UTC  (2+ messages)

[PATCH 0/3] doc improvements
 2022-04-14 15:37 UTC  (5+ messages)
` [PATCH 1/3] docs: Add note that drivemap is only available on i386-pc
` [PATCH 2/3] docs: Clarify meaning of 'list' and 'cond' for 'if' and 'while' commands respectively
` [PATCH 3/3] docs: Use correct list format

[PATCH v2 00/15] Dynamic allocation of memory regions and IBM vTPM v2
 2022-04-14 15:30 UTC  (17+ messages)
` [PATCH v2 01/15] grub-shell: only pass SeaBIOS fw_opt in for x86 BIOS platforms
` [PATCH v2 02/15] mm: assert that we preserve header vs region alignment
` [PATCH v2 03/15] mm: when adding a region, merge with region after as well as before
` [PATCH v2 04/15] mm: debug support for region operations
` [PATCH v2 06/15] mm: Allow dynamically requesting additional memory regions
` [PATCH v2 08/15] efi: mm: Extract function to add "
` [PATCH v2 09/15] efi: mm: Pass up errors from `add_memory_regions ()`

[PATCH RFC 0/3] EFI memory attributes
 2022-04-14 15:15 UTC  (6+ messages)
` [PATCH RFC 1/3] efi: provide definitions of DXE services table
` [PATCH RFC 2/3] relocator: allocate trampoline in lower 640k
` [PATCH RFC 3/3] efi: explicitly set memory attributes for memory

[PATCH v3] configure: Fix default -O2 being added when CFLAGS not set
 2022-04-14 15:10 UTC  (3+ messages)

[PATCH 1/1] jpeg: Fix possible invalid loop boundary condition
 2022-04-07 14:30 UTC  (2+ messages)

Display MAC in theme
 2022-04-06 18:42 UTC 

[PATCH v8 0/7] Cryptodisk detached headers and key files
 2022-04-06 17:13 UTC  (6+ messages)
` [PATCH v8 1/7] cryptodisk: luks: unify grub_cryptodisk_dev function names
` [PATCH v8 2/7] cryptodisk: geli: "

[PATCH v2 0/3] Fix GCC 12 build error
 2022-04-06 16:01 UTC  (3+ messages)
` [PATCH v2 2/3] Fix -Werror=array-bounds array subscript 0 is outside array bounds

[PATCH] misc: Make grub_min() and grub_max() more resilient
 2022-04-06 15:51 UTC  (2+ messages)

[PATCH] gnulib: Handle aborts in gnulib more gracefully
 2022-04-06 15:37 UTC  (2+ messages)

[PATCH v2] configure: Fix default -O2 being added when CFLAGS not set
 2022-04-06 15:23 UTC  (2+ messages)

Linux DRTM on UEFI platforms
 2022-03-31 10:59 UTC  (5+ 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).