From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 BDBC1207A28; Thu, 10 Apr 2025 07:14:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744269250; cv=none; b=g6btYPAlhJZrC/EpW4QSHNhPlSRFOnoC+ExXJJsn0paRxYyTmTybpJUz6yIUfZCh/qg9H1tTFWhaEIVG85JSJkiECJgu6EZb+JWsfC3ewDhk7gWZssOZG6tN6s6Q6StrdSV00hEPKltLU1kWUNJt7glgXIG+deNdVaJCngAl2p0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744269250; c=relaxed/simple; bh=aykbDz+EBV9MqHd1tGX6R6S9oFQyda8E3u4WyjfFlOI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=my7n9jMkg3Ypm6P7VIBSpy/vT47I4JB/LcS43H5JmiJepuBTYQ8G2AHu8j+XQAiyGc3limk0YdtCcYFWxXeBOIKeD4LmtSbsy4hZgQ5tTXP2hNpRUqbjbhIlTwNAuvtZKaokcNrlYRAx3KgyvZP79Jkrf5PV12bs6eQqQXrhT2M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 2E89F68B05; Thu, 10 Apr 2025 09:14:02 +0200 (CEST) Date: Thu, 10 Apr 2025 09:14:02 +0200 From: Christoph Hellwig To: Alistair Popple Cc: kernel test robot , Jan Kara , oe-lkp@lists.linux.dev, lkp@intel.com, linux-kernel@vger.kernel.org, Andrew Morton , Dan Williams , Alison Schofield , Alexander Gordeev , Asahi Lina , Balbir Singh , Bjorn Helgaas , Catalin Marinas , Christian Borntraeger , Christoph Hellwig , Chunyan Zhang , "Darrick J. Wong" , Dave Chinner , Dave Hansen , Dave Jiang , David Hildenbrand , Gerald Schaefer , Heiko Carstens , Huacai Chen , Ira Weiny , Jason Gunthorpe , Jason Gunthorpe , John Hubbard , linmiaohe , Logan Gunthorpe , Matthew Wilcow , Michael Camp Drill Sergeant Ellerman , Nicholas Piggin , Peter Xu , Sven Schnelle , Ted Ts'o , Vasily Gorbik , Vishal Verma , Vivek Goyal , WANG Xuerui , Will Deacon , linux-fsdevel@vger.kernel.org, nvdimm@lists.linux.dev, linux-xfs@vger.kernel.org Subject: Re: [linus:master] [fs/dax] bde708f1a6: WARNING:at_mm/truncate.c:#truncate_folio_batch_exceptionals Message-ID: <20250410071402.GA32356@lst.de> References: <202504101036.390f29a5-lkp@intel.com> Precedence: bulk X-Mailing-List: linux-fsdevel@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: User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Apr 10, 2025 at 05:01:26PM +1000, Alistair Popple wrote: > However I note that this is ext2. Commit 0e2f80afcfa6 doesn't actually update > ext2 so the warning will persist. The fix should basically be the same as for > ext4: Are there any actual users of fsdax for ext2, and can't these users to switch to ext4 in ext2 mode? It would be nice to be able to drop the barely maintained ext2 dax support.