Re: Release signing key still uses SHA1

2024-04-25 Thread Marek Marczykowski-Górecki
On Thu, Apr 25, 2024 at 11:27:53PM +0200, Daniel Kiper wrote: > Hey, > > On Tue, Mar 12, 2024 at 05:13:24AM +0100, Marek Marczykowski-Górecki wrote: > > Hi, > > > > The key used to sign release tarballs and git tags still uses SHA1 for > > its self-signature.

[PATCH 2/2] Fix menu entry selection based on ID and title

2024-04-22 Thread Marek Marczykowski-Górecki
From: Peter Jones Currently if grub_strtoul(saved_entry_value, NULL, 0) does not return an error, we assume the value it has produced is a correct index into our menu entry list, and do not try to interpret the value as the "id" or "title" . In cases where "id" or "title" start with a numeral, t

[PATCH 0/2] Two patches related to menu entries selection

2024-04-22 Thread Marek Marczykowski-Górecki
Those are two patches from Fedora's grub package that are related to menu titles handling. I hope submiting them this way is okay and will help bringing Fedora and upstream grub versions together. See individual commit messages for details. Peter Jones (2): Allow "fallback" to include entries by

[PATCH 1/2] Allow "fallback" to include entries by title, not just number.

2024-04-22 Thread Marek Marczykowski-Górecki
From: Peter Jones Resolves: rhbz#1026084 Signed-off-by: Peter Jones --- grub-core/normal/menu.c | 85 -- 1 file changed, 58 insertions(+), 27 deletions(-) diff --git a/grub-core/normal/menu.c b/grub-core/normal/menu.c index 6a90e09..6444ee6 100644 --- a

Release signing key still uses SHA1

2024-03-11 Thread Marek Marczykowski-Górecki
signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure Certifications: 95, use --certifications to list -- Best Regards, Marek Marczykowski-Górecki Invisible Things Lab signature.asc Description: PGP signature

Re: [PATCH] templates/linux_xen: fix detecting xsm policy

2022-12-13 Thread Marek Marczykowski-Górecki
On Tue, Dec 13, 2022 at 01:02:14PM +0100, Daniel Kiper wrote: > On Tue, Dec 13, 2022 at 05:12:35AM +0100, Marek Marczykowski-Górecki wrote: > > xsmpolicy variable was left set from previous function call. This > > resulted in all-but-first menu entries including XSM policy, even if

[PATCH] templates/linux_xen: fix detecting xsm policy

2022-12-12 Thread Marek Marczykowski-Górecki
xsmpolicy variable was left set from previous function call. This resulted in all-but-first menu entries including XSM policy, even if it did not exist. Fix this by initializing the xenpolicy variable. Signed-off-by: Marek Marczykowski-Górecki --- util/grub.d/20_linux_xen.in | 1 + 1 file

Re: [PATCH] xen: look for Xen notes in section headers too

2019-03-14 Thread Marek Marczykowski-Górecki
On Thu, Mar 14, 2019 at 01:39:43PM +0100, Daniel Kiper wrote: > On Thu, Mar 14, 2019 at 02:57:08AM +0100, Marek Marczykowski-Górecki wrote: > > Mirror behaviour of elf loader in libxc: first look for Xen notes in > > PT_NOTE segment, then in SHT_NOTE section and only then fallback t

[PATCH] xen: look for Xen notes in section headers too

2019-03-13 Thread Marek Marczykowski-Górecki
such kernel directly works fine, so make it work with grub too. Specifically, this applies to binaries built from Unikraft. Signed-off-by: Marek Marczykowski-Górecki --- grub-core/loader/i386/xen_fileXX.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/grub-core/loader/i386