mbox series

[GIT,PULL] configfs fix for 5.12

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

Pull-request

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

Message

Christoph Hellwig March 12, 2021, 6:35 p.m. UTC
The following changes since commit a74e6a014c9d4d4161061f770c9b4f98372ac778:

  Merge tag 's390-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2021-03-10 13:15:16 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 14fbbc8297728e880070f7b077b3301a8c698ef9:

  configfs: fix a use-after-free in __configfs_open_file (2021-03-11 12:13:48 +0100)

----------------------------------------------------------------
configfs fix for 5.12

 - fix a use-after-free in __configfs_open_file
   (Daiyue Zhang)

----------------------------------------------------------------
Daiyue Zhang (1):
      configfs: fix a use-after-free in __configfs_open_file

 fs/configfs/file.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org March 12, 2021, 8:03 p.m. UTC | #1
The pull request you sent on Fri, 12 Mar 2021 19:35:01 +0100:

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

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

Thank you!