diff options
| author | Amol Grover <[email protected]> | 2019-12-01 18:33:48 +0000 |
|---|---|---|
| committer | Paul Moore <[email protected]> | 2019-12-09 20:19:03 +0000 |
| commit | cb5172d96d16df72db8b55146b0ec00bfd97f079 (patch) | |
| tree | e94fe3b55f90bc95124dd7815955a8a7f0913f13 /tools/perf/scripts/python | |
| parent | Linux 5.5-rc1 (diff) | |
| download | kernel-cb5172d96d16df72db8b55146b0ec00bfd97f079.tar.gz kernel-cb5172d96d16df72db8b55146b0ec00bfd97f079.zip | |
audit: Add __rcu annotation to RCU pointer
Add __rcu annotation to RCU-protected global pointer auditd_conn.
auditd_conn is an RCU-protected global pointer,i.e., accessed
via RCU methods rcu_dereference() and rcu_assign_pointer(),
hence it must be annotated with __rcu for sparse to report
warnings/errors correctly.
Fix multiple instances of the sparse error:
error: incompatible types in comparison expression
(different address spaces)
Reviewed-by: Joel Fernandes (Google) <[email protected]>
Signed-off-by: Amol Grover <[email protected]>
[PM: tweak subject line]
Signed-off-by: Paul Moore <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
