Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-25 Thread David Rientjes
On Wed, 26 Sep 2012, Stephen Rothwell wrote: > > This still happens on x86_64 for linux-next as of today's tree. > > Are you sure? next-20120925? > > $ grep -n vmalloc fs/binfmt_elf.c > 30:#include > 1421: data = vmalloc(size); > Ok, it looks like it's fixed by 1bb6a4c9514e in today's

Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-25 Thread Stephen Rothwell
Hi David, On Tue, 25 Sep 2012 12:43:53 -0700 (PDT) David Rientjes wrote: > > On Sat, 22 Sep 2012, Stephen Rothwell wrote: > > > > on uml for x86_64 defconfig: > > > > > > fs/binfmt_elf.c: In function 'fill_files_note': > > > fs/binfmt_elf.c:1419:2: error: implicit declaration of function

Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-25 Thread David Rientjes
On Sat, 22 Sep 2012, Stephen Rothwell wrote: > > on uml for x86_64 defconfig: > > > > fs/binfmt_elf.c: In function 'fill_files_note': > > fs/binfmt_elf.c:1419:2: error: implicit declaration of function 'vmalloc' > > fs/binfmt_elf.c:1419:7: warning: assignment makes pointer from integer > >

Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-25 Thread David Rientjes
On Sat, 22 Sep 2012, Stephen Rothwell wrote: on uml for x86_64 defconfig: fs/binfmt_elf.c: In function 'fill_files_note': fs/binfmt_elf.c:1419:2: error: implicit declaration of function 'vmalloc' fs/binfmt_elf.c:1419:7: warning: assignment makes pointer from integer without a cast

Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-25 Thread Stephen Rothwell
Hi David, On Tue, 25 Sep 2012 12:43:53 -0700 (PDT) David Rientjes rient...@google.com wrote: On Sat, 22 Sep 2012, Stephen Rothwell wrote: on uml for x86_64 defconfig: fs/binfmt_elf.c: In function 'fill_files_note': fs/binfmt_elf.c:1419:2: error: implicit declaration of function

Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-25 Thread David Rientjes
On Wed, 26 Sep 2012, Stephen Rothwell wrote: This still happens on x86_64 for linux-next as of today's tree. Are you sure? next-20120925? $ grep -n vmalloc fs/binfmt_elf.c 30:#include linux/vmalloc.h 1421: data = vmalloc(size); Ok, it looks like it's fixed by 1bb6a4c9514e in today's

Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-21 Thread Stephen Rothwell
Hi Randy, On Fri, 21 Sep 2012 08:23:09 -0700 Randy Dunlap wrote: > > on uml for x86_64 defconfig: > > fs/binfmt_elf.c: In function 'fill_files_note': > fs/binfmt_elf.c:1419:2: error: implicit declaration of function 'vmalloc' > fs/binfmt_elf.c:1419:7: warning: assignment makes pointer from

Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-21 Thread Randy Dunlap
On 09/20/2012 05:26 PM, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2012-09-20-17-25 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > on uml for x86_64

Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-21 Thread Randy Dunlap
On 09/20/2012 05:26 PM, a...@linux-foundation.org wrote: The mm-of-the-moment snapshot 2012-09-20-17-25 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ on uml for x86_64 defconfig:

Re: mmotm 2012-09-20-17-25 uploaded (fs/bimfmt_elf on uml)

2012-09-21 Thread Stephen Rothwell
Hi Randy, On Fri, 21 Sep 2012 08:23:09 -0700 Randy Dunlap rdun...@xenotime.net wrote: on uml for x86_64 defconfig: fs/binfmt_elf.c: In function 'fill_files_note': fs/binfmt_elf.c:1419:2: error: implicit declaration of function 'vmalloc' fs/binfmt_elf.c:1419:7: warning: assignment makes