grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-07 18:16:01 to 2022-03-30 12:46:55 UTC [more...]

Linux DRTM on UEFI platforms
 2022-03-30 12:46 UTC  (9+ messages)

[PATCH v2 0/3] grub-probe: improve support of LUKS2
 2022-03-29 10:31 UTC  (4+ 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] configure: Fix default -O2 being added when CFLAGS not set
 2022-03-28 17:56 UTC 

[PATCH] configure: Fix default -O2 being added when CFLAGS not set
 2022-03-28 16:14 UTC  (5+ messages)

[PATCH v2 0/3] Fix GCC 12 build error
 2022-03-28  7:00 UTC  (4+ messages)
` [PATCH v2 1/3] mkimage: Fix dangling pointer may be used error
` [PATCH v2 2/3] Fix -Werror=array-bounds array subscript 0 is outside array bounds
` [PATCH v2 3/3] reed_solomon: Fix "

[PATCH v2 00/15] Dynamic allocation of memory regions and IBM vTPM v2
 2022-03-28  6:22 UTC  (16+ 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 05/15] mm: Drop unused unloading of modules on OOM
` [PATCH v2 06/15] mm: Allow dynamically requesting additional memory regions
` [PATCH v2 07/15] efi: mm: Always request a fixed number of pages on init
` [PATCH v2 08/15] efi: mm: Extract function to add memory regions
` [PATCH v2 09/15] efi: mm: Pass up errors from `add_memory_regions ()`
` [PATCH v2 10/15] efi: mm: Implement runtime addition of pages
` [PATCH v2 11/15] ieee1275: request memory with ibm, client-architecture-support
` [PATCH v2 12/15] ieee1275: drop len -= 1 quirk in heap_init
` [PATCH v2 13/15] ieee1275: support runtime memory claiming
` [PATCH v2 14/15] [RFC] Add memtool module with memory allocation stress-test
` [PATCH v2 15/15] ibmvtpm: Add support for trusted boot using a vTPM 2.0

[PATCH v2] util/grub.d/linux: Improve initramfs detection
 2022-03-28  3:41 UTC 

[PATCH v3 0/8] Add support for LoongArch
 2022-03-27 13:35 UTC  (9+ messages)
` [PATCH v3 1/8] PE: Add LoongArch definitions
` [PATCH v3 2/8] "
` [PATCH v3 3/8] LoongArch: Add setjmp implementation
` [PATCH v3 4/8] LoongArch: Add early startup code
` [PATCH v3 5/8] LoongArch: Add stubs for Linux loading commands
` [PATCH v3 6/8] LoongArch: Add awareness for LoongArch relocations
` [PATCH v3 7/8] LoongArch: Add auxiliary files
` [PATCH v3 8/8] LoongArch: Add to build system

[PATCH] util/grub.d/10_linux: Improve initramfs detection
 2022-03-27  6:59 UTC  (3+ messages)

How to boot Windows when Bitlocker enabled with key sealed in TPM
 2022-03-25 23:08 UTC  (5+ messages)

[PATCH] gnulib: Handle aborts in gnulib more gracefully
 2022-03-25 15:44 UTC  (2+ messages)

clang build fails with `../grub-core/lib/gnulib/regex.h:682:20: error: variable length array used [-Werror,-Wvla]`
 2022-03-25 12:24 UTC  (2+ messages)

[PATCH 00/19] Requesting more memory from firmware
 2022-03-25  3:30 UTC  (8+ messages)
` [PATCH 04/19] mm: assert that we preserve header vs region alignment
` [PATCH 11/19] efi: mm: Extract function to add memory regions

[PATCH] misc: Make grub_min() and grub_max() more resilient
 2022-03-24 22:43 UTC  (2+ messages)

[PATCH v5 0/3] search: new --efidisk-only option on EFI systems
 2022-03-24 15:46 UTC  (2+ messages)

[PATCH 0/6] Various fixes and cleanups
 2022-03-24 15:12 UTC  (20+ messages)
` [PATCH 1/6] osdep/windows/platform: Disable gcc9 -Waddress-of-packed-member
` [PATCH 2/6] loader/i386/bsd: Initialize ptr variable in grub_bsd_add_meta()
` [PATCH 3/6] commands/i386/pc/sendkey: Fix "writing 1 byte into a region of size 0" build error
` [PATCH 4/6] conf/i386-cygwin-img-ld: Do not discard .data and .edata sections
` [PATCH 5/6] configure: Drop ${grub_coredir} unneeded references
` [PATCH 6/6] INSTALL: Add more cross-compiling Debian packages

[PATCH] docs: Add information on using --build when cross-compiling
 2022-03-24 13:43 UTC  (2+ messages)

[PATCH 0/5] Configure cleanups and a fix
 2022-03-24 13:37 UTC  (8+ messages)
` [PATCH 1/5] configure: Allow HOST_CC to override CC
` [PATCH 2/5] configure: Sort AM_CONDITIONALs alphabetically
` [PATCH 3/5] configure: Remove dead code
` [PATCH 4/5] configure: Remove unused CFLAGS definitions
` [PATCH 5/5] configure: Whitespace changes to improve readability

