From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 94DBB37206B; Sat, 4 Jul 2026 02:05:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783130735; cv=none; b=fT761247eYwAU24pICu3yq8Wvgc2nqrwAt2vboJT8gE47sS5RRxG7CGPnvUgzTwxhgJ5kXmgrBadscv2YOEeK4xP2Ij60wK/n0zifDZQ6asVt8qerIFt5xy41DxTSDsaRrmU4chavn1j1QMj+Ey9IZUrgnAAQCx8EHzuK/HKztI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783130735; c=relaxed/simple; bh=0jfMMJrWKSlejEzxOviOsFRyPzWdH45kMalhh1eF3+4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RiANbQn9/mlziT/PyMQ9UVac5GzxCJkZrliD9VMIWQob+060b1iSXZzaG/2yV2kq+eoAMIgcKDtL0rNWM2uwfLay2du7+YGe4Fgd4CGGCUwtIL7XtCU11q8wKFEmFMAAod/xGHYpb8iH2zTpa0FPkp+Ta7yzi2K2vZPA9dqMpwY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=i5zYa+b1; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="i5zYa+b1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D24EE1F00A3D; Sat, 4 Jul 2026 02:05:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783130734; bh=NzSI7Hp/TPkbYa0oo/N23lmOA1/lH/sLGOornU2wAQI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=i5zYa+b1oeFZ5Lk+4Q9DaisUYc0UhKQjAVUM24R8j1XqFXRD28MXhA2g4ya+C8OI9 8NjtVfXcZO26YPlU+BRWM8Oxp90Q+PQwYMNywYuAOnEyxQla2eC3zEKXLnU27IOkr/ p2BwCotDfONp0EsUjLaLxwzCcLObX44x52YI/Y03/6EdCe1A1Dfvbd/JuxDtkIfpO0 us/trdV3AthXtvuVPutsJsPvXy4ZT3JazLSWQPWJH8q5WU8MPghbAgbjgAwD7Zu9zk M8R/axCmP87mTg1e2FPBqh5Azzf0JB8oymPbs9BHCjPdVpc3KV7f8z4j22GkZzzix/ Gj+FD3/iWSJ5A== From: Sasha Levin To: stable@vger.kernel.org Cc: Sasha Levin , linux-nfs@vger.kernel.org, Scott Mayhew , Chuck Lever Subject: Re: [PATCH 6.12.y 1/2] nfsd: fix file change detection in CB_GETATTR Date: Fri, 3 Jul 2026 22:05:01 -0400 Message-ID: <2026070315-stable-reply-0007@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260702202749.1618630-1-cel@kernel.org> References: <20260702202749.1618630-1-cel@kernel.org> Precedence: bulk X-Mailing-List: linux-nfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Thu, Jul 02, 2026 at 04:27:48PM -0400, Chuck Lever wrote: > commit 304d81a2fbf2b454def4debcb38ea173911b72cd upstream. Queued the series for 6.12.y, with the author of 2/2 fixed up to Chris Mason per your follow-up. Thanks! -- Thanks, Sasha