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

2023-10-17 Thread Jon DeVree
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 case are each identical to the single e

Re: [PATCH 1/1] fs/xfs: Incorrect short form directory data boundary check

2023-10-17 Thread Jon DeVree
On Mon, Oct 16, 2023 at 19:54:15 +0200, Daniel Kiper wrote: > Jon, may I ask you to take a look at this patch? Does not it conflict > with your XFS patch [1]. > They are similar but distinct code paths. This patch is for the XFS_INODE_FORMAT_INO case, my patch is for the XFS_INODE_FORMAT_EXT and

Re: [PATCH 4/4] gpt: Add compile time asserts for guid and gpt_partentry sizes

2023-10-17 Thread Daniel Kiper
On Sat, Oct 07, 2023 at 05:08:48PM +0200, Vladimir 'phcoder' Serbinenko wrote: > From c338c54a127656ef0f750d78bad6371874a98ca8 Mon Sep 17 00:00:00 2001 > From: Vladimir Serbinenko > Date: Sun, 13 Aug 2023 09:18:53 +0200 > Subject: [PATCH 4/4] gpt: Add compile time asserts for guid and gpt_partentr

Re: [PATCH 3/4] types: Split aligned and packed guids

2023-10-17 Thread Daniel Kiper
Adding Ard... On Sat, Oct 07, 2023 at 05:06:46PM +0200, Vladimir 'phcoder' Serbinenko wrote: > From 8f4a7c92ffe17dd674e80bd3beacb2dac03d135b Mon Sep 17 00:00:00 2001 > From: Vladimir Serbinenko > Date: Sun, 13 Aug 2023 09:18:23 +0200 > Subject: [PATCH 3/4] types: Split aligned and packed guids >

[PATCH] configure.ac: Make the unifont FONT_SOURCE configurable as --with-unifont=FILE

2023-10-17 Thread Richard Marko
Revival of https://www.mail-archive.com/grub-devel@gnu.org/msg18492.html by Mads Kiilerich stripped of setting DJVU_FONT_SOURCE. Signed-off-by: Richard Marko --- configure.ac | 33 - 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/configure.ac b/co

Re: [PATCH 2/4] lsefi: Add missing static qualifier

2023-10-17 Thread Daniel Kiper
On Sat, Oct 07, 2023 at 05:05:17PM +0200, Vladimir 'phcoder' Serbinenko wrote: > From 214dfa0734390eaad257b108921380e68294415a Mon Sep 17 00:00:00 2001 > From: Vladimir Serbinenko > Date: Sun, 13 Aug 2023 09:15:54 +0200 > Subject: [PATCH 2/4] lsefi: Add missing static qualifier > This is rare exa

Re: [PATCH 1/4] efi: Deduplicate configuration table search function

2023-10-17 Thread Daniel Kiper
Hey, First of all, please use "git send-email" to send patches and add cover letter to more than one patch. Additionally, it would be nice if every patch has commit message which explains why a given patch is needed, what it does, etc. Last but not least, please CC all people who were involved in