Re: Relocation overflow on RISC-V with multi-range memory layout

2023-11-01 Thread Wu, Fei
On 10/15/2023 5:16 AM, Vladimir 'phcoder' Serbinenko wrote: > I looked into it and found out that current code misses both got and > trampolines. I have a template for solution but I didn't test it yet. > Can you upload your EFI images (RISCV_VIRT_CODE.fd and > RISCV_VIRT_VARS.fd) somewhere so I do

Re: [PATCH] fs/xfs: add large extent counters incompat feature support

2023-11-01 Thread Marta Lewandowska
On 10/26/23 11:53, Anthony Iliopoulos via Grub-devel wrote: XFS introduced 64-bit extent counters for inodes via a series of upstream commits, and the feature was marked as stable in v6.5 via commit 61d7e8274cd8 ("xfs: drop EXPERIMENTAL tag for large extent counts"). Further, xfsprogs release v

Re: [PATCH v4] fs/xfs: Fix XFS directory extent parsing

2023-11-01 Thread Marta Lewandowska
On 10/18/23 05:03, Jon DeVree wrote: The XFS directory entry parsing code has never been completely correct for extent based directories. The parser correctly handles the case where the directory is contained in a single extent, but then mistakenly assumes the data blocks for the multiple extent

Re: [PATCH] fs/xfs: add large extent counters incompat feature support

2023-11-01 Thread Marta Lewandowska
Hello, I tested all new xfs patches together: fs/xfs: add large extent counters incompat feature support fs/xfs: Fix XFS directory extent parsing fs/xfs: Incorrect short form directory data boundary check on ppc64le, aarch64, x86 BIOS and UEFI, and basic installation and booting tests passed.