Grub Development Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-27 21:02:47 to 2020-11-20 08:41:26 UTC [more...]

[PATCH v2 00/10] Cryptodisk fixes for v2.06 redux
 2020-11-20  8:41 UTC  (69+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/10] luks2: Improve readability in luks2_get_keyslot
  ` [PATCH v3 06/10] cryptodisk: Properly handle non-512 byte sized sectors
  ` [PATCH v3 07/10] cryptodisk: Replace some literals with constants in grub_cryptodisk_endecrypt
  ` [PATCH v4 00/15] Cryptodisk fixes for v2.06 redux
    ` [PATCH v4 01/15] cryptodisk: Rename total_length field in grub_cryptodisk_t to total_sectors
    ` [PATCH v4 02/15] cryptodisk: Rename offset in grub_cryptodisk_t to offset_sectors
    ` [PATCH v4 03/15] luks2: Rename source disk variabled named 'disk' to 'source' as in luks.c
    ` [PATCH v4 04/15] types: Define GRUB_CHAR_BIT based on compiler macro instead of using literal
    ` [PATCH v4 05/15] luks2: Use correct index variable when looping in luks2_get_keyslot
    ` [PATCH v4 06/15] luks2: Rename variable i to keyslot_idx "
    ` [PATCH v4 07/15] luks2: Rename index variable j to i
    ` [PATCH v4 08/15] luks2: Split idx into three variables: keyslot_key, digest_key, segment_key
    ` [PATCH v4 09/15] luks2: Improve error messages in luks2_get_keyslot
    ` [PATCH v4 10/15] luks2: Use more intuitive keyslot key instead of index when naming keyslot
    ` [PATCH v4 11/15] cryptodisk: Replace some literals with constants in grub_cryptodisk_endecrypt
    ` [PATCH v4 12/15] luks2: grub_cryptodisk_t->total_length is the max number of device native sectors
    ` [PATCH v4 13/15] cryptodisk: Properly handle non-512 byte sized sectors
    ` [PATCH v4 14/15] luks2: Better error handling when setting up the cryptodisk
    ` [PATCH v4 15/15] luks2: Error check segment.sector_size

[PATCH] ieee1275: Avoiding many unecessary open/close
 2020-11-19 14:24 UTC 

[PATCH v2 00/18] Verify appended signatures from grub
 2020-11-18 18:18 UTC  (22+ messages)
` [PATCH v2 01/18] docs/grub: grub-install is no longer a shell script
` [PATCH v2 02/18] docs/grub: --pubkey has been supported for some time
` [PATCH v2 03/18] dl: provide a fake grub_dl_set_persistent for the emu target
` [PATCH v2 04/18] verifiers: factor unsafe module handling out of shim_lock
` [PATCH v2 05/18] pgp: factor out rsa_pad
` [PATCH v2 06/18] crypto: move storage for grub_crypto_pk_* to crypto.c
` [PATCH v2 07/18] posix_wrap: tweaks in preparation for libtasn1
` [PATCH v2 08/18] libtasn1: import libtasn1-4.16.0
` [PATCH v2 09/18] libtasn1: disable code not needed in grub
` [PATCH v2 10/18] libtasn1: changes for grub compatibility
` [PATCH v2 11/18] libtasn1: compile into asn1 module
` [PATCH v2 12/18] test_asn1: test module for libtasn1
` [PATCH v2 13/18] grub-install: support embedding x509 certificates
` [PATCH v2 14/18] appended signatures: import GNUTLS's ASN.1 description files
` [PATCH v2 15/18] appended signatures: parse PKCS#7 signedData and X.509 certificates
` [PATCH v2 16/18] appended signatures: support verifying appended signatures
` [PATCH v2 17/18] appended signatures: verification tests
` [PATCH v2 18/18] appended signatures: documentation

[PATCH 1/2] loader/i386/linux: Include missing <grub/types.h> header
 2020-11-18 18:06 UTC  (3+ messages)
` [PATCH 2/2] arm: Include missing <grub/symbol.h> header

[SPECIFICATION RFC] The firmware and bootloader log specification
 2020-11-18 15:01 UTC  (7+ messages)
` Antw: [EXT] [systemd-devel] "

Network stack status & bugs?
 2020-11-18 14:53 UTC  (5+ messages)

[PATCH] grub-mkpasswd-pbkdf2: Simplify the main function implementation
 2020-11-18  6:58 UTC 

[RFC] ieee1275: Avoiding many unnecessary open/close
 2020-11-16 17:29 UTC  (3+ messages)

[ANNOUNCEMENT] GRUB mini-summit - 3rd virtual session Tue Nov 17 15:00 UTC
 2020-11-16 12:47 UTC 

[PATCH v2 0/3] Add ability to use SEV provisioned secrets for disk decryption
 2020-11-15 11:11 UTC  (11+ messages)
` [PATCH v2 1/3] cryptodisk: make the password getter and additional argument to recover_key
` [PATCH v2 2/3] cryptodisk: add OS provided secret support
` [PATCH v2 3/3] efi: Add API for retrieving the AMD SEV injected secret for cryptodisk

[PATCH v5 1/2] Warn if MBR gap is small and user uses advanced modules
 2020-11-13 20:28 UTC  (2+ messages)

[PATCH v5 2/2] Document new limitations on MBR gap support
 2020-11-13 20:28 UTC 

[PATCH v4 2/2] Document new limitations on MBR gap support
 2020-11-13 20:17 UTC 

[PATCH v4 1/2] Warn if MBR gap is small and user uses advanced modules
 2020-11-13 20:16 UTC 

[PATCH 0/3] Add ability to use SEV provisioned secrets for disk decryption
 2020-11-13 19:26 UTC  (12+ messages)
` [PATCH 1/3] cryptodisk: make the password getter and additional argument to recover_key
` [PATCH 2/3] cryptodisk: add OS provided secret support
` [PATCH 3/3] efi: Add API for retrieving the AMD SEV injected secret for cryptodisk

