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.
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
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
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
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
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
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
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
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