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. The new head of the for-next branch is commit: d08af40340ca xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init() 5 new commits: Colin Ian King (1): [fc93812c7250] xfs: remove redundant pointer lip Darrick J. Wong (1): [97cf79677ecb] xfs: avoid a UAF when log intent item recovery fails Guo Xuenan (1): [13cf24e00665] xfs: fix exception caused by unexpected illegal bestcount in leaf dir Li Zetao (1): [d08af40340ca] xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init() Zeng Heng (1): [cf4f4c12dea7] xfs: fix memory leak in xfs_errortag_init Code Diffstat: fs/xfs/libxfs/xfs_dir2_leaf.c | 9 +++++++-- fs/xfs/xfs_error.c | 9 +++++++-- fs/xfs/xfs_log_recover.c | 10 ++++++++-- fs/xfs/xfs_sysfs.h | 7 ++++++- fs/xfs/xfs_trans_ail.c | 3 +-- 5 files changed, 29 insertions(+), 9 deletions(-)