Revision a7cc722fff0b32bcd28bf4722dff816b0b695f7d authored by Al Viro on 21 May 2017, 17:08:42 UTC, committed by Al Viro on 21 May 2017, 17:09:57 UTC
__put_user_size() relies upon its first argument having the same type as what
the second one points to; the only other user makes sure of that and
unsafe_put_user() should do the same.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 2ea659a
Raw File
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top