linux/arch
Linus Torvalds 4caf4ebfe4 Fix access_ok() fallout for sparc32 and powerpc
These two architectures actually had an intentional use of the 'type'
argument to access_ok() just to avoid warnings.

I had actually noticed the powerpc one, but forgot to then fix it up.
And I missed the sparc32 case entirely.

This is hopefully all of it.

Reported-by: Mathieu Malaterre <malat@debian.org>
Reported-by: Guenter Roeck <linux@roeck-us.net>
Fixes: 96d4f267e4 ("Remove 'type' argument from access_ok() function")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-01-04 09:58:25 -08:00
..
alpha Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
arc Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
arm Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
arm64 Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
c6x Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
csky Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
h8300 Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
hexagon Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
ia64 Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
m68k Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
microblaze Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
mips Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
nds32 Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
nios2 Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
openrisc Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
parisc Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
powerpc Fix access_ok() fallout for sparc32 and powerpc 2019-01-04 09:58:25 -08:00
riscv Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
s390 Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
sh Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
sparc Fix access_ok() fallout for sparc32 and powerpc 2019-01-04 09:58:25 -08:00
um Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
unicore32 Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
x86 Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
xtensa Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
.gitignore
Kconfig