Hi folks, The for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.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 last update for the merge window removes a bunch of ioctl definitions for defunct and broken functionality. I originally planned to fast-forward this branch to avoid merge conflicts between the ALLOCSP CVE fix and 4d1b97f9ce7c, but upstream head fails fstests spectacularly so I gave up on that plan. The new head of the for-next branch is commit: b3bb9413e717 xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions New Commits: Darrick J. Wong (3): [9dec0368b964] xfs: remove the XFS_IOC_FSSETDM definitions [4d1b97f9ce7c] xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls [b3bb9413e717] xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions Code Diffstat: fs/xfs/libxfs/xfs_fs.h | 37 ++++-------------- fs/xfs/xfs_bmap_util.c | 7 ++-- fs/xfs/xfs_bmap_util.h | 2 +- fs/xfs/xfs_file.c | 3 +- fs/xfs/xfs_ioctl.c | 101 +++++++------------------------------------------ fs/xfs/xfs_ioctl.h | 6 --- fs/xfs/xfs_ioctl32.c | 27 ------------- fs/xfs/xfs_ioctl32.h | 4 -- 8 files changed, 27 insertions(+), 160 deletions(-)