Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp161660ybm; Mon, 20 May 2019 13:51:35 -0700 (PDT) X-Google-Smtp-Source: APXvYqzaKBWw3trbDV6v+vmHbMRSItEfZ7SPZcjepLlLwFlPRHd7yfz0cMCFhau77I+6G+bKHiVZ X-Received: by 2002:a17:902:d715:: with SMTP id w21mr62523121ply.234.1558385495707; Mon, 20 May 2019 13:51:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558385495; cv=none; d=google.com; s=arc-20160816; b=b44S7k4DNuXa5WsBDtg6uKP/WAm9IFPgPDDWPfLysZ6//CzY9rOjilt/TbjkQsXSKQ r2h57RnS6Ihjma7bKMffrUwS0GaD5IFU8j2OVViBjBrRuCXg+z3vwkAwb1qEFOPd/E/c MHVeQxQuTllmhEtcFrbeHpOdKhg/CkgQFeDRmvdB5mwSu61/lEYg6UQr4YJP7xLDW0tb tO88x8gezywzbZhCe1+ej0dR48UA0OXXQCxuY5pVTIZwBsyqip/pjzMj8i7M5OXgfGBW kg4OudWzQjD9NLVRUt/WchWlQNnhjvZ792mYr//vh+m1oC4H9FhoiInb1DAI/7q4eSW7 x/wA== 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=EFZ/sJy1w5YOszvR5DqYThaOxl/NIrb9ghIpYVMZqjI=; b=ERODYOL3BrAgJ0my2KMIP4k47/ubxBDA8eYA4xcQMDSGpPyo31lyfa7r/+lr0iGy17 YVbGyDjN/gGIxWIoOyBw9CVh7mpFYhqwHnn/TA+Jjy5HAnjzArxyrmTLtNN1zFDCB0aK 4SrqRt2KVKupb290QSQBaLgbbKo5sTu+S22hLkQOLX3uDHFtxxOVBe3/MI/+W/3Wu27Z YrIAFJS9WWBgLA4gjJiCR0NUs6v3LmZRPhjywxyzL3OAKel+8jf5sjkizzqnTos07vWT zdxDn6Ol1IdZyN9cSKHEr9mtO+cK7eSqABWW6XHtOcnbrdvIGMJM9sCW9P2QHPEw9XsQ 0ulw== 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 h7si15778979pgk.379.2019.05.20.13.51.10; Mon, 20 May 2019 13:51:35 -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 S1726011AbfETUvH (ORCPT + 99 others); Mon, 20 May 2019 16:51:07 -0400 Received: from fieldses.org ([173.255.197.46]:57076 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726010AbfETUvH (ORCPT ); Mon, 20 May 2019 16:51:07 -0400 Received: by fieldses.org (Postfix, from userid 2815) id CE2933A2; Mon, 20 May 2019 16:51:06 -0400 (EDT) Date: Mon, 20 May 2019 16:51:06 -0400 From: "J. Bruce Fields" To: Benjamin Coddington Cc: Xuewei Zhang , jlayton@kernel.org, Grigor Avagyan , Trevor Bourget , Nauman Rafique , trond.myklebust@hammerspace.com, anna.schumaker@netapp.com, linux-nfs@vger.kernel.org Subject: Re: [PATCH] lockd: Show pid of lockd for remote locks Message-ID: <20190520205106.GA29025@fieldses.org> References: <3A924C3F-A161-4EE2-A74E-2EE1B6D2CA14@redhat.com> 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 Mon, May 20, 2019 at 10:22:00AM -0400, Benjamin Coddington wrote: > Ok, I just noticed that we set fl_owner to the nlm_host in > nlm4svc_retrieve_args, so things are not as dire as I thought. What > would be nice is a sane set of tests for NLM.. What would we have needed to catch this? Sounds like it turns multi-client testing wouldn't have been required? (Not that that would be a bad idea.) --b.