Arnd Bergmann 8b2a6074b9 uaccess: fix type mismatch warnings from access_ok()
[ 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>
2022-04-08 14:24:01 +02:00
..
2022-03-11 12:22:32 +01:00
2022-03-08 19:12:48 +01:00
2020-02-11 12:56:27 +01:00
2021-09-09 13:25:49 -07:00
2021-09-09 13:25:49 -07:00
2021-06-13 18:16:48 +01:00
2021-07-26 15:09:44 +02:00
2020-10-30 21:57:05 +01:00
2020-12-15 12:13:41 -08:00