[PATCH 0/3] Fix GCC 12 build error
 2022-03-23  4:51 UTC  (10+ messages)
` [PATCH 1/3] mkimage: Fix dangling pointer may be used error
` [PATCH 2/3] Fix -Werror=array-bounds array subscript 0 is outside array bounds
` [PATCH 3/3] reed_solomon: Fix "

[PATCH] kern/efi: Log a console error during a stack check failure
 2022-03-22 17:05 UTC  (2+ messages)

[PATCH v2 0/7] Fix coverity uninitialized scalar variable bugs in grub-core
 2022-03-22 16:58 UTC  (10+ messages)
` [PATCH v2 1/7] grub-core/loader/i386/bsd.c: Fix uninitialized scalar variable
` [PATCH v2 2/7] grub-core/loader/i386/pc/linux.c: "
` [PATCH v2 3/7] grub-core/net/arp.c: "
` [PATCH v2 4/7] grub-core/loader/i386/xnu.c: "
` [PATCH v2 5/7] grub-core/net/net.c: "
` [PATCH v2 6/7] grub-core/loader/i386/xnu.c: "
` [PATCH v2 7/7] grub-core/net/bootp.c: "

[PATCH] gdb: Add malloc and free symbols to kernel.exec to improve gdb functionality
 2022-03-22 16:54 UTC  (9+ messages)

[PATCH 0/3] Net fix and improvements
 2022-03-22 16:52 UTC  (5+ messages)
` [PATCH 1/3] net: Unset grub_net_poll_cards_idle when net module has been unloaded
` [PATCH 2/3] net: Avoid unnecessary calls to grub_net_tcp_retransmit
` [PATCH 3/3] net/tcp: Only call grub_get_time_ms when there are sockets to potentially retransmit for

[PATCH v2] gdb: Add malloc and free symbols to kernel.exec to improve gdb functionality
 2022-03-22 16:49 UTC  (2+ messages)

[PATCH 1/2] EFI: console: Do not set colorstate until the first text output
 2022-03-22 15:48 UTC  (4+ messages)

[PATCH 0/2] EFI/menu: Do not print messages when autobooting with TIMEOUT_STYLE_HIDDEN
 2022-03-22 13:46 UTC  (3+ messages)

[PATCH v2 0/5] Automatic TPM Disk Unlock
 2022-03-22  5:54 UTC  (6+ messages)
` [PATCH v2 3/5] protectors: Add TPM2 Key Protector
` [PATCH v2 5/5] util/grub-protect: Add new tool

[PATCH v2 0/2] Automatically configure VLAN from PXE on UEFI
 2022-03-21 22:07 UTC  (3+ messages)
` [PATCH v2 1/2] Print VLAN info in EFI device path
` [PATCH v2 2/2] Configure VLAN from UEFI device used for PXE

[PATCH 0/2] Add command-line management of VLAN config
 2022-03-21 21:29 UTC  (3+ messages)
` [PATCH 1/2] Add vlan information to net_ls_addr output
` [PATCH 2/2] Add net_set_vlan command

[PATCH 1/2] Add vlan information to net_ls_addr output
 2022-03-21 18:23 UTC  (5+ messages)
` [PATCH 2/2] Add net_set_vlan command

