From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 376E646D2C0 for ; Mon, 24 Aug 2026 17:00:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787590852; cv=none; b=e9Y35EpMsKZYjGXyOibJ68UH/MpHQHQRHAqmpXy8O+vlmnrooaQjbM8+5ac72TRxU5x8FwmMjyASYedhWypPEVQJGKo08UCKDCuoznyj1KrrGt3gboPx4k3FCZJKW9CrxfGBhcbLt1mQx2RoojgHc1Pbzjn+1UqfZtlM4+XBeIA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787590852; c=relaxed/simple; bh=wTa6nfervj30JnMoeKPItkngOL5nwskdzIAcdamkONk=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Tp/M0JbooJq4XzGfXqOeGoejYfPTt/h4fCWr7LYeGDErjMijyEtCwA4j9W+YOTLZsoEhEZKIpQf9KuCXSpC+RCnK+Ws7g+mtnH1qCqSh2z6L0aTaUtV0ntIyzq7X6fBKJyNeN87gguwp07YRf35hoLsmAD6K3NtN2mwMFm7uHSk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=pass smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=vukkLhRm; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="vukkLhRm" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=PHujjs3A2ypIZoQI53Z3WReBMu6e5AgKCgIT+0ZWaY0=; b=vukkLhRm4rIL1ILvR3dVFz5fIt sbMHbf/rkTarEYY27GC8yP6SLftNwYo2J0ZeuThH1ZSr8+eVtnmu63HGzEh/kPRRE3nGOtnn8g0VS sLyBBGfV42zPRkLjpV+J2LjXhAtw9tE6WEUHUv1/MEdKOt/FRf4wSAaW5gO+geoh/DtQO9gR6gwtm dOBd3zVQ93NuyKWG9fUlqxxbwgf/10ssCXah/c2ez7FdvJU5San3vr/4U4e+0MbzBbief3CHVlSSH L4yOIOzHK649g7aN8YY79Nga9O4pGgn14lJhEhaivg8jBT4x6qdeyv3vhS5gn6z42hgCv+IRLj8uV EKWUWI4g==; Received: from willy by casper.infradead.org with local (Exim 4.99.1 #2 (Red Hat Linux)) id 1wyY2R-00000007XZ1-2lZJ; Mon, 24 Aug 2026 17:00:47 +0000 Date: Mon, 24 Aug 2026 18:00:47 +0100 From: Matthew Wilcox To: Mark Brown Cc: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Please include pagemap header cleanup in -next Message-ID: 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 Hi Mark, As discussed on IRC, please include git://git.infradead.org/users/willy/pagecache.git headers The net effect is to reduce the number of files depending on pagemap.h from ~9100 to ~1400 on an x86 allmodconfig build. The Intel test robot has been steadily building random configs on random architectures and finding new missing includes, so there may be some build breakages that it hasn't tested. My plan is to send this to Linus on Thursday or Friday. I don't see the point in letting it soak longer; any problems it causes are build problems.