linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [mmotm:master 169/385] mm/debug.c:215:5: error: 'const struct mm_struct' has no member named 'owner'
@ 2014-09-23  1:28 kbuild test robot
  2014-09-23 14:41 ` Michal Hocko
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2014-09-23  1:28 UTC (permalink / raw)
  To: Sasha Levin
  Cc: Linux Memory Management List, Andrew Morton, Johannes Weiner, kbuild-all

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@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mmotm:master 169/385] mm/debug.c:215:5: error: 'const struct mm_struct' has no member named 'owner'
  2014-09-23  1:28 [mmotm:master 169/385] mm/debug.c:215:5: error: 'const struct mm_struct' has no member named 'owner' kbuild test robot
@ 2014-09-23 14:41 ` Michal Hocko
  2014-09-23 14:43   ` Michal Hocko
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Hocko @ 2014-09-23 14:41 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Sasha Levin, Linux Memory Management List, Andrew Morton,
	Johannes Weiner, kbuild-all

JFYI: Posted a fix here already:
http://marc.info/?l=linux-mm&m=141146435524579&w=2

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@kvack.org.  For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

-- 
Michal Hocko
SUSE Labs

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mmotm:master 169/385] mm/debug.c:215:5: error: 'const struct mm_struct' has no member named 'owner'
  2014-09-23 14:41 ` Michal Hocko
@ 2014-09-23 14:43   ` Michal Hocko
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Hocko @ 2014-09-23 14:43 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Sasha Levin, Linux Memory Management List, Andrew Morton,
	Johannes Weiner, kbuild-all

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@kvack.org.  For more info on Linux MM,
> > see: http://www.linux-mm.org/ .
> > Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
> 
> -- 
> Michal Hocko
> SUSE Labs
> 
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org.  For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

-- 
Michal Hocko
SUSE Labs

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-23 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-23  1:28 [mmotm:master 169/385] mm/debug.c:215:5: error: 'const struct mm_struct' has no member named 'owner' kbuild test robot
2014-09-23 14:41 ` Michal Hocko
2014-09-23 14:43   ` Michal Hocko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox