[PATCH AUTOSEL 5.17 41/66] uaccess: fix type mismatch warnings from access_ok()

2022-03-30 Thread Sasha Levin
From: Arnd Bergmann [ 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

[PATCH AUTOSEL 5.10 26/37] uaccess: fix type mismatch warnings from access_ok()

2022-03-30 Thread Sasha Levin
From: Arnd Bergmann [ 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

[PATCH AUTOSEL 5.15 36/50] uaccess: fix type mismatch warnings from access_ok()

2022-03-30 Thread Sasha Levin
From: Arnd Bergmann [ 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

[PATCH AUTOSEL 5.16 40/59] uaccess: fix type mismatch warnings from access_ok()

2022-03-30 Thread Sasha Levin
From: Arnd Bergmann [ 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