Re: [PATCH v3 22/29] btrfs: Add ability to boot from subvolumes

2024-10-22 Thread Neal Gompa
On Mon, Oct 21, 2024 at 4:29 AM Vladimir 'phcoder' Serbinenko wrote: > > > > Le lun. 21 oct. 2024, 06:49, Michael Chang via Grub-devel > a écrit : >> >> On Fri, Oct 18, 2024 at 08:39:01PM GMT, Vladimir 'phcoder' Serbinenko wrote: >> > Le lun. 14 oct. 2024, 20:10, Leo Sandoval a écrit : >> > >>

Re: [PATCH] Allow background to be set when theme is set

2024-10-22 Thread Lin via Grub-devel
On 13.06.24 17:28, Lin wrote: Hello, first time contributor here. I'm not experienced with mailing lists and mailing patches so just let me know if I do anything wrong :) This patch simply allows that if GRUB_BACKGROUND and GRUB_THEME is set at the same time, both pieces of code gets generated

Re: [PATCH v3 1/2] mkimage: create new ELF Note for SBAT

2024-10-22 Thread sudhakar
On 2024-10-16 20:36, Daniel Kiper wrote: On Fri, Sep 13, 2024 at 04:57:58PM +0530, Sudhakar Kuppusamy wrote: In order to store the SBAT data, we create a new ELF note. The string "Secure-Boot-Advanced-Targeting", zero-padded to 4 byte alignment, shall be entered in the name field. The string "s

Re: [PATCH] efinet: Skip virtual VLAN devices during card enumeration

2024-10-22 Thread Daniel Kiper via Grub-devel
On Fri, Oct 18, 2024 at 07:48:24PM +0800, Michael Chang wrote: > On Fri, Oct 18, 2024 at 08:08:28AM GMT, zhangqiumiao wrote: > > > On Thu, Oct 03, 2024 at 03:23:15PM +0800, Michael Chang via Grub-devel > > > wrote: > > >> Similar to the fix in commit "c52ae4057 efinet: skip virtual IPv4 and > > >>

Re: [PATCH 0/3 v8] LVM Cachevol and Integrity volumes break entire LVM VG

2024-10-22 Thread Patrick Plenefisch
Hello, a friendly poke that this has been waiting around for several months for a review Patrick On Mon, Sep 16, 2024 at 7:07 PM Patrick Plenefisch wrote: > > Hello, I'd love to get this latest version reviewed at some point > > Thanks, > Patrick > > > On Tue, Aug 13, 2024 at 8:50 PM Patrick Plen

Re: [PATCH v3 2/2] mkimage: adding sbat metadata into sbat ELF Note on powerpc

2024-10-22 Thread sudhakar
On 2024-10-16 20:42, Daniel Kiper wrote: On Fri, Sep 13, 2024 at 04:57:59PM +0530, Sudhakar Kuppusamy wrote: The SBAT metadata, which is read from .csv file and transformed into an ELF note, is made into an image using the -s option. Signed-off-by: Sudhakar Kuppusamy Co-authored-by: Daniel Ax

Re: [PATCH v20 25/33] util/grub-protect: Add new tool

2024-10-22 Thread Gary Lin via Grub-devel
On Mon, Oct 21, 2024 at 07:11:00PM -0400, Stefan Berger wrote: > > > On 10/21/24 4:07 AM, Gary Lin wrote: > > From: Hernan Gatta > > > > To utilize the key protectors framework, there must be a way to protect > > full-disk encryption keys in the first place. The grub-protect tool > > includes s