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.infradead.org/nvme.git tags/nvme-6.0-2022-09-01 for you to fetch changes up to 478814a5584197fa1fb18377653626e3416e7cd6: nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change() (2022-08-31 07:58:10 +0300) ---------------------------------------------------------------- nvme fixes for Linux 6.0 - 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) ---------------------------------------------------------------- Hannes Reinecke (1): nvmet-auth: add missing goto in nvmet_setup_auth() Maurizio Lombardi (1): nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change() Shyamin Ayesh (1): nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610 drivers/nvme/host/pci.c | 2 ++ drivers/nvme/target/auth.c | 1 + drivers/nvme/target/tcp.c | 3 +++ 3 files changed, 6 insertions(+)