From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 389E4C432BE for ; Wed, 1 Sep 2021 12:24:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 13EF160BD3 for ; Wed, 1 Sep 2021 12:24:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244048AbhIAMZP (ORCPT ); Wed, 1 Sep 2021 08:25:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244025AbhIAMZL (ORCPT ); Wed, 1 Sep 2021 08:25:11 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4725DC061575 for ; Wed, 1 Sep 2021 05:24:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=0YHLZvLC/xYlfH0XYhEFmgV1nKxhlxOO7Z/IK6ZmpAI=; b=svqh8PybeQzFZ8KtxeRMO8ZsQe CCqgaOww5GCqk/9gcaqfFcrn39lgz4XyShkpdmiNZNvvWo0O2/4XFlAyJ66QLuv1lLzjm0NL1ddpl mF5PjgoYGhBnuJMYXvCB6KhEgwugtl3i73H/6inFdDkC2FWUspmIbSZkbj0w1ij9x7o09WqaDv9fM EGHydw9gPJw0GkDF2RywC0+Wc2sW4Kellvtyq8zHy6U0KH4DC1+pwV7Lz1Blvr9SVwf0kDq3lADmy AuEOllOcfy91C4m9RbBmTyTwlGYhJNomYGJJSR3BFlEhUQX1cxSrJaU+Y89mPitnVIMwP/uI+Nr2l k7DJsB3A==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLPGe-002Il2-R5; Wed, 01 Sep 2021 12:23:26 +0000 Date: Wed, 1 Sep 2021 13:23:00 +0100 From: Christoph Hellwig To: Daniel Wagner Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Hannes Reinecke , Sagi Grimberg , yi.he@emc.com, kernel test robot Subject: Re: [PATCH v6] nvme-tcp: Do not reset transport on data digest errors Message-ID: References: <20210830133626.139828-1-dwagner@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210830133626.139828-1-dwagner@suse.de> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks, applied to nvme-5.15.