aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2020-12-31 23:23:01 +0000
committerRich Felker <[email protected]>2021-09-17 17:59:56 +0000
commitca42bc4b7bda7c6d68f1cc97c27fc8ff7385c4c7 (patch)
tree5f4e39c390f876efa422c477b3770389832a252d /lib
parentLinux 5.15-rc1 (diff)
downloadkernel-ca42bc4b7bda7c6d68f1cc97c27fc8ff7385c4c7.tar.gz
kernel-ca42bc4b7bda7c6d68f1cc97c27fc8ff7385c4c7.zip
sh: fix trivial misannotations
Trivial misannotations in * get_user() (__gu_addr is a userland pointer there) * ip_fast_csum() (sum is __wsum, not unsigned int) * csum_and_copy_to_user() (destination is void *, not const void * - mea culpa) * __clear_user() (to is a userland pointer) * several places in kernel/traps_32.c (regs->pc is a userland pointer when regs is a userland pt_regs) * math-emu/math.c: READ() and WRITE() casts of address should be to userland pointer. No changes in code generation and those take care of the majority of noise from sparse on sh builds. Signed-off-by: Al Viro <[email protected]> Tested-by: John Paul Adrian Glaubitz <[email protected]> Signed-off-by: Rich Felker <[email protected]>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions