mbox series

[GIT,PULL] configfs fix for 5.2

Message ID 20190530085321.GA24647@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] configfs fix for 5.2 | expand

Pull-request

git://git.infradead.org/users/hch/configfs.git tags/configfs-for-5.2-2

Message

Christoph Hellwig May 30, 2019, 8:53 a.m. UTC
The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

  Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/hch/configfs.git tags/configfs-for-5.2-2

for you to fetch changes up to f6122ed2a4f9c9c1c073ddf6308d1b2ac10e0781:

  configfs: Fix use-after-free when accessing sd->s_dentry (2019-05-28 08:11:58 +0200)

----------------------------------------------------------------
configs fix for 5.2

 - fix a use after free in configfs_d_iput (Sahitya Tummala)

----------------------------------------------------------------
Sahitya Tummala (1):
      configfs: Fix use-after-free when accessing sd->s_dentry

 fs/configfs/dir.c | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org May 31, 2019, 4 a.m. UTC | #1
The pull request you sent on Thu, 30 May 2019 10:53:21 +0200:

> git://git.infradead.org/users/hch/configfs.git tags/configfs-for-5.2-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8cb7104d03dddeb2f28e590b2d1fab7bf0eef284

Thank you!