On Thu, 1 May 2025 19:24:33 -0500
Andrew Hamilton wrote:
> Hi Glenn,
>
> This patch was focused on the most serious issue being seen by people where
> GRUB might hang during startup and grub-mount may crash.
>
> There are remaining issues in NTFS, I saw the same failures you are seeing
> from t
Hi Glenn,
This patch was focused on the most serious issue being seen by people where
GRUB might hang during startup and grub-mount may crash.
There are remaining issues in NTFS, I saw the same failures you are seeing
from the filesystem tests.
I have been working on fixing the rest of the grub-
On Thu, 20 Mar 2025 18:28:00 -0500
Andrew Hamilton wrote:
> A regression was introduced recently as a part of the series of
> filesystem related patches to address some CVEs found in GRUB.
>
> This issue may cause either an infinite loop at startup when
> accessing certain valid NTFS file system
Without this flag GRUB ignores the relocation section leading to a crash
Signed-off-by: Vladimir Serbinenko
---
util/grub-pe2elf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/grub-pe2elf.c b/util/grub-pe2elf.c
index 11331294f..b686f0c82 100644
--- a/util/grub-pe2elf.c
+++ b/util/gru
This fixes mingw build of modules and kernel.
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
It's inserted by mingw and is meaningless in our environment
Signed-off-by: Vladimir Serbinenko
---
grub-core/kern/compiler-rt.c | 4
include/grub/compiler-rt.h | 1 +
2 files changed, 5 insertions(+)
diff --git a/grub-core/kern/compiler-rt.c b/grub-core/kern/compiler-rt.c
index eda689a0