1
0
Fork 0
alistair23-linux/arch/avr32/lib
Guenter Roeck 65c0044ca8 avr32: fix 'undefined reference to `___copy_from_user'
avr32 builds fail with:

arch/avr32/kernel/built-in.o: In function `arch_ptrace':
(.text+0x650): undefined reference to `___copy_from_user'
arch/avr32/kernel/built-in.o:(___ksymtab+___copy_from_user+0x0): undefined
reference to `___copy_from_user'
kernel/built-in.o: In function `proc_doulongvec_ms_jiffies_minmax':
(.text+0x5dd8): undefined reference to `___copy_from_user'
kernel/built-in.o: In function `proc_dointvec_minmax_sysadmin':
sysctl.c:(.text+0x6174): undefined reference to `___copy_from_user'
kernel/built-in.o: In function `ptrace_has_cap':
ptrace.c:(.text+0x69c0): undefined reference to `___copy_from_user'
kernel/built-in.o:ptrace.c:(.text+0x6b90): more undefined references to
`___copy_from_user' follow

Fixes: 8630c32275 ("avr32: fix copy_from_user()")
Cc: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Havard Skinnemoen <hskinnemoen@gmail.com>
Acked-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
2016-09-18 07:26:26 -07:00
..
Makefile [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] 2006-10-25 20:26:33 -07:00
__avr32_asr64.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
__avr32_lsl64.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
__avr32_lsr64.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
clear_user.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
copy_user.S avr32: fix 'undefined reference to `___copy_from_user' 2016-09-18 07:26:26 -07:00
csum_partial.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
csum_partial_copy_generic.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
delay.c ARCH: drivers remove __dev* attributes. 2013-01-03 15:57:13 -08:00
findbit.S asm-generic: rename generic little-endian bitops functions 2011-03-23 19:46:11 -07:00
io-readsb.S avr32: Fix wrong I/O access size in __raw_readsb 2008-06-27 15:07:50 +02:00
io-readsl.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
io-readsw.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
io-writesb.S [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] 2006-10-25 20:26:33 -07:00
io-writesl.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
io-writesw.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
memcpy.S avr32/lib: fix unaligned memcpy where len < 4 2009-07-27 12:37:28 +02:00
memset.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
strncpy_from_user.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
strnlen_user.S avr32: Fix out-of-range rcalls in large kernels 2009-01-16 09:31:57 +01:00