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