linux/arch/m68k/kernel
David Howells d7627467b7 Make do_execve() take a const filename pointer
Make do_execve() take a const filename pointer so that kernel_execve() compiles
correctly on ARM:

arch/arm/kernel/sys_arm.c:88: warning: passing argument 1 of 'do_execve' discards qualifiers from pointer target type

This also requires the argv and envp arguments to be consted twice, once for
the pointer array and once for the strings the array points to.  This is
because do_execve() passes a pointer to the filename (now const) to
copy_strings_kernel().  A simpler alternative would be to cast the filename
pointer in do_execve() when it's passed to copy_strings_kernel().

do_execve() may not change any of the strings it is passed as part of the argv
or envp lists as they are some of them in .rodata, so marking these strings as
const should be fine.

Further kernel_execve() and sys_execve() need to be changed to match.

This has been test built on x86_64, frv, arm and mips.

Signed-off-by: David Howells <dhowells@redhat.com>
Tested-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-17 18:07:43 -07:00
..
.gitignore m68k: Add vmlinux.lds to .gitignore 2009-01-12 20:56:32 +01:00
Makefile m68k: remove the dead PCI code 2008-10-14 10:23:27 -07:00
asm-offsets.c locking, m68k/asm-offsets: Rename signal defines 2009-09-01 09:38:03 +02:00
dma.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
entry.S Add generic sys_old_mmap() 2010-03-12 15:52:32 -08:00
head.S kbuild: move autoconf.h to include/generated 2009-12-12 13:08:15 +01:00
ints.c m68k: Fix off-by-one in m68k_setup_user_interrupt() 2008-11-15 11:36:06 -08:00
m68k_ksyms.c
module.c module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
module.lds
process.c Make do_execve() take a const filename pointer 2010-08-17 18:07:43 -07:00
ptrace.c m68k: Add NPTL support 2010-02-27 18:31:19 +01:00
setup.c m68k: Kill several external declarations in source files 2009-01-12 20:56:34 +01:00
signal.c m68k: Define sigcontext ABI of ColdFire 2010-02-27 18:44:10 +01:00
sun3-head.S m68k: arch/m68k/kernel/sun3-head.S needs <linux/init.h> 2009-04-28 16:07:18 -07:00
sys_m68k.c Make do_execve() take a const filename pointer 2010-08-17 18:07:43 -07:00
time.c m68k: Convert m68k to use read/update_persistent_clock 2010-03-13 01:14:13 +01:00
traps.c m68k: Remove trailing spaces in messages 2010-05-17 21:15:40 +02:00
vmlinux-std.lds m68k: Cleanup linker scripts using new linker script macros. 2009-12-06 11:18:25 +01:00
vmlinux-sun3.lds m68k: Cleanup linker scripts using new linker script macros. 2009-12-06 11:18:25 +01:00
vmlinux.lds.S