[GIT PULL] xfs: bug fixes for 5.8-rc4

From: Darrick J. Wong
Date: Fri Jul 03 2020 - 17:32:00 EST


Hi Linus,

Please pull this single UAF bug fix for -rc4.

This branch merges cleanly with master as of a few minutes ago, so
please let me know if anything strange happens.

--D

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.8-fixes-1

for you to fetch changes up to c7f87f3984cfa1e6d32806a715f35c5947ad9c09:

xfs: fix use-after-free on CIL context on shutdown (2020-06-22 19:22:57 -0700)

----------------------------------------------------------------
Changes for 5.8-rc4:
- Fix a use-after-free bug when the fs shuts down.

----------------------------------------------------------------
Dave Chinner (1):
xfs: fix use-after-free on CIL context on shutdown

fs/xfs/xfs_log_cil.c | 10 +++++-----
fs/xfs/xfs_log_priv.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)