Merge tag 'nvme-6.2-2022-12-29' of git://git.infradead.org/nvme into block-6.2
Pull NVMe fixes from Christoph: "nvme fixes for Linux 6.2 - 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)" * tag 'nvme-6.2-2022-12-29' of git://git.infradead.org/nvme: 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
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
- drivers/nvme/host/auth.c 1 addition, 1 deletiondrivers/nvme/host/auth.c
- drivers/nvme/host/core.c 26 additions, 6 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/ioctl.c 24 additions, 4 deletionsdrivers/nvme/host/ioctl.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
Please register or sign in to comment