Re: [PATCH v3] configure: Fix default -O2 being added when CFLAGS not set

2022-04-14 Thread Daniel Kiper
On Mon, Apr 11, 2022 at 12:49:01PM -0400, Robbie Harwood wrote: > Glenn Washburn writes: > > > Autoconf will set a default CFLAGS of "-g -O2" if CFLAGS is not set. CFLAGS > > was defaulted to "" early in configure to prevent this. A recent commit > > ad9ccf660013c208077b1e983d6c824df25ed1cf ("conf

Re: [PATCH RFC 1/3] efi: provide definitions of DXE services table

2022-04-14 Thread baskov
On 2022-04-11 10:12, Paul Menzel wrote: Dear Baskov, Thank you for your patches. Am 07.04.22 um 05:32 schrieb Baskov Evgeniy: DXE services can be used to change memory attributes on systems where EFI use stricter policies about memory access rights and sets NX flag on some pages required by

Re: [PATCH v2 00/15] Dynamic allocation of memory regions and IBM vTPM v2

2022-04-14 Thread Daniel Kiper
On Thu, Apr 07, 2022 at 04:41:04PM +0200, Daniel Kiper wrote: > On Mon, Mar 28, 2022 at 05:22:25PM +1100, Daniel Axtens wrote: > > Hi all, > > > > This is, at long last, an updated version of my series extending Patrick's > > dynamic memory regions to ieee1275. > > > > Noteworthy changes: > > > >

Re: [PATCH 2/3] docs: Clarify meaning of 'list' and 'cond' for 'if' and 'while' commands respectively

2022-04-14 Thread Daniel Kiper
On Tue, Apr 12, 2022 at 04:56:19PM +, Glenn Washburn wrote: > It is not clear from the documentation what a 'list' is in the context of > the 'if' command. Note that its a list of simple commands separated by a > ';' and that only the exist status of the last command matters. The same is s/exi

Re: [PATCH 0/2] Add command-line management of VLAN config

2022-04-14 Thread Daniel Kiper
On Mon, Mar 21, 2022 at 05:29:14PM -0400, Chad Kimes via Grub-devel wrote: > These patches provide functionality to configure 802.1Q VLAN identifiers > on existing network interfaces using the GRUB command line. > > The first patch simply updates the output of net_ls_addr to include > information a

Re: [PATCH v2 2/2] Configure VLAN from UEFI device used for PXE

2022-04-14 Thread Daniel Kiper
On Mon, Mar 21, 2022 at 06:07:32PM -0400, Chad Kimes via Grub-devel wrote: I would prefer if you copy some text from the cover letter here. > Signed-off-by: Chad Kimes > --- > grub-core/net/drivers/efi/efinet.c | 38 ++ > 1 file changed, 33 insertions(+), 5 deletions

Re: [PATCH v2 0/3] grub-probe: improve support of LUKS2

2022-04-14 Thread Daniel Kiper
Adding Glenn and Patrick... Pierre-Louis, may I ask you to CC both of them next time? Glenn, Patrick, could you take a look at this patch series? Daniel On Tue, Mar 29, 2022 at 12:31:55PM +0200, Pierre-Louis Bonicoli wrote: > v2 updates: > * grub-fs-tester: remove extraneous 'sleep' and 'tail'

Re: [PATCH v2 0/3] grub-probe: improve support of LUKS2

2022-04-14 Thread Pierre-Louis Bonicoli
On 14/04/2022 18.11, Daniel Kiper wrote: Adding Glenn and Patrick... Pierre-Louis, may I ask you to CC both of them next time? Yes, of course :) ! -- Pierre-Louis ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo

Re: [PATCH v2 0/1] plainmount: Support plain encryption mode.

2022-04-14 Thread Daniel Kiper
Hi Maxim, Adding Glenn and Patrick. I would like to hear your opinion here. Maxim, please CC Glenn and Patrick next time. Daniel PS Maxim, It looks you send the patch as an cover letter. Minor thing but a little annoying. On Sat, Apr 02, 2022 at 08:00:20PM +, Maxim Fomin wrote: > This p

Re: [PATCH 2/2] tests: Give grub-fs-tester temp directory a better name

2022-04-14 Thread Daniel Kiper
On Sat, Apr 09, 2022 at 02:44:47AM +, Glenn Washburn wrote: > Instead of "tmp" the name is prefixed by the name of the scripts (eg. > grub-fs-tester). A timestamp is added in the name to allow for easily > seeing a chronological sorting of runs and the name of the filesystem > being tested. The

Re: Re: [PATCH] net: fix null pointer dereference when parsing ICMP6_ROUTER_ADVERTISE messages

2022-04-14 Thread Daniel Kiper
On Wed, Mar 16, 2022 at 12:23:12PM +, zhangqiumiao via Grub-devel wrote: > On Thu, Feb 17, 2022 at 03:32:52PM -0600, Glenn Washburn wrote: > > On Thu, 17 Feb 2022 21:48:58 +0800 > > Qiumiao Zhang via Grub-devel wrote: > > > > > During UEFI PXE boot in IPv6 network, if the DHCP server adopts >