Hi Andrey, Please pull this branch with changes for xfsprogs for 6.11-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 b92bf9bc2da75f3709f5f3a6c09d6c62d0d799ef: debian: Correct the day-of-week on 2024-09-04 (2024-10-01 17:54:48 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/libattr-remove-6.11_2024-10-01 for you to fetch changes up to 2ed5318f360d2734265c2dbf630e93ff3e5e5791: libfrog: emulate deprecated attrlist functionality in libattr (2024-10-01 17:54:48 -0700) ---------------------------------------------------------------- xfsprogs: do not depend on libattr [02/11] Remove xfsprogs dependence on libattr because libattr is deprecated. The code in that library came from XFS, so we can make our own shims. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (2): misc: clean up code around attr_list_by_handle calls libfrog: emulate deprecated attrlist functionality in libattr configure.ac | 2 -- debian/control | 2 +- include/builddefs.in | 1 - libfrog/Makefile | 8 +++---- libfrog/fakelibattr.h | 36 +++++++++++++++++++++++++++++++ libfrog/fsprops.c | 22 ++++++++++--------- m4/package_attr.m4 | 25 ---------------------- scrub/Makefile | 4 ---- scrub/phase5.c | 59 ++++++++++++++++++++++++++++----------------------- 9 files changed, 85 insertions(+), 74 deletions(-) create mode 100644 libfrog/fakelibattr.h delete mode 100644 m4/package_attr.m4