It just wouldn't be a release announcement w/o a typo. It really is 5.14.1. -Eric On 12/2/21 4:47 PM, Eric Sandeen wrote:
Hi folks, The xfsprogs repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. This is a minor update to fix up build issues on unique architectures and cross-builds. Thanks Darrick! Tarballs are available at: https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-5.14.1.tar.gz https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-5.14.1.tar.xz https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-5.14.1.tar.sign The new head of the master branch is commit: The new head of the master branch is commit: 0e0de366 xfsprogs: Release v5.14.1 New Commits: Darrick J. Wong (2): [27aa8086] libfrog: fix crc32c self test code on cross builds [7448af58] libxfs: fix atomic64_t poorly for 32-bit architectures Eric Sandeen (1): [0e0de366] xfsprogs: Release v5.14.1 Code Diffstat: VERSION | 2 +- configure.ac | 3 ++- debian/changelog | 6 ++++++ doc/CHANGES | 4 ++++ include/atomic.h | 46 ++++++++++++++++++++++++++++++++++++++++++++++ include/builddefs.in | 4 ++++ include/libxlog.h | 4 ++-- libfrog/crc32.c | 7 ++++++- libxfs/init.c | 4 ++++ m4/package_urcu.m4 | 19 +++++++++++++++++++ repair/phase2.c | 2 +- 11 files changed, 95 insertions(+), 6 deletions(-)