Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KCSAN_IGNORE_ATOMICS
:
! CONFIG_KCSAN_STRICT
Never instrument marked atomic accesses. This option can be used for additional filtering. Conflicting marked atomic reads and plain writes will never be reported as a data race, however, will cause plain reads and marked writes to result in "unknown origin" reports. If combined with KCSAN_REPORT_RACE_UNKNOWN_ORIGIN=n, data races where at least one access is marked atomic will never be reported.
Similar to KCSAN_ASSUME_PLAIN_WRITES_ATOMIC, but including unaligned accesses, conflicting marked atomic reads and plain writes will not be reported as data races; however, unlike that option, data races due to two conflicting plain writes will be reported (aligned and unaligned, if KCSAN_ASSUME_PLAIN_WRITES_ATOMIC=n).
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index
Automatically generated (in year 2024). See also LKDDb sources on GitLab