linux/arch/xtensa/include
Max Filippov c22f907504 xtensa: fix type conversion in __get_user_size
8-byte access in __get_user_size converts pointer to temporary variable
to the type of original user pointer and then dereferences it, resulting
in the following sparse warning:

  sparse: warning: dereference of noderef expression

Instead dereference the original user pointer under the __typeof__ and
add indirection outside.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2020-05-22 14:33:52 -07:00
..
asm xtensa: fix type conversion in __get_user_size 2020-05-22 14:33:52 -07:00
uapi/asm xtensa: drop set_except_vector declaration 2020-01-31 12:17:16 -08:00