Sorry to bother you
 2022-03-19  7:10 UTC  (2+ messages)

Comparable syslinux kernel command in GRUB2?
 2022-03-17 22:33 UTC  (2+ messages)

[PATCH 0/3] Net fix and improvements
 2022-03-17 22:21 UTC  (5+ messages)
` [PATCH 1/3] net: Unset grub_net_poll_cards_idle when net module has been unloaded
` [PATCH 2/3] net: Avoid unnecessary calls to grub_net_tcp_retransmit
` [PATCH 3/3] net/tcp: Only call grub_get_time_ms when there are sockets to potentially retransmit for

[PATCH 0/7] Fix coverity uninitialized scalar variable bugs in grub-core
 2022-03-17 21:20 UTC  (11+ messages)
` [PATCH 1/7] grub-core/loader/i386/bsd.c: Fix uninitialized scalar variable
` [PATCH 2/7] grub-core/loader/i386/pc/linux.c: "
` [PATCH 3/7] grub-core/net/arp.c: "
` [PATCH 4/7] grub-core/loader/i386/xnu.c: "
` [PATCH 5/7] grub-core/net/net.c: "
` [PATCH 6/7] grub-core/loader/i386/xnu.c: "
` [PATCH 7/7] grub-core/net/bootp.c: "

[PATCH 1/2] grub-mkimage: Only check aarch64 relocations when built for aarch64
 2022-03-16 18:19 UTC  (4+ messages)
` [PATCH 2/2] kern: Ensure that parser allocated memory is not leaked

[PATCH v9 0/8] Update gnulib version and drop most gnulib patches
 2022-03-16 18:12 UTC  (10+ messages)
` [PATCH v9 1/8] Use visual indentation in config.h.in
` [PATCH v9 2/8] Where present, ensure config-util.h precedes config.h
` [PATCH v9 3/8] Drop gnulib fix-base64.patch
` [PATCH v9 4/8] Drop gnulib no-abort.patch
` [PATCH v9 5/8] Update gnulib version and drop most gnulib patches
` [PATCH v9 6/8] Handle warnings introduced by updated gnulib
` [PATCH v9 7/8] Fix various new autotools warnings
` [PATCH v9 8/8] lib/posix_wrap/errno.h: Add __set_errno() macro

Re: [PATCH] net: fix null pointer dereference when parsing ICMP6_ROUTER_ADVERTISE messages
 2022-03-16 12:23 UTC 

[PATCH V2] Enable TDX measurement to RTMR register
 2022-03-14  6:52 UTC 

[PATCH v2] po: Un-transliterate the %zu format code
 2022-03-11 21:38 UTC  (2+ messages)

[PATCH v8 0/6] Update gnulib version and drop most gnulib patches
 2022-03-10 23:44 UTC  (6+ messages)

[PATCH] grub-mount: Support libfuse 3
 2022-03-10 23:18 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Drop mention of libusb from INSTALL
 2022-03-10 23:10 UTC  (2+ messages)

[PATCH] po: Un-transliterate the %zu format code
 2022-03-10 23:07 UTC  (4+ messages)

[PATCH] net: fix null pointer dereference when parsing ICMP6_ROUTER_ADVERTISE messages
 2022-03-09 16:04 UTC  (3+ messages)

[PATCH] net: check against nb->tail in grub_netbuff_pull
 2022-03-09 15:59 UTC  (2+ messages)

[PATCH 01/21] bus: Remove trailing whitespaces
 2022-03-09 15:45 UTC  (2+ messages)

[PATCH] Enable TDX measurement to RTMR register via EFI_CC_MEASUREMENT_PROTOCOL
 2022-03-08  8:43 UTC  (3+ 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).