Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linux
Pull block fixes from Jens Axboe: "Mostly just NVMe, but also a single fixup for BFQ for a regression that happened during the merge window. In detail: - NVMe pull requests via Christoph: - Fix doorbell buffer value endianness (Klaus Jensen) - Fix Linux vs NVMe page size mismatch (Keith Busch) - Fix a potential use memory access beyong the allocation limit (Keith Busch) - Fix a multipath vs blktrace NULL pointer dereference (Yanjun Zhang) - Fix various problems in handling the Command Supported and Effects log (Christoph Hellwig) - Don't allow unprivileged passthrough of commands that don't transfer data but modify logical block content (Christoph Hellwig) - Add a features and quirks policy document (Christoph Hellwig) - Fix some really nasty code that was correct but made smatch complain (Sagi Grimberg) - Use-after-free regression in BFQ from this merge window (Yu)" * tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linux: nvme-auth: fix smatch warning complaints nvme: consult the CSE log page for unprivileged passthrough nvme: also return I/O command effects from nvme_command_effects nvmet: don't defer passthrough commands with trivial effects to the workqueue nvmet: set the LBCC bit for commands that modify data nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition docs, nvme: add a feature and quirk policy document nvme-pci: update sqsize when adjusting the queue depth nvme: fix setting the queue depth in nvme_alloc_io_tag_set block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq nvme: fix multipath crash caused by flush request when blktrace is enabled nvme-pci: fix page size checks nvme-pci: fix mempool alloc size nvme-pci: fix doorbell buffer value endianness
No related branches found
No related tags found
Showing
- Documentation/maintainer/maintainer-entry-profile.rst 1 addition, 0 deletionsDocumentation/maintainer/maintainer-entry-profile.rst
- Documentation/nvme/feature-and-quirk-policy.rst 77 additions, 0 deletionsDocumentation/nvme/feature-and-quirk-policy.rst
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- block/bfq-iosched.c 1 addition, 1 deletionblock/bfq-iosched.c
- drivers/nvme/host/auth.c 1 addition, 1 deletiondrivers/nvme/host/auth.c
- drivers/nvme/host/core.c 27 additions, 7 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/ioctl.c 24 additions, 4 deletionsdrivers/nvme/host/ioctl.c
- drivers/nvme/host/nvme.h 1 addition, 1 deletiondrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 24 additions, 22 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/target/admin-cmd.c 21 additions, 16 deletionsdrivers/nvme/target/admin-cmd.c
- drivers/nvme/target/passthru.c 5 additions, 6 deletionsdrivers/nvme/target/passthru.c
- include/linux/nvme.h 3 additions, 1 deletioninclude/linux/nvme.h
Loading
Please register or sign in to comment