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 40262C433ED for ; Tue, 4 May 2021 08:08:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A8AB6139A for ; Tue, 4 May 2021 08:08:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229889AbhEDIJM (ORCPT ); Tue, 4 May 2021 04:09:12 -0400 Received: from mx2.suse.de ([195.135.220.15]:50796 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230108AbhEDIJM (ORCPT ); Tue, 4 May 2021 04:09:12 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1620115696; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7YLxD4201LgDHt76WCSlvgaGUhn0EbWLY1JsN+RF+qE=; b=WzESRdUbXbhqakrRxoTT0SfkiyVbjoCvrnlMo9UhEgBb3mYjFBOs1QnMxyNgXXQLbMcQpb 17ESFnkWA87pr++MRcEoAUatkLeilEsqJU0u356DhfvqwDFU31DoGF9fo8TVtvn09OnRcA IrbcqQM65gK7KqANW53zNzqSs2feNfM= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 9BCC5AECB; Tue, 4 May 2021 08:08:16 +0000 (UTC) Message-ID: <976928a1a0ea430f48af8c20b6b3799e7e6791ec.camel@suse.com> Subject: Re: [PATCH v4] nvme: rdma/tcp: fix list corruption with anatt timer From: Martin Wilck To: Christoph Hellwig Cc: Keith Busch , Sagi Grimberg , Chao Leng , Hannes Reinecke , Daniel Wagner , linux-nvme@lists.infradead.org, stable@vger.kernel.org Date: Tue, 04 May 2021 10:08:14 +0200 In-Reply-To: <20210504075257.GA17142@lst.de> References: <20210427093110.16461-1-mwilck@suse.com> <20210429122433.GA27567@lst.de> <20210504075257.GA17142@lst.de> Content-Type: text/plain; charset="ISO-8859-15" User-Agent: Evolution 3.38.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hello Christoph, On Tue, 2021-05-04 at 09:52 +0200, Christoph Hellwig wrote: > On Thu, Apr 29, 2021 at 02:24:33PM +0200, Christoph Hellwig wrote: > > Martin, > > > > can you give this patch a spin and check if this solves your issue? > > ping? I've provided a test kernel with your patch to the SUSE partner in question, but it's hard to reproduce, the test will take time. Regards Martin