[PATCH] Fix vlan networking on little-endian systems

2022-03-01 Thread Chad Kimes via Grub-devel
Vlan configuration seems to have never worked on little-endian systems. This is likely because VLANTAG_IDENTIFIER is not byte-swapped before copying into the net buffer, nor is vlantag. We can resolve this by using grub_cpu_to_be16 and its inverse when copying vlan info to/from the net buffer. ---

Re: [PATCH v2] misc: Fix whitespace formatting

2022-03-01 Thread Daniel Kiper
On Fri, Feb 25, 2022 at 05:27:10PM -0600, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH 1/1] commands/efi/lsefisystab: short text EFI_IMAGE_SECURITY_DATABASE_GUID

2022-03-01 Thread Daniel Kiper
On Tue, Mar 01, 2022 at 12:14:31PM +0100, Heinrich Schuchardt wrote: > The EFI_IMAGE_SECURITY_DATABASE_GUID is used for the image execution > information table (cf. UEFI specification 2.9, 32.5.3.1 Using The Image > Execution Information Table). > > The lsefisystab command is used to display

Re: [PATCH] Retire ChangeLog-2015

2022-03-01 Thread Daniel Kiper
On Fri, Feb 25, 2022 at 11:28:42AM -0500, Peter Jones wrote: > ChangeLog-2015 has been untouched for over 7 years now, and any > information in it is purely for historical purposes. At the same time, > grepping for code winds up matching this file quite a bit, almost never > accomplishing

Re: [PATCH] Fix vlan networking on little-endian systems

2022-03-01 Thread John Paul Adrian Glaubitz
Hello Chad! On 3/1/22 15:03, Chad Kimes via Grub-devel wrote: > The interface vlantag appears to have never worked on little-endian systems. > This small > initial patch is mostly to get my feet wet in the GRUB dev process. Once this > is accepted, > I intend to submit a few more patches that

[PATCH] Fix vlan networking on little-endian systems

2022-03-01 Thread Chad Kimes via Grub-devel
The interface vlantag appears to have never worked on little-endian systems. This small initial patch is mostly to get my feet wet in the GRUB dev process. Once this is accepted, I intend to submit a few more patches that (a) allow vlan configuration via a command from the net module and (b)

[PATCH 1/1] commands/efi/lsefisystab: short text EFI_IMAGE_SECURITY_DATABASE_GUID

2022-03-01 Thread Heinrich Schuchardt
The EFI_IMAGE_SECURITY_DATABASE_GUID is used for the image execution information table (cf. UEFI specification 2.9, 32.5.3.1 Using The Image Execution Information Table). The lsefisystab command is used to display installed EFI configuration tables. Currently it only shows the GUID but not a