summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorMauricio Faria de Oliveira <mfo@igalia.com>2026-03-17 20:22:16 -0300
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2026-03-18 22:27:04 +0100
commitb47bcab6ee92d5ca6ba55c06b9a503e2663e942f (patch)
treed242ef4fea2cb2f828486bb3f4fb6e909ca0b587 /include/linux/timerqueue.h
parent5827fe59745dc717e878177f104f0c1a96cfcb7f (diff)
rtc: add data_race() in rtc_dev_poll()
The unlocked read of rtc->irq_data in rtc_dev_poll() can race with the write in rtc_handle_legacy_irq() and also, theoretically, with the write in rtc_dev_read(). These races should be safe (see inline comment), thus annotate the read with data_race() for KCSAN. Reported-by: syzbot+2d4127acca35ed7b31ad@syzkaller.appspotmail.com Closes: https://syzbot.org/bug?extid=2d4127acca35ed7b31ad Signed-off-by: Mauricio Faria de Oliveira <mfo@igalia.com> Link: https://patch.msgid.link/20260317-irq_data-v1-1-a2741002be60@igalia.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions