mbox series

[GIT,PULL] md-6.9 20240408

Message ID 60F0AE23-EB1E-4EAA-A013-DBA0EBE77E15@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-6.9 20240408 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.9-20240408

Message

Song Liu April 9, 2024, 3:43 a.m. UTC
Hi Jens, 

Please consider pulling the following fix on top of your block-6.9
branch. This change, by Yu Kuai, fixes a UAF in a corner case. 

Thanks,
Song



The following changes since commit 0dc31b98d7200a0046de5c760feb0aaff6c4b53c:

  cdrom: gdrom: Convert to platform remove callback returning void (2024-03-07 11:53:30 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.9-20240408

for you to fetch changes up to fcf3f7e2fc8a53a6140beee46ec782a4c88e4744:

  raid1: fix use-after-free for original bio in raid1_write_request() (2024-03-08 09:44:22 -0800)

----------------------------------------------------------------
Yu Kuai (1):
      raid1: fix use-after-free for original bio in raid1_write_request()

 drivers/md/raid1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jens Axboe April 9, 2024, 3:49 a.m. UTC | #1
On 4/8/24 9:43 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following fix on top of your block-6.9
> branch. This change, by Yu Kuai, fixes a UAF in a corner case. 

Pulled, thanks.