Hi David,
On Tue, 25 Sep 2012 12:43:53 -0700 (PDT) David Rientjes [off-list ref] wrote:
On Sat, 22 Sep 2012, Stephen Rothwell wrote:
quoted
quoted
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
fs/binfmt_elf.c:1437:5: error: implicit declaration of function 'vfree'
reported in linux-next (offending patch reverted for other
problems).
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);
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au