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 5531D37A494 for ; Mon, 11 May 2026 12:03:09 +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=1778500989; cv=none; b=g8B8n6HpgAcfLFJme31x6gesoOECD5yKl4zs8kHJApk+xn6Yefm3Ap8lz/WKXUaMPir8Zz3CwpA6LHDbaq1PO6ZsJGOqymMEISFmhxfLUE6kpHUG2A9T/qKnEg7GGcX5y2HIHsbvACoIQBwJhHBTgAdiBfOd4r4X2uFP6h2wP8M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778500989; c=relaxed/simple; bh=K2cSGUbDM69QKpXi4xMkyw8dKrVy2xgJUWWL++iJgGY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=P9bJ9YY6l8lmp4eSsZO7olgahJ13UHs4ek+zr0C/moFwB4QTVMVlWzVEABtTFYLWBWnOTvfeUteZ9v16zjTBPElbPsf/9XSTObeW9P84QtuRDXGsu76FXeg5olKqE8yUKsxCkj7deDr4Y3VVQMHL7v1puchx/kE4KBicwQkUEao= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n+IEkTUw; 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="n+IEkTUw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7824DC2BCB0; Mon, 11 May 2026 12:03:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778500988; bh=K2cSGUbDM69QKpXi4xMkyw8dKrVy2xgJUWWL++iJgGY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n+IEkTUwP0wrUv05NL7Ahl0pQgaOk4dtvH2w53rhq/A9VvIHcerkiRTLBuJ/+R1Hn UGy1flLZBOVXDPuzpRWtEmZPS9KmHZdEOkmiCLklhIDn0Yec9EJrIkGZlO2aQ5Vs1j 2X5DB9vZFWXJ/0pSfZ4cP5DykGm6AkRmmtbm42ErehGP/GZhSJnrlveZR2U6t2XZwa Js6iFhuUIioZStL4AFzCmXBhTD2Yp+0CirI6kpvp8Ky11O+HmgIeYF79jTz43mfkXD 0whWKVi+qr8WzB6ZnBxPxgHHztHdIR8u6OaT8qSsAu3anCIDc5871c4kab6R+dHOva dxlUbU3tH6WgQ== Date: Mon, 11 May 2026 13:03:04 +0100 From: Lorenzo Stoakes To: Baolin Wang Cc: akpm@linux-foundation.org, hughd@google.com, willy@infradead.org, ziy@nvidia.com, david@kernel.org, lance.yang@linux.dev, wangkefeng.wang@huawei.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Revert "tmpfs: don't enable large folios if not supported" Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@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: On Wed, May 06, 2026 at 04:58:20PM +0800, Baolin Wang wrote: > > > On 5/5/26 6:47 PM, Lorenzo Stoakes wrote: > > On Tue, May 05, 2026 at 11:46:11AM +0100, Lorenzo Stoakes wrote: > > > Acked-by: Lorenzo Stoakes > > > > > > As David asked, should we have a Fixes tag? What about cc: stable? > > Sure. But this fix tag depends on the commit 665575cff098b, so the fixes tag > should be: > > Fixes: 5a90c155defa ("tmpfs: don't enable large folios if not supported") > Depends-on: 665575cff098b ("filemap: move prefaulting out of hot write > path"). Oh is Depends-on a tag? Wasn't aware of it :>) > > I don't think we need to cc stable, as it doesn't appear to cause any > serious issues currently. Ack ok! Cheers, Lorenzo