mbox series

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

Message ID 20200703213158.GF7606@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] xfs: bug fixes for 5.8-rc4 | expand

Pull-request

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

Message

Darrick J. Wong July 3, 2020, 9:31 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 3, 2020, 9:50 p.m. UTC | #1
The pull request you sent on Fri, 3 Jul 2020 14:31:58 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0c7d7d1fada70420851b63f2e2669cb4976a303b

Thank you!