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

2023-10-18 Thread Daniel Kiper
On Tue, Oct 17, 2023 at 10:50:13PM -0400, Jon DeVree wrote: > 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_

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

2023-10-18 Thread Daniel Kiper
Adding Marta and Sebastian... On Tue, Oct 17, 2023 at 11:03:47PM -0400, 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 m

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

2023-10-18 Thread Daniel Kiper
On Tue, Oct 17, 2023 at 05:55:58PM +0200, Richard Marko wrote: > Revival of https://www.mail-archive.com/grub-devel@gnu.org/msg18492.html > by Mads Kiilerich stripped of setting DJVU_FONT_SOURCE. Please add more info about the patch to the commit message. I think one in the original email is good

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

2023-10-18 Thread Daniel Kiper
On Thu, Sep 28, 2023 at 10:33:44PM +, Lidong Chen wrote: > After parsing of the current entry, the entry pointer is advanced > to the next entry at the end of the 'for' loop. In case where the > last entry is at the end of the data boundary, the advanced entry > pointer can point off the data b