mbox series

[GIT,PULL] Block fix for 5.17-rc7

Message ID 9d5d4f0d-7028-0505-7463-ec740967b8e2@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fix for 5.17-rc7 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.17-2022-03-04

Message

Jens Axboe March 4, 2022, 9:39 p.m. UTC
Hi Linus,

Just a small UAF fix for blktrace, please pull!


The following changes since commit b2750f14007f0e1b36caf51058c161d2c93e63b6:

  Merge tag 'nvme-5.17-2022-02-24' of git://git.infradead.org/nvme into block-5.17 (2022-02-24 07:02:15 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.17-2022-03-04

for you to fetch changes up to 30939293262eb433c960c4532a0d59c4073b2b84:

  blktrace: fix use after free for struct blk_trace (2022-02-28 06:36:33 -0700)

----------------------------------------------------------------
block-5.17-2022-03-04

----------------------------------------------------------------
Yu Kuai (1):
      blktrace: fix use after free for struct blk_trace

 kernel/trace/blktrace.c | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org March 5, 2022, 12:34 a.m. UTC | #1
The pull request you sent on Fri, 4 Mar 2022 14:39:32 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.17-2022-03-04

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

Thank you!