Hi all, 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. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. Enjoy! Comments and questions are, as always, welcome. xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=packaging-fixes-6.7 --- Commits in this patchset: * 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(-)