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 816BD2798E5 for ; Wed, 25 Feb 2026 02:20:19 +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=1771986019; cv=none; b=qUEZb6Rkr/wZE0z8xPmDVhotRAhaA16fuAre95D5c1J5izQ0eFnt1rVmKH+LGjjhRilptLVz9czn5QqtyaGTR1YSpFk29duFXgpPC+nUFKujSnj+RUMry5FRicsRQNsQ/MsXwGx0GyLqDMWAZKULb9dC1QtYtCB23x/UY+C54q4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771986019; c=relaxed/simple; bh=G5w3RE/1vNjvNog7Ig0GQ/GBvJvv40AlwvUyvshU31I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=oG1c7SBtU5CiAZaWYr1Nw6a7PfMTRBVRPzdIlHMOPj2BZFe1LU4LLqZNF8apRuJJvW5iVCC0kJGvlfgR/Mw69ffQdM4vy4zSps5EZrUueoKP0fR6eBheUp2JUvJkrFUGD9Kt1JVuNfsBRk49hK2/dz/xkPpieycqrKonCLgFN7E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RBOEy2Qw; 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="RBOEy2Qw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2BDAC116D0; Wed, 25 Feb 2026 02:20:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771986019; bh=G5w3RE/1vNjvNog7Ig0GQ/GBvJvv40AlwvUyvshU31I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RBOEy2QwMkBSt/RP4WnWsXnKW47Ff7K7ZT585w5rWFy1lf0MabRxg3G5zjcbKHIK4 v/6R1eVAUpYEnu5LhVFRKMxMh6vQn8V4EagcfYBkPVjMQVJhoVexfL1HHuRCD31yDg h6+rg/NTYeAtcQZ2dQA8Dk5jV1EYueDof5erwOiLeSM4bJ7Jc/7zKd9uE1Aox3jN2B kraIdvo8MUu1f6Y0MiBM+AYMlZicHyy9DpsiHnA+PW13g0lDn8uNTTG56R2cnQcAKx N5JfoTHl+Z73HsCh9hcYKKGrlHjOcCNbio/vsJB1HB9KhHFVVd/nnQWjsBJQTdUcFz MffOl7lrjvHCg== From: Sasha Levin To: stable@vger.kernel.org Cc: Fedor Pchelkin , Namjae Jeon , Steve French , Sasha Levin Subject: [PATCH 6.6.y] ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error paths Date: Tue, 24 Feb 2026 21:20:17 -0500 Message-ID: <20260225022017.3800187-1-sashal@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <2026022442-gecko-tux-0fc5@gregkh> References: <2026022442-gecko-tux-0fc5@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Fedor Pchelkin [ Upstream commit a09dc10d1353f0e92c21eae2a79af1c2b1ddcde8 ] There are two places where ksmbd_vfs_kern_path_end_removing() needs to be called in order to balance what the corresponding successful call to ksmbd_vfs_kern_path_start_removing() has done, i.e. drop inode locks and put the taken references. Otherwise there might be potential deadlocks and unbalanced locks which are caught like: BUG: workqueue leaked lock or atomic: kworker/5:21/0x00000000/7596 last function: handle_ksmbd_work 2 locks held by kworker/5:21/7596: #0: ffff8881051ae448 (sb_writers#3){.+.+}-{0:0}, at: ksmbd_vfs_kern_path_locked+0x142/0x660 #1: ffff888130e966c0 (&type->i_mutex_dir_key#3/1){+.+.}-{4:4}, at: ksmbd_vfs_kern_path_locked+0x17d/0x660 CPU: 5 PID: 7596 Comm: kworker/5:21 Not tainted 6.1.162-00456-gc29b353f383b #138 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.17.0-debian-1.17.0-1 04/01/2014 Workqueue: ksmbd-io handle_ksmbd_work Call Trace: dump_stack_lvl+0x44/0x5b process_one_work.cold+0x57/0x5c worker_thread+0x82/0x600 kthread+0x153/0x190 ret_from_fork+0x22/0x30 Found by Linux Verification Center (linuxtesting.org). Fixes: d5fc1400a34b ("smb/server: avoid deadlock when linking with ReplaceIfExists") Cc: stable@vger.kernel.org Signed-off-by: Fedor Pchelkin Acked-by: Namjae Jeon Signed-off-by: Steve French [ ksmbd_vfs_kern_path_end_removing() call -> ksmbd_vfs_kern_path_unlock() ] Signed-off-by: Sasha Levin --- fs/smb/server/smb2pdu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/smb/server/smb2pdu.c b/fs/smb/server/smb2pdu.c index da4d914c87ad2..27cc74b63b553 100644 --- a/fs/smb/server/smb2pdu.c +++ b/fs/smb/server/smb2pdu.c @@ -6067,14 +6067,14 @@ static int smb2_create_link(struct ksmbd_work *work, rc = -EINVAL; ksmbd_debug(SMB, "cannot delete %s\n", link_name); - goto out; } } else { rc = -EEXIST; ksmbd_debug(SMB, "link already exists\n"); - goto out; } ksmbd_vfs_kern_path_unlock(&parent_path, &path); + if (rc) + goto out; } rc = ksmbd_vfs_link(work, target_name, link_name); if (rc) -- 2.51.0