]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
uaccess: fix type mismatch warnings from access_ok()
authorArnd Bergmann <arnd@arndb.de>
Mon, 14 Feb 2022 19:22:10 +0000 (20:22 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 20 May 2022 12:39:55 +0000 (14:39 +0200)
commit034c4eba3d246a59b8bcb2fcce5171d3924ea638
tree61a49fcb93d9116187d22ab2217bca89d8926c58
parent67feb05819e50114c47f92dd24655787e9d9f599
uaccess: fix type mismatch warnings from access_ok()

BugLink: https://bugs.launchpad.net/bugs/1969110
[ Upstream commit 23fc539e81295b14b50c6ccc5baeb4f3d59d822d ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 8b2a6074b981488ceeabf5ef7b5f873340e75118)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
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