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 3543928F948; Mon, 12 Jan 2026 11:08:46 +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=1768216126; cv=none; b=ez1Fi448HV4m87N+ajOj0aXS5juusyB7dY9agHi5x/KCvkvvCQjULRwU69WN2KP9CD7IuSLsLBkLRlyszEdBNxLLNB67I7+Zf3oPQwtLVxK/ro47Lkds1BmjpJ+aEB1LMHYhvVqE33vP/mf5v76aLZDwjI7dUT5WxwalVfqBoEQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768216126; c=relaxed/simple; bh=ezyFA+DELTx6yBVExaP0BltWre5xkgvONKti9hcWwBc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SKPtaw4oQLEcmZkeBGULtZksqLAd60EHS/T4XAWyrUy8oFcXnmzB1AfphrX6WFCLGJjHDyjcInTev9UHOLOjXvSsLxIeHpK1kXzdCATqvzU4wZjK0/q0E9N3GIpKsPvcoUxbBZXEDNl4tWdsM6+DQi6GawnGlduyBuhC6ooK+i4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=woMncY0+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="woMncY0+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9092BC16AAE; Mon, 12 Jan 2026 11:08:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1768216125; bh=ezyFA+DELTx6yBVExaP0BltWre5xkgvONKti9hcWwBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=woMncY0+NDEwaqCjKsEe+u45dFCR1AJRgSOJ49ezvyHOebTQacvqkgdJloh2X5nKa 1owUoedbaMlLy8ls059MLe7gxJab7xRwaeoOtfgSIpWwtrHX22I7G6i/qPbXcm6s/L p8CT/5sKn/7ENJSmXz20OKJlGTpZSWWGZZtV2Pc4= Date: Mon, 12 Jan 2026 12:08:43 +0100 From: Greg Kroah-Hartman To: Chuck Lever Cc: stable@vger.kernel.org, Sasha Levin , linux-nfs@vger.kernel.org, Chuck Lever Subject: Re: [PATCH 6.6.y v3 0/4] NFSD: NFSv4 file creation neglects setting ACL Message-ID: <2026011235-coma-sullen-3b13@gregkh> References: <2025122941-civic-revered-b250@gregkh> <20260109143946.4173043-1-cel@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260109143946.4173043-1-cel@kernel.org> On Fri, Jan 09, 2026 at 09:39:42AM -0500, Chuck Lever wrote: > From: Chuck Lever > > I received an automated report that patch "NFSD: NFSv4 file creation > neglects setting ACL" failed to apply to the 6.6-stable tree. This > series is my attempt to address that failure. > > - First, applied several pre-requisite patches > - LLM agent review for possible regressions reported no issues > - CI testing reported no regressions > > Changes since v2: > - Add a Signed-off-by to 1/4 > - Address a build warning introduced in 1/4 > - Fix the In-Reply-To header > > Changes since v1: > - Replace 1/4 with the upstreamed version of that commit Nice, this worked, thanks! greg k-h