Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index

CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC: Assume that plain aligned writes up to word size are atomic

General informations

The Linux kernel configuration item CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC:

Help text

Assume that plain aligned writes up to word size are atomic by default, and also not subject to other unsafe compiler optimizations resulting in data races. This will cause KCSAN to not report data races due to conflicts where the only plain accesses are aligned writes up to word size: conflicts between marked reads and plain aligned writes up to word size will not be reported as data races; notice that data races between two conflicting plain aligned writes will also not be reported.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index

Automatically generated (in year 2024). See also LKDDb sources on GitLab