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

2024-10-18 Thread Michael Chang via Grub-devel
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 > >> IPv6 devices during card enumeration", the UEFI PXE driver creates > >>

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

2024-10-18 Thread Neal Gompa
On Mon, Oct 14, 2024 at 1:11 PM Leo Sandoval wrote: > > From: Jeff Mahoney > > This patch adds the ability to specify a different root on a btrfs > filesystem too boot from other than the default one. > > btrfs-list-snapshots will list the subvolumes available on the > filesystem. > > set btrfs_

Re: [PATCH v3 23/29] btrfs: fix a bad null check

2024-10-18 Thread Neal Gompa
On Mon, Oct 14, 2024 at 1:10 PM Leo Sandoval wrote: > > From: Peter Jones > > current gcc complains: > > grub-core/fs/btrfs.c: In function ‘grub_cmd_btrfs_info’: > grub-core/fs/btrfs.c:2745:7: error: the comparison will always evaluate as > ‘true’ for the address of ‘label’ will never be NUL

Re: [PATCH v3 24/29] btrfs: export btrfs_subvol and btrfs_subvolid

2024-10-18 Thread Neal Gompa
On Mon, Oct 14, 2024 at 1:10 PM Leo Sandoval wrote: > > From: Michael Chang > > We should export btrfs_subvol and btrfs_subvolid to have both visible > to subsidiary configuration files loaded using configfile. > > Signed-off-by: Michael Chang > --- > grub-core/fs/btrfs.c | 2 ++ > 1 file chang

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

2024-10-18 Thread Vladimir 'phcoder' Serbinenko
Le lun. 14 oct. 2024, 20:10, Leo Sandoval a écrit : > From: Jeff Mahoney > > This patch adds the ability to specify a different root on a btrfs > filesystem too boot from other than the default one. > Does it make available some files that are currentl y unavailable? Do you have an example? > >

Re: [PATCH v3 26/29] grub-mkconfig: Add GRUB_BTRFS_SNAPSHOT_BOOTING simple configuration

2024-10-18 Thread Neal Gompa
On Mon, Oct 14, 2024 at 1:10 PM Leo Sandoval wrote: > > From: Michael Chang > > To support btrfs rollback and snapshot booting, a simple configuration setting > GRUB_BTRFS_SNAPSHOT_BOOTING is introduced to enable this at the configuration > level. When set to "yes," grub-mkconfig will set btrfs_r

Re: [PATCH v3 25/29] btrfs: Allow specifying btrfs_relative_path to follow the default subvolume

2024-10-18 Thread Neal Gompa
On Mon, Oct 14, 2024 at 1:10 PM Leo Sandoval wrote: > > From: Michael Chang > > This patch enables the use of a relative path to the btrfs default subvolume > by > setting the environment variable btrfs_relative_path=[y1]. In contrast to > using > an absolute path from the toplevel root, which

Re: [PATCH v3 27/29] btrfs: add btrfs-get-default-subvol command

2024-10-18 Thread Neal Gompa
On Mon, Oct 14, 2024 at 1:10 PM Leo Sandoval wrote: > > From: Michael Chang > > Introduce the "btrfs-get-default-subvol" command to output the default > subvolume's name or id to the console, or to a variable specified via "-o". > > Some example usage: > > 1. Output the default subvolume's name o

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

2024-10-18 Thread Neal Gompa
On Fri, Oct 18, 2024 at 1:39 PM Vladimir 'phcoder' Serbinenko wrote: > > > > Le lun. 14 oct. 2024, 20:10, Leo Sandoval a écrit : >> >> From: Jeff Mahoney >> >> This patch adds the ability to specify a different root on a btrfs >> filesystem too boot from other than the default one. > > Does it m

Re: [PATCH v19 30/33] tpm2_key_protector: Add grub-emu support

2024-10-18 Thread Gary Lin via Grub-devel
On Thu, Oct 17, 2024 at 07:57:11PM +0200, Daniel Kiper wrote: > On Fri, Sep 06, 2024 at 05:11:22PM +0800, Gary Lin via Grub-devel wrote: > > As a preparation to test tpm2_key_protector with grub-emu, the new > > option, --tpm-device, is introduced to specify the TPM device for > > grub-emu so that

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

2024-10-18 Thread zhangqiumiao via Grub-devel
> 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 >> IPv6 devices during card enumeration", the UEFI PXE driver creates >> additional VLAN child devices when a VLAN ID is configured on a network >