[PATCH 1/2] Warn on small MBR gaps on complicated setups
 2020-11-13 16:01 UTC  (3+ messages)

[GRUB RFC PATCH 00/22] i386: Intel TXT and AMD SKINIT secure launcher
 2020-11-10 22:00 UTC  (24+ messages)
` [GRUB PATCH RFC 01/22] i386/msr: Merge rdmsr.h and wrmsr.h into msr.h
` [GRUB PATCH RFC 02/22] i386/msr: Rename grub_msr_read() and grub_msr_write()
` [GRUB PATCH RFC 03/22] i386/msr: Extract and improve MSR support detection code
` [GRUB PATCH RFC 04/22] i386/memory: Rename PAGE_SHIFT to GRUB_PAGE_SHIFT
` [GRUB PATCH RFC 05/22] i386/memory: Rename PAGE_SIZE to GRUB_PAGE_SIZE and make it global
` [GRUB PATCH RFC 06/22] mmap: Add grub_mmap_get_lowest() and grub_mmap_get_highest()
` [GRUB PATCH RFC 07/22] i386/tpm: Rename tpm module to tpm_verifier
` [GRUB PATCH RFC 08/22] i386/tpm: Add TPM TIS and CRB driver
` [GRUB PATCH RFC 09/22] efi: Make shim_lock GUID and protocol type public
` [GRUB PATCH RFC 10/22] efi: Return grub_efi_status_t from grub_efi_get_variable()
` [GRUB PATCH RFC 11/22] efi: Add a function to read EFI variables with attributes
` [GRUB PATCH RFC 12/22] i386/efi: Report UEFI Secure Boot status to the Linux kernel
` [GRUB PATCH RFC 13/22] i386/slaunch: Add basic platform support for secure launch
` [GRUB PATCH RFC 14/22] i386/txt: Add Intel TXT definitions header file
` [GRUB PATCH RFC 15/22] i386/txt: Add Intel TXT core implementation
` [GRUB PATCH RFC 16/22] i386/txt: Add Intel TXT ACM module support
` [GRUB PATCH RFC 17/22] i386/txt: Add Intel TXT verification routines
` [GRUB PATCH RFC 18/22] i386/slaunch: Add secure launch framework and commands
` [GRUB PATCH RFC 19/22] i386/slaunch: Add code for searching for DRTM event log in ACPI
` [GRUB PATCH RFC 20/22] i386/skinit: Add AMD SKINIT definitions header file
` [GRUB PATCH RFC 21/22] i386/skinit: Add AMD SKINIT core implementation
` [GRUB PATCH RFC 22/22] i386/slaunch: Add support for AMD SKINIT

[PATCH] Cryptomount support for key files and detached header
 2020-11-10 20:25 UTC  (7+ messages)

[PATCH 2/2] Document new limitations on MBR gap support
 2020-11-10 19:50 UTC 

[ANNOUNCEMENT] GRUB mini-summit - 2nd virtual session Tue Nov 10 15:00 UTC
 2020-11-10 12:21 UTC 

[PATCH] arm64: Include missing <grub/types.h> header
 2020-11-09 10:40 UTC 

[PATCH] error: Do compile-time format string checking on grub_error
 2020-11-08  5:26 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] error: Fix issues mostly related to incorrect length modifiers in calls to grub_error()
  ` [PATCH v2 2/2] error: Do compile-time format string checking on grub_error

[PATCH] at_keyboard: Fix keyboards that report IBM PC AT scan codes
 2020-11-06 13:48 UTC 

[PATCH 0/9] Cryptodisk fixes for v2.06
 2020-11-06  6:41 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/9] luks2: grub_cryptodisk_t->total_length is the max number of device native sectors

[PATCH 0/3] Add support for signing grub with an appended signature
 2020-11-04 18:04 UTC  (5+ messages)

[PATCH v2 0/8] linux: implement LoadFile2 initrd loading
 2020-11-04 12:31 UTC  (5+ messages)
` [PATCH v2 1/8] linux/arm: fix ARM Linux header layout

search: Support searching for partition UUID with --part-uuid
 2020-11-03 17:45 UTC 

[ANNOUNCEMENT] GRUB mini-summit - 1st virtual session Tue Nov 3 15:00 UTC
 2020-11-02 23:32 UTC 

Non-functional at_keyboard
 2020-11-02  9:52 UTC 

Grub xen_pvh platform does not seem to support uncompressed kernels
 2020-11-02  9:39 UTC  (6+ messages)

[PATCH] efi/tpm: Add debug information for device protocol and eventlog
 2020-10-29 13:49 UTC 

[PATCH] efi/tpm: Extract duplicate code into independent functions
 2020-10-29 13:49 UTC 

Universal Payload Project
 2020-10-29  7:00 UTC 

[PATCH] Enable multiboot2 support on arm64-efi target
 2020-10-28 19:52 UTC  (6+ messages)
` [PATCH 01/05] "
` [PATCH 03/05] "
` [PATCH 04/05] "
` [PATCH 05/05] "
` [PATCH 02/05] "

auth - Fix
 2020-10-28 16:18 UTC 

[PATCH] tpm: Add debug information for device protocol and eventlog
 2020-10-28  6:55 UTC  (3+ messages)

[PATCH] ieee1275: claim up to 512MB memory
 2020-10-28  1:38 UTC 

[PATCH] Makefile.util.def: Remove unused define GRUB_PKGLIBDIR
 2020-10-27 21:09 UTC  (2+ messages)

[PATCH] lzma: fix compilation error under clang-10
 2020-10-27 21:02 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