Hi Linus, Please pull these bug fixes for 5.5-rc1, which fix a couple of resource management errors and a hang. The branch has survived a couple of days of xfstests runs and merges cleanly with this morning's master. Please let me know if anything strange happens. --D The following changes since commit 8feb4732ff9f2732354b44c4418569974e2f949c: xfs: allow parent directory scans to be interrupted with fatal signals (2019-11-27 08:23:14 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.5-merge-17 for you to fetch changes up to 798a9cada4694ca8d970259f216cec47e675bfd5: xfs: fix mount failure crash on invalid iclog memory access (2019-12-03 14:53:07 -0800) ---------------------------------------------------------------- Fixes for 5.5-rc1: - Fix a crash in the log setup code when log mounting fails - Fix a hang when allocating space on the realtime device - Fix a block leak when freeing space on the realtime device ---------------------------------------------------------------- Brian Foster (1): xfs: fix mount failure crash on invalid iclog memory access Omar Sandoval (2): xfs: fix realtime file data space leak xfs: don't check for AG deadlock for realtime files in bunmapi fs/xfs/libxfs/xfs_bmap.c | 27 +++++++++++++++------------ fs/xfs/xfs_log.c | 2 ++ 2 files changed, 17 insertions(+), 12 deletions(-)