summaryrefslogtreecommitdiff
path: root/Documentation/dev-tools/gcov.rst
diff options
context:
space:
mode:
authorStephen Smalley <stephen.smalley.work@gmail.com>2024-08-26 15:47:09 +0300
committerPaul Moore <paul@paul-moore.com>2024-08-27 01:39:16 +0300
commit2571bb9d553ba2b8db1971bd3c903bff07d0bb11 (patch)
tree3f0462beb870009d0ca64d2c27ced0ec0dbbc71f /Documentation/dev-tools/gcov.rst
parentfc328c869c4128fc1f975b8cfe92e9ec320d477f (diff)
downloadlinux-2571bb9d553ba2b8db1971bd3c903bff07d0bb11.tar.xz
selinux: annotate false positive data race to avoid KCSAN warnings
KCSAN flags the check of isec->initialized by __inode_security_revalidate() as a data race. This is indeed a racy check, but inode_doinit_with_dentry() will recheck with isec->lock held. Annotate the check with the data_race() macro to silence the KCSAN false positive. Reported-by: syzbot+319ed1769c0078257262@syzkaller.appspotmail.com Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'Documentation/dev-tools/gcov.rst')
0 files changed, 0 insertions, 0 deletions