Hi Linus, - NVMe pull request via Christoph: - error handling fix for the new auth code (Hannes Reinecke) - fix unhandled tcp states in nvmet_tcp_state_change (Maurizio Lombardi) - add NVME_QUIRK_BOGUS_NID for Lexar NM610 (Shyamin Ayesh) - Add documentation for the ublk driver merged in this merge window (Ming) Please pull! The following changes since commit 645b5ed871f408c9826a61276b97ea14048d439c: Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.0 (2022-08-24 13:58:37 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-6.0-2022-09-02 for you to fetch changes up to 7a3d2225f1ae9e591fefd65c3bb1715dc54d96f1: Documentation: document ublk (2022-09-02 09:31:15 -0600) ---------------------------------------------------------------- block-6.0-2022-09-02 ---------------------------------------------------------------- Hannes Reinecke (1): nvmet-auth: add missing goto in nvmet_setup_auth() Jens Axboe (1): Merge tag 'nvme-6.0-2022-09-01' of git://git.infradead.org/nvme into block-6.0 Maurizio Lombardi (1): nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change() Ming Lei (1): Documentation: document ublk Shyamin Ayesh (1): nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610 Documentation/block/index.rst | 1 + Documentation/block/ublk.rst | 253 ++++++++++++++++++++++++++++++++++++++++++ MAINTAINERS | 1 + drivers/nvme/host/pci.c | 2 + drivers/nvme/target/auth.c | 1 + drivers/nvme/target/tcp.c | 3 + 6 files changed, 261 insertions(+) create mode 100644 Documentation/block/ublk.rst -- Jens Axboe