From patchwork Thu Sep 1 07:29:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 12961985 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3AAFAECAAD3 for ; Thu, 1 Sep 2022 07:33:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233950AbiIAHdD (ORCPT ); Thu, 1 Sep 2022 03:33:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233801AbiIAHcm (ORCPT ); Thu, 1 Sep 2022 03:32:42 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9DC9E65808 for ; Thu, 1 Sep 2022 00:29:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=oZ37gH4GcI6zuhqYXKYXANHATWQQe0itpTonSt2Fnqc=; b=vT1cmbGXj+1w6CirL0UtCN0cVg sR2SCy0EqGDal5Kzxk51u1M0ODyTt4YwiMdpd+NjIqg04rNb3FsuPYrbx7Yw/en7TnDCo+71cEXqp EPwKt8VqPx5hAojNHKRmJ1H16CC8umB0f9RcZCtVtpOB76JTqrWOWTVSX7y6Sq5ctYpCgZk3LRefE V2IHWU/C1JYnyQiBLxc0YgtmGLjg+BffDoj+e+SO8RD2yIwzh5GAI5I2lAkcyAhQBjdI/s2t6hKtO 7xxrviRtYzrGbVke4gXVrSdqlZJdhuffuQ3LaQwkuHmMm4MsoAYkiJh2ozPMmCK2lJC09o0RPm69h qAAKM6Xg==; Received: from 213-225-1-14.nat.highway.a1.net ([213.225.1.14] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oTeeC-00AK0L-6f; Thu, 01 Sep 2022 07:29:56 +0000 Date: Thu, 1 Sep 2022 10:29:51 +0300 From: Christoph Hellwig To: Jens Axboe Cc: Keith Busch , linux-block@vger.kernel.org, Sagi Grimberg , linux-nvme@lists.infradead.org Subject: [GIT PULL] nvme fixes for Linux 6.0 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org 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(+)