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 5BBA43F4121 for ; Thu, 14 May 2026 20:56:13 +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=1778792173; cv=none; b=Ush7kR8M4k0xqCJm+cbzes0kreHtqhmCIvtHdZZlSH/S3eRtPTndMf2xlSnCgdRwNrMk9fiwKq61p8nxvDkI1MJnCjyL86fIhIWybf5WsjGhHq/p6KN3s8zTRim+EV+gcusYfsjxhdBlAkfPmyumDTQCLIILWQ1zh7C7KQAoLUw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778792173; c=relaxed/simple; bh=eTGVhUN1yoEIzXOs1o1O7X2xjU4YMGMQBTssZ7S3Cw0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=sTbM5XjIxKjdODZZCHU4UwH12ARnbVvXdSiSEBk8HiQ/qXyis7rLq0eOVf18JXZ/8IiK6TnZ1Y6FZoW7wDaoDa/GP7bBHWf+5PC9bpTACgfR0ZMWT42VfHWcQu/tNNTCwQlEGXi+K1P7Z1Av+M5PGXp6xZpI7lVTOgHOu7EFml8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uQSjHlB4; 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="uQSjHlB4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65ABDC2BCB3; Thu, 14 May 2026 20:56:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778792173; bh=eTGVhUN1yoEIzXOs1o1O7X2xjU4YMGMQBTssZ7S3Cw0=; h=From:To:Cc:Subject:Date:From; b=uQSjHlB4VkmQrmly/p/q4TCQrGmy6QtUKOikgSTGBgs2hM8lEdLJ3HiS5TadEhLCy z6N6XHm4XfUlPrHHnCXjTGBH20BbjDHwLy78s/IrXUe0wQ46vHa61y+qWPFNzQMryN cNGuH/fkj9po75qBGDklcl9Rj+zxpLXOY+9yL+K3bV8G8O3xo9myTVN7NF0fxiNW/H uM9QiX9prz+wOEW4RGwlcLQpSgSUAbQvYlAyO83lTtJxqP3N7PSkEhLnT6MRMostvx kF+VO27IzCXgHP7kHG/wCsPLxvTxS7pxUXlzpzIZmq0c86sinrZTNahb4WkGOf0QJt Nfumgsv1wANgg== From: Chuck Lever To: NeilBrown , Jeff Layton , Olga Kornievskaia , Dai Ngo , Tom Talpey Cc: , Chuck Lever Subject: [PATCH 0/3] three lockd fixes Date: Thu, 14 May 2026 16:56:03 -0400 Message-ID: <20260514205607.348291-1-cel@kernel.org> X-Mailer: git-send-email 2.54.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 From: Chuck Lever Jeff reported an issue earlier today, and while crafting the fix, LLM review found two more pre-existing nearby problems. Chuck Lever (3): lockd: Plug nlm_file leak when nlm_do_fopen() fails lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failure lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file() fs/lockd/lockd.h | 8 ++++++++ fs/lockd/svc4proc.c | 3 +++ fs/lockd/svcsubs.c | 7 ++++--- 3 files changed, 15 insertions(+), 3 deletions(-) -- 2.54.0