Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1834181imm; Thu, 23 Aug 2018 09:29:39 -0700 (PDT) X-Google-Smtp-Source: AA+uWPyG5HzAtFB1FzKCVB023cevB6tLFYFmLbFFXqg6AVVg3CQ0Qqs0Avsr+Hwwj0+XPgCTWWL7 X-Received: by 2002:a17:902:1121:: with SMTP id d30-v6mr47557527pla.250.1535041779164; Thu, 23 Aug 2018 09:29:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535041779; cv=none; d=google.com; s=arc-20160816; b=SmzLSjINFBkqFQ1fWDgVZI74ZkN1iaAindHIVVmtk5bde8A/QbjL5PtRoIPJ6umto9 TsuBmxPm6bHrpIMjVRHfA13ubcehzaNICljkOV8lNI8KBktn2LjHI4GKB+MOYy8G48xs kO63FH3LRb+7Hlcyfg2YqBGskoyGZ/GY0ctjkKbsaYXG+mH8enlqLUPVBhL+WUukkt5q DW1hZtdDALpvqEeK6AUNAE6/UOM4Ou2v02g2IHa1KR5JDg2bosemgj8OmvtJcfQmIOs0 +ko7fN19MnBmu2Ol9sMMB0v7NrnGM0P3GgQeUCRmdkBKYhR7WdIQhLVUZMuOIjJjbYw7 oTeA== 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:arc-authentication-results; bh=619okJe7i5ZkSHT969h80hLRVHVmdNCfqwXNo2tfRNg=; b=ayL6WI3TI0mxy5H9F7p9pQOfga8sSLlvrCWfzLfe4cxt/XA2LETntHb03UijSfUIzy HnERClH85VLV7JAXG3VD1uhkh8F61J5YINati4gkEIeHmJvgBFufahiaMuC32X6Lzs0A dYHZ+34Jid1Kaq5/uI/fSXeGkM/A5BluWDFOFeTy52Ux8bupuHoi5ksH9SRNG5Esm0cn Sh76e8+iUeaTkC9po3bMvlZ1q54HA+o8/Eeft9byqQvC1qXQoEzoGBdq88cKc1b1D8i5 Y+tnRwB1RfrzKVosqp5NMYfvneWChk+MgPZC4PbDoTZ+eBkDlZeyp1nVSIjBSp0+9FjA Ca6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 n4-v6si4651766pgi.69.2018.08.23.09.29.23; Thu, 23 Aug 2018 09:29:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727623AbeHWS7a (ORCPT + 99 others); Thu, 23 Aug 2018 14:59:30 -0400 Received: from fieldses.org ([173.255.197.46]:52812 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727484AbeHWS73 (ORCPT ); Thu, 23 Aug 2018 14:59:29 -0400 Received: by fieldses.org (Postfix, from userid 2815) id D52B3189; Thu, 23 Aug 2018 11:29:20 -0400 (EDT) Date: Thu, 23 Aug 2018 11:29:20 -0400 From: "J. Bruce Fields" To: Linus Torvalds Cc: linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, Chuck Lever Subject: Re: [GIT PULL] nfsd changes for 4.19 Message-ID: <20180823152920.GE32415@fieldses.org> References: <20180823125810.GC32415@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180823125810.GC32415@fieldses.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Apologies, I messed up my pull request. The result was just a few commits mentioned in the tag description but missing from the tip of the branch, and I thought simplest was to make a new tag and a new pull request with the additional commits, I hope that works OK. Thanks to Chuck for noticing the problem quickly. Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.19-1 --b. ---------------------------------------------------------------- A mistake on my part caused me to tag my branch 6 commits too early, missing Chuck's fixes for the problem with callbacks over GSS from multi-homed servers, and a smaller fix from Laura Abbott. ---------------------------------------------------------------- Chuck Lever (5): sunrpc: Enable the kernel to specify the hostname part of service principals sunrpc: Extract target name into svc_cred nfsd: Use correct credential for NFSv4.0 callback with GSS nfsd: Remove callback_cred sunrpc: Add comment defining gssd upcall API keywords Laura Abbott (1): sunrpc: Don't use stack buffer with scatterlist fs/nfsd/nfs4callback.c | 29 ++++----------- fs/nfsd/nfs4state.c | 17 ++++----- fs/nfsd/state.h | 2 - include/linux/sunrpc/svcauth.h | 3 ++ net/sunrpc/auth_gss/auth_gss.c | 37 ++++++++++++++++-- net/sunrpc/auth_gss/gss_krb5_crypto.c | 12 ++++-- net/sunrpc/auth_gss/gss_rpc_upcall.c | 70 ++++++++++++++++++++++------------- 7 files changed, 106 insertions(+), 64 deletions(-)