Revision c67e5382fb3f312c95d8d01db40fb398e6da454d authored by H Hartley Sweeten on 31 May 2012, 23:26:10 UTC, committed by Linus Torvalds on 01 June 2012, 00:49:27 UTC
The init/mount.o source files produce a number of sparse warnings of the
type:

warning: incorrect type in argument 1 (different address spaces)
   expected char [noderef] <asn:1>*dev_name
   got char *name

This is due to the syscalls expecting some of the arguments to be user
pointers but they are being passed as kernel pointers.  This is harmless
but adds a lot of noise to a sparse build.

To limit the noise just disable the sparse checking in the relevant source
files, but still display a warning so that the user knows this has been
done.

Since the sparse checking has been disabled we can also remove the __user
__force casts that are scattered thru the source.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 243f380
History
File Mode Size
00-INDEX -rw-r--r-- 861 bytes
README.cycladesZ -rw-r--r-- 293 bytes
computone.txt -rw-r--r-- 17.1 KB
digiepca.txt -rw-r--r-- 3.7 KB
driver -rw-r--r-- 11.7 KB
moxa-smartio -rw-r--r-- 20.1 KB
n_gsm.txt -rw-r--r-- 3.1 KB
riscom8.txt -rw-r--r-- 1.3 KB
rocket.txt -rw-r--r-- 7.6 KB
serial-rs485.txt -rw-r--r-- 4.0 KB
specialix.txt -rw-r--r-- 14.7 KB
stallion.txt -rw-r--r-- 17.5 KB
sx.txt -rw-r--r-- 11.3 KB
tty.txt -rw-r--r-- 10.7 KB

README.cycladesZ

back to top