public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 5.16-rc5
Date: Fri, 10 Dec 2021 23:09:52 -0700	[thread overview]
Message-ID: <b2e03df4-5be8-4e82-54ad-4dfc9b9d47ac@kernel.dk> (raw)

Hi Linus,

A few block fixes that should go into this release:

- NVMe pull request
	- set ana_log_size to 0 after freeing ana_log_buf (Hou Tao)
	- show subsys nqn for duplicate cntlids (Keith Busch)
	- disable namespace access for unsupported metadata
	  (Keith Busch)
	- report write pointer for a full zone as zone start + zone
	  len (Niklas Cassel)
	- fix use after free when disconnecting a reconnecting ctrl
	  (Ruozhu Li)
	- fix a list corruption in nvmet-tcp (Sagi Grimberg)

- Fix for a regression on DIO single bio async IO (Pavel)

- ioprio seteuid fix (Davidlohr)

- mtd fix that subsequently got reverted as it was broken, will get
  re-done and submitted for the next round

- Two MD fixes via Song (Markus, zhangyue)

Please pull!


The following changes since commit e3f9387aea67742b9d1f4de8e5bb2fd08a8a4584:

  loop: Use pr_warn_once() for loop_control_remove() warning (2021-11-29 06:44:45 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.16-2021-12-10

for you to fetch changes up to 5eff363838654790f67f4bd564c5782967f67bcc:

  Revert "mtd_blkdevs: don't scan partitions for plain mtdblock" (2021-12-10 11:52:34 -0700)

----------------------------------------------------------------
block-5.16-2021-12-10

----------------------------------------------------------------
Christoph Hellwig (1):
      mtd_blkdevs: don't scan partitions for plain mtdblock

Davidlohr Bueso (1):
      block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)

Hou Tao (1):
      nvme-multipath: set ana_log_size to 0 after free ana_log_buf

Jens Axboe (3):
      Merge tag 'nvme-5.16-2021-12-10' of git://git.infradead.org/nvme into block-5.16
      Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.16
      Revert "mtd_blkdevs: don't scan partitions for plain mtdblock"

Keith Busch (2):
      nvme: show subsys nqn for duplicate cntlids
      nvme: disable namespace access for unsupported metadata

Markus Hochholdinger (1):
      md: fix update super 1.0 on rdev size change

Niklas Cassel (1):
      nvme: report write pointer for a full zone as zone start + zone len

Pavel Begunkov (1):
      block: fix single bio async DIO error handling

Ruozhu Li (1):
      nvme: fix use after free when disconnecting a reconnecting ctrl

Sagi Grimberg (1):
      nvmet-tcp: fix possible list corruption for unexpected command failure

zhangyue (1):
      md: fix double free of mddev->private in autorun_array()

 block/fops.c                  |  3 +--
 block/ioprio.c                |  3 +++
 drivers/md/md.c               |  4 +++-
 drivers/nvme/host/core.c      | 23 ++++++++++++++++++-----
 drivers/nvme/host/multipath.c |  3 ++-
 drivers/nvme/host/nvme.h      |  2 +-
 drivers/nvme/host/zns.c       |  5 ++++-
 drivers/nvme/target/tcp.c     |  9 ++++++++-
 8 files changed, 40 insertions(+), 12 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2021-12-11  6:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-11  6:09 Jens Axboe [this message]
2021-12-11 17:28 ` [GIT PULL] Block fixes for 5.16-rc5 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b2e03df4-5be8-4e82-54ad-4dfc9b9d47ac@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox