The following changes since commit 88d356ca41ba1c3effc2d4208dfbd4392f58cd6d: nvme-pci: update sqsize when adjusting the queue depth (2022-12-26 12:10:51 -0700) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-6.2-2022-12-29 for you to fetch changes up to 76807fcd73b818eb9f245ef1035aed34ecdd9813: nvme-auth: fix smatch warning complaints (2022-12-28 06:26:35 -1000) ---------------------------------------------------------------- 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) ---------------------------------------------------------------- Christoph Hellwig (7): docs, nvme: add a feature and quirk policy document nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it nvmet: set the LBCC bit for commands that modify data nvmet: don't defer passthrough commands with trivial effects to the workqueue nvme: also return I/O command effects from nvme_command_effects nvme: consult the CSE log page for unprivileged passthrough Sagi Grimberg (1): nvme-auth: fix smatch warning complaints .../maintainer/maintainer-entry-profile.rst | 1 + Documentation/nvme/feature-and-quirk-policy.rst | 77 ++++++++++++++++++++++ MAINTAINERS | 1 + drivers/nvme/host/auth.c | 2 +- drivers/nvme/host/core.c | 32 +++++++-- drivers/nvme/host/ioctl.c | 28 ++++++-- drivers/nvme/target/admin-cmd.c | 37 ++++++----- drivers/nvme/target/passthru.c | 11 ++-- include/linux/nvme.h | 4 +- 9 files changed, 159 insertions(+), 34 deletions(-) create mode 100644 Documentation/nvme/feature-and-quirk-policy.rst