mbox series

[GIT,PULL] Block fixes for 6.3-rc5

Message ID c8733191-0707-6bac-ed60-f28ef537cf92@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.3-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.3-2023-03-30

Message

Jens Axboe March 31, 2023, 3:29 p.m. UTC
Hi Linus,

A few block fixes for 6.3-rc5:

- NVMe pull request via Christoph:
	- Mark Lexar NM760 as IGNORE_DEV_SUBNQN (Juraj Pecigos)
	- Fix a possible UAF when failing to allocate an TCP io queue
	  (Sagi Grimberg)

- MD pull request via Song:
	- Fix a null pointer deference in 6.3-rc (Yu Kuai)

- uevent partition fix (Alyssa)

Please pull!


The following changes since commit f915da0f0dfb69ffea53f62101b38073e0b81f73:

  Merge tag 'nvme-6.3-2023-03-23' of git://git.infradead.org/nvme into block-6.3 (2023-03-23 13:02:20 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.3-2023-03-30

for you to fetch changes up to 24ab70d83784a807c9ddff939ea762ef19bd4ffd:

  Merge tag 'md-fixes-2023-03-29' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.3 (2023-03-30 20:29:47 -0600)

----------------------------------------------------------------
block-6.3-2023-03-30

----------------------------------------------------------------
Alyssa Ross (1):
      loop: LOOP_CONFIGURE: send uevents for partitions

Jens Axboe (2):
      Merge tag 'nvme-6.3-2023-03-31' of git://git.infradead.org/nvme into block-6.3
      Merge tag 'md-fixes-2023-03-29' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.3

Juraj Pecigos (1):
      nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN

Sagi Grimberg (1):
      nvme-tcp: fix a possible UAF when failing to allocate an io queue

Yu Kuai (1):
      md: fix regression for null-ptr-deference in __md_stop()

 drivers/block/loop.c    | 18 +++++++++---------
 drivers/md/md.c         |  3 ++-
 drivers/nvme/host/pci.c |  3 ++-
 drivers/nvme/host/tcp.c | 46 ++++++++++++++++++++++++++--------------------
 4 files changed, 39 insertions(+), 31 deletions(-)

Comments

pr-tracker-bot@kernel.org March 31, 2023, 8 p.m. UTC | #1
The pull request you sent on Fri, 31 Mar 2023 09:29:24 -0600:

> git://git.kernel.dk/linux.git tags/block-6.3-2023-03-30

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

Thank you!