Re: [PATCH v3 4/6] ieee1275: implement vec5 for cas negotiation

2023-02-03 Thread avnish
On 2023-02-01 21:31, Robbie Harwood wrote: Stefan Berger writes: +.vec5_size = 1 + sizeof (struct option_vector5) - 2, +.vec5 = { + 0, 0, 0, 0, 0, 0, 0, 0, 256 +} Hi Stefan and Diego, are you able to speak to vec5 setting? I have been talking with Avnish Chouhan (CC'd) down

Question re correctness of module license check

2023-02-03 Thread George Barrett
The module loader contains the following check:[1] /* Me, Vladimir Serbinenko, hereby I add this module check as per new GNU module policy. Note that this license check is informative only. Modules have to be licensed under GPLv3 or GPLv3+ (optionally multi-licensed under

Re: Question re correctness of module license check

2023-02-03 Thread Robbie Harwood
George Barrett writes: > The module loader contains the following check:[1] > > /* Me, Vladimir Serbinenko, hereby I add this module check as per new >GNU module policy. Note that this license check is informative only. >Modules have to be licensed under GPLv3 or GPLv3+ (optio

Re: Question re correctness of module license check

2023-02-03 Thread George Barrett
On Fri, Feb 03, 2023 at 13:17:01 -0500, Robbie Harwood wrote: > We're not aware of anyone trying to use external modules, and as > discussed previously on the list that's fraught anyhow, but suppose they > were. Even if the license on their module were maximally incompatible > with grub's, all tha

[PATCH] net/bootp: Fix unchecked return value

2023-02-03 Thread Alec Brown
In the function send_dhcp_packet(), added an error check for the return value of grub_netbuff_push(). Fixes: CID 404614 Signed-off-by: Alec Brown --- grub-core/net/bootp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/grub-core/net/bootp.c b/grub-core/net/bootp.c index