On Wed, Jan 28, 2015 at 03:17:40PM +0200, Kirill A. Shutemov wrote: > This patchset moves definition of mm_struct into separate header file. > It allows to get rid of nr_pmds if PMD page table level is folded. > We cannot do it with current mm_types.h because we need > __PAGETABLE_PMD_FOLDED from <asm/pgtable.h> which creates circular > dependencies. > > I've done few build tests and looks like it works, but I expect breakage > on some configuration. Please test. > Doesn't look good. Build results: total: 134 pass: 63 fail: 71 Failed builds: arm:s3c2410_defconfig arm:omap2plus_defconfig arm:imx_v6_v7_defconfig arm:ixp4xx_defconfig arm:u8500_defconfig arm:multi_v5_defconfig arm:multi_v7_defconfig arm:omap1_defconfig arm:footbridge_defconfig arm:davinci_all_defconfig arm:mini2440_defconfig arm:rpc_defconfig arm:axm55xx_defconfig arm:mxs_defconfig arm:keystone_defconfig arm:vexpress_defconfig arm:imx_v4_v5_defconfig arm:at91_dt_defconfig arm:s3c6400_defconfig arm:lpc32xx_defconfig arm:shmobile_defconfig arm:nhk8815_defconfig arm:bcm2835_defconfig arm:sama5_defconfig arm:orion5x_defconfig arm:exynos_defconfig arm:cm_x2xx_defconfig arm:s5pv210_defconfig arm:integrator_defconfig arm:msm_defconfig arm:pxa910_defconfig arm:clps711x_defconfig avr32:defconfig avr32:merisc_defconfig avr32:atngw100mkii_evklcd101_defconfig cris:defconfig cris:etrax-100lx_defconfig cris:allnoconfig cris:artpec_3_defconfig cris:etraxfs_defconfig frv:defconfig hexagon:defconfig ia64:defconfig m68k:defconfig m68k:allmodconfig m68k:sun3_defconfig m68k:m5475evb_defconfig microblaze:mmu_defconfig mips:allmodconfig powerpc:ppc6xx_defconfig powerpc:mpc83xx_defconfig powerpc:mpc85xx_defconfig powerpc:mpc85xx_smp_defconfig powerpc:tqm8xx_defconfig powerpc:85xx/sbc8548_defconfig powerpc:83xx/mpc834x_mds_defconfig powerpc:86xx/sbc8641d_defconfig powerpc:ppc6xx_defconfig powerpc:mpc83xx_defconfig powerpc:mpc85xx_defconfig powerpc:mpc85xx_smp_defconfig powerpc:tqm8xx_defconfig powerpc:85xx/sbc8548_defconfig powerpc:83xx/mpc834x_mds_defconfig powerpc:86xx/sbc8641d_defconfig s390:defconfig sparc32:defconfig sparc64:defconfig sparc64:allmodconfig unicore32:defconfig xtensa:allmodconfig Qemu tests: total: 30 pass: 20 fail: 10 Failed tests: arm:arm_versatile_defconfig arm:arm_vexpress_defconfig microblaze:microblaze_defconfig microblaze:microblazeel_defconfig powerpc:ppc_book3s_defconfig powerpc:ppc_book3s_smp_defconfig sparc32:sparc_defconfig sparc32:sparc_smp_defconfig sparc64:sparc_smp_defconfig sparc64:sparc_nosmp_defconfig A few of those are other problems, but the majority is due to your patches. Details are available at http://server.roeck-us.net:8010/builders; look for the 'testing' column. Guenter -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>