Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp4506826ybh; Tue, 6 Aug 2019 12:58:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqw5EI51qmUCeOC/0FUBkzfa6qRLqylTStvqVIPt2JE62ghXStYKS4jSrK6JEpAc6oR6CzUo X-Received: by 2002:a17:902:8203:: with SMTP id x3mr4798038pln.304.1565121508554; Tue, 06 Aug 2019 12:58:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565121508; cv=none; d=google.com; s=arc-20160816; b=G2ARVyCFyvMT2/SQlnNQJOKFhU1yCy5iTGWj9E/8W5/6Wq+sjt/3HMGET6TxNmIEi5 1zCLYgQcHRjcS1JSW5zQdlnbUH+3sIOi7mVaS9efD8K+lyHa16pTldIOSZ/621oebMz+ Z9qaox0g2oaht8ZZEmH38TSHcEJZOMKYnciqayBdcT86n5JZlgLUgYhSPALZgKPBGcY0 5n4qMT0YnqLSSyPv0Q20CCvmZ0yDiVDzpRMOOJdUNnxupmfAHP8Umj6jU2IglNNg4YWQ TsAYnfadPmyNh7IW1ckKpUaIPXL1ZC3orA83lfRk+jII3KjcMIQifI9nnfCiN6dRui5r C3qA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kmgqjd4ef1WPudeEKPNJV/8RZmC6a0tQ3UOW/Vy8b9g=; b=1AHfjayw9UGZncKSSXHXqCt0b+xhp1M1/Q6aLdwhaWuLh9CFxAaf2CcN7pFteP06h5 8xPnHztSgluVUQY0Bh1FcLMY2TtLTsNzHh8aN5cDrSbWs2EaheCwFsmSvQyn6eOpiMQc /3wX8s0aSYhxjmtWZMNc0EaxtngA0UuXDgh9mAUKWTkK5o36Y2XCNATUFoeix1C/hbFc CLLEsQymCe8dt1sPIu7UQju/0zXedmS5n8t7xACOLzU9hT/JO343YEYIXz9bwsBwgRzp f+ssEfg3rbwBwQ8tQDX9u4Qs95lbHGaCPy/C2A04E8COZoLMNmQeQXeaPBnUKeiEifcQ Mg9g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d11si36821221pga.407.2019.08.06.12.58.02; Tue, 06 Aug 2019 12:58:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725970AbfHFT6C (ORCPT + 99 others); Tue, 6 Aug 2019 15:58:02 -0400 Received: from fieldses.org ([173.255.197.46]:50574 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbfHFT6C (ORCPT ); Tue, 6 Aug 2019 15:58:02 -0400 Received: by fieldses.org (Postfix, from userid 2815) id 1D3C32012; Tue, 6 Aug 2019 15:58:02 -0400 (EDT) Date: Tue, 6 Aug 2019 15:58:02 -0400 From: Bruce Fields To: Chuck Lever Cc: Linux NFS Mailing List , linux-rdma Subject: Re: [PATCH v1 0/2] NFS/RDMA-related NFSD patches for -next Message-ID: <20190806195802.GA15721@fieldses.org> References: <156390950940.6811.3316103129070572088.stgit@seurat29.1015granger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Tue, Aug 06, 2019 at 11:55:29AM -0400, Chuck Lever wrote: > Would you consider these for v5.4? Yes, definitely. I have an intermittent failure in my regression tests that it looks like I introduced in the most recent merge window. I'd like to track that down before pushing out a 5.4 tree. Hopefully in the next day or so.... --b.