diff options
author | 2012-10-22 16:09:03 +0200 | |
---|---|---|
committer | 2012-12-13 13:50:56 +0800 | |
commit | aff06631da3c8349149fe4214091735b35294151 (patch) | |
tree | e7e4592aba57e8422347ea52082c9cf449bbe5cd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Blackfin: Annotate strncpy_from_user src parameter with __user (diff) | |
download | linux-dev-aff06631da3c8349149fe4214091735b35294151.tar.xz linux-dev-aff06631da3c8349149fe4214091735b35294151.zip |
Blackfin: Add missing __user annotations to put_user
typeof() will not inherit the __user annotation so we have to explicitly
specify this for '_p'.
This fixes the following and quite a few similar warnings from spatch:
kernel/sys.c:884:26: warning: incorrect type in initializer (different address spaces)
kernel/sys.c:884:26: expected unsigned int *_p
kernel/sys.c:884:26: got unsigned int [noderef] [usertype] <asn:1>*ruidp
kernel/sys.c:885:26: warning: incorrect type in initializer (different address spaces)
kernel/sys.c:885:26: expected unsigned int *_p
kernel/sys.c:885:26: got unsigned int [noderef] [usertype] <asn:1>*euidp
kernel/sys.c:886:26: warning: incorrect type in initializer (different address spaces)
kernel/sys.c:886:26: expected unsigned int *_p
kernel/sys.c:886:26: got unsigned int [noderef] [usertype] <asn:1>*suidp
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions