On Wed, Apr 17, 2024 at 03:07:35PM -0700, Darrick J. Wong wrote: > Hi Carlos, > > Please pull this branch with changes for xfsprogs for 6.6-rc1. > > As usual, I did a test-merge with the main upstream branch as of a few > minutes ago, and didn't see any conflicts. Please let me know if you > encounter any problems. > > The following changes since commit 09ba6420a1ee2ca4bfc763e498b4ee6be415b131: > > xfsprogs: Release v6.7.0 (2024-04-17 09:55:22 +0200) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/packaging-fixes-6.7_2024-04-17 I'm actually pulling this before 6.8 libxfs-sync, as it fixes the xfs_rtbitmap.h include mistake I did previous sync, so I can synchronize libxfs with this already fixed. Carlos > > for you to fetch changes up to d27e715c3081306e1b210e64d21775457c9f087a: > > libxfs: fix incorrect porting to 6.7 (2024-04-17 14:06:22 -0700) > > ---------------------------------------------------------------- > xfsprogs: packaging fixes for 6.7 [01/20] > > This series fixes some bugs that I and others have found in the > userspace tools. At this point 6.7 is released, so these target 6.8. > > This has been running on the djcloud for months with no problems. Enjoy! > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > > ---------------------------------------------------------------- > Darrick J. Wong (2): > debian: fix package configuration after removing platform_defs.h.in > libxfs: fix incorrect porting to 6.7 > > db/check.c | 1 - > debian/rules | 6 ++++-- > include/libxfs.h | 4 ++++ > libxfs/Makefile | 1 + > libxfs/xfs_rtbitmap.c | 2 +- > libxfs/xfs_rtbitmap.h | 3 --- > repair/rt.c | 1 - > 7 files changed, 10 insertions(+), 8 deletions(-) > >