From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 49DCB19CC02; Mon, 11 Aug 2025 14:13:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754921606; cv=none; b=pUXKpS8e7Q7OmKmxLVCzIUsaK731hRnMe+PjeUSSLFA+OoDTul1Io055MXiHsj+21J9v6se8WC51qN8Pkv+3BJCVawR0uVrS/Pc7rT/fC4Xrh5BxEw2UappGBOci6IpADUgYr8RuYy/E+5Y9+teBM3wZBuddm7hZFtMEKQ3vcLw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754921606; c=relaxed/simple; bh=YODxWRV0t5j0Uvx0KfcISHMYG/15/qfa1cKGeXfizDo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=XRCKLwSeSY4fhVWBrf3sSAohJMOKEAuGJHAkKaS6g6uPs4/NsovzuRbnl59X8Zo0YNky5Odo/QbG/GkqyDGueaYJZwESsORZdSB5UKz0uJ+MHUVlj0Q/3A39+Cr1lL6L/tFeCfxLqmNXIb6L4Gs57H/GzcrwUYgucspnaoqyxhw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XEKRnI3P; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XEKRnI3P" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 682D0C4CEED; Mon, 11 Aug 2025 14:13:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754921605; bh=YODxWRV0t5j0Uvx0KfcISHMYG/15/qfa1cKGeXfizDo=; h=From:To:Cc:Subject:Date:From; b=XEKRnI3PhAheE2mgilO7vDmXHdXSCGbo7TWfrPZaUK1Jkimahd21goYCimKwa0bkB XNY/kuOxstrpsWLhJ95WlNWK6igZ/ULEfeCZ41NjlRsHszzgoow6banBmYBZgXhLpz PISS5qIKSCG+x8d9B6FwWtUOBTcVPp/U2miQzILAz5rJFI91tPyZKZ0GHSPB6WUZSB WapoVp1zUb4GSJhd3DPmisyJETa+bSLVJ1ej29PDY4rSXGi7CN5BcYYZnwd6RL25Cj EyXsw44GPWZ4Q9QzeuXlEENJEiywfvX64zNAjIh1Bce3j3ZCGZj67lTgbyTbKZlrYG BLFzv7Q0E6L8g== From: Chuck Lever To: Linus Torvalds Cc: Jeff Layton , , Subject: [GIT PULL] NFSD fixes for v6.17-rc Date: Mon, 11 Aug 2025 10:13:24 -0400 Message-ID: <20250811141324.6094-1-cel@kernel.org> X-Mailer: git-send-email 2.50.0 Precedence: bulk X-Mailing-List: linux-nfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The following changes since commit e339967eecf1305557f7c697e1bc10b5cc495454: nfsd: Drop dprintk in blocklayout xdr functions (2025-07-14 12:46:50 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.17-1 for you to fetch changes up to bee47cb026e762841f3faece47b51f985e215edb: sunrpc: fix handling of server side tls alerts (2025-08-06 09:57:50 -0400) ---------------------------------------------------------------- nfsd-6.17 fixes: - A correctness fix for delegated timestamps - Address an NFSD shutdown hang when LOCALIO is in use - Prevent a remotely exploitable crasher when TLS is in use These arrived too late to be included in the initial nfsd-6.17 pull request. ---------------------------------------------------------------- Jeff Layton (1): nfsd: don't set the ctime on delegated atime updates NeilBrown (1): nfsd: avoid ref leak in nfsd_open_local_fh() Olga Kornievskaia (1): sunrpc: fix handling of server side tls alerts fs/nfsd/localio.c | 5 +++-- fs/nfsd/vfs.c | 10 +++++++++- net/sunrpc/svcsock.c | 43 +++++++++++++++++++++++++++++++++++-------- 3 files changed, 47 insertions(+), 11 deletions(-)