On Tue 23-09-14 16:41:01, Michal Hocko wrote: > JFYI: Posted a fix here already: > http://marc.info/?l=linux-mm&m=141146435524579&w=2 Ups, missed you patch Sasha, sorry about the noise. > On Tue 23-09-14 09:28:53, Wu Fengguang wrote: > > tree: git://git.cmpxchg.org/linux-mmotm.git master > > head: eb076320e4dbdf99513732811ed8730812b34b2f > > commit: bac27df2312993aedf1cdfa2dad43e5aeb29504d [169/385] mm: introduce VM_BUG_ON_MM > > config: arm-tegra_defconfig > > reproduce: > > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > git checkout bac27df2312993aedf1cdfa2dad43e5aeb29504d > > make.cross ARCH=arm tegra_defconfig > > make.cross ARCH=arm > > > > All error/warnings: > > > > mm/debug.c: In function 'dump_mm': > > >> mm/debug.c:215:5: error: 'const struct mm_struct' has no member named 'owner' > > mm->owner, mm->exe_file, > > ^ > > > > vim +215 mm/debug.c > > > > 209 mm->start_brk, mm->brk, mm->start_stack, > > 210 mm->arg_start, mm->arg_end, mm->env_start, mm->env_end, > > 211 mm->binfmt, mm->flags, mm->core_state, > > 212 #ifdef CONFIG_AIO > > 213 mm->ioctx_table, > > 214 #endif > > > 215 mm->owner, mm->exe_file, > > 216 #ifdef CONFIG_MMU_NOTIFIER > > 217 mm->mmu_notifier_mm, > > 218 #endif > > > > --- > > 0-DAY kernel build testing backend Open Source Technology Center > > http://lists.01.org/mailman/listinfo/kbuild Intel Corporation > > > > -- > > 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> > > -- > Michal Hocko > SUSE Labs > > -- > 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> -- Michal Hocko SUSE Labs -- 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>