diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-12-10 20:25:41 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-12-15 16:19:30 +0100 |
commit | 9e42ad10cedf0632fc39860381375806092212bd (patch) | |
tree | 869b44fb4351939487b8d5a47ec4057357ff19da /scripts/gcc-x86_64-has-stack-protector.sh | |
parent | genirq: Provide irq_get_effective_affinity() (diff) | |
download | linux-9e42ad10cedf0632fc39860381375806092212bd.tar.xz linux-9e42ad10cedf0632fc39860381375806092212bd.zip |
genirq: Annotate irq stats data races
Both the per cpu stats and the accumulated count are accessed lockless and
can be concurrently modified. That's intentional and the stats are a rough
estimate anyway. Annotate them with data_race().
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20201210194043.067097663@linutronix.de
Diffstat (limited to 'scripts/gcc-x86_64-has-stack-protector.sh')
0 files changed, 0 insertions, 0 deletions