On Tue, May 10, 2022 at 08:06:44PM -0700, Mike Kravetz wrote: > On 5/4/22 11:28, Matthew Wilcox (Oracle) wrote: > > Shrinks shmem_add_to_page_cache() by 16 bytes. All the callers grow, > > but this is temporary as they will all be converted to folios soon. > > > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > > --- > > mm/shmem.c | 57 +++++++++++++++++++++++++++++------------------------- > > 1 file changed, 31 insertions(+), 26 deletions(-) > > Hi Matthew, > > Was building next-20220510 without CONFIG_TRANSPARENT_HUGEPAGE set and > saw this BUILD_BUG. Looks like it might be related to this patch/series. This patch is the fixed version ;-) As I understand the bidding, I posted this patch series; Andrew integrated it (and many other patches) into mmotm, but one of the other patches he integrated caused a build error, so next-20220510 used an earlier version of mmotm. 0511 should see an mmotm with that problem fixed. Fingers crossed!