uaccess: fix type mismatch warnings from access_ok()
authorArnd Bergmann <arnd@arndb.de>
Mon, 14 Feb 2022 19:22:10 +0000 (20:22 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 25 Feb 2022 08:36:05 +0000 (09:36 +0100)
commit23fc539e81295b14b50c6ccc5baeb4f3d59d822d
treec4efbc0e265a797a6284fa49a66c19b16b6c5005
parent52fe8d125c9afecc6fff6afd9950a388488df2ce
uaccess: fix type mismatch warnings from access_ok()

On some architectures, access_ok() does not do any argument type
checking, so replacing the definition with a generic one causes
a few warnings for harmless issues that were never caught before.

Fix the ones that I found either through my own test builds or
that were reported by the 0-day bot.

Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arc/kernel/process.c
arch/arm/kernel/swp_emulate.c
arch/arm/kernel/traps.c
arch/csky/kernel/perf_callchain.c
arch/csky/kernel/signal.c
arch/nios2/kernel/signal.c
arch/powerpc/lib/sstep.c
arch/riscv/kernel/perf_callchain.c
arch/sparc/kernel/signal_32.c
lib/test_lockup.c