https://github.com/torvalds/linux
Revision d2c5b69099ff747f9757da2416383b9a999171b1 authored by Russell King on 18 November 2005, 14:22:03 UTC, committed by Russell King on 18 November 2005, 14:22:03 UTC
Unfortunately, later gcc versions error out when our get_user is passed
a const pointer, since we write to a temporary variable declared as
typeof(*(p)) which propagates the const-ness.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 02b3083
History
Tip revision: d2c5b69099ff747f9757da2416383b9a999171b1 authored by Russell King on 18 November 2005, 14:22:03 UTC
[ARM] Fix get_user when passed a const pointer
Tip revision: d2c5b69
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 61.2 KB
Makefile -rw-r--r-- 42.8 KB
README -rw-r--r-- 14.7 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top