Searched hist:"0031 e38adf38779acce5737f4905b9f60750b674" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/memory-model/ |
H A D | linux-kernel.def | diff 0031e38adf38779acce5737f4905b9f60750b674 Mon Apr 22 11:18:09 CDT 2019 Alan Stern <stern@rowland.harvard.edu> tools/memory-model: Add data-race detection
This patch adds data-race detection to the Linux-Kernel Memory Model. As part of this effort, support is added for:
compiler barriers (the barrier() function), and
a new Preserved Program Order term: (addr ; [Plain] ; wmb)
Data races are marked with a special Flag warning in herd. It is not guaranteed that the model will provide accurate predictions when a data race is present.
The patch does not include documentation for the data-race detection facility. The basic design has been explained in various emails, and a separate documentation patch will be submitted later.
This work is based on an earlier formulation of data races for the LKMM by Andrea Parri.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Reviewed-by: Andrea Parri <andrea.parri@amarulasolutions.com> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
|
H A D | linux-kernel.bell | diff 0031e38adf38779acce5737f4905b9f60750b674 Mon Apr 22 11:18:09 CDT 2019 Alan Stern <stern@rowland.harvard.edu> tools/memory-model: Add data-race detection
This patch adds data-race detection to the Linux-Kernel Memory Model. As part of this effort, support is added for:
compiler barriers (the barrier() function), and
a new Preserved Program Order term: (addr ; [Plain] ; wmb)
Data races are marked with a special Flag warning in herd. It is not guaranteed that the model will provide accurate predictions when a data race is present.
The patch does not include documentation for the data-race detection facility. The basic design has been explained in various emails, and a separate documentation patch will be submitted later.
This work is based on an earlier formulation of data races for the LKMM by Andrea Parri.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Reviewed-by: Andrea Parri <andrea.parri@amarulasolutions.com> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
|
H A D | linux-kernel.cat | diff 0031e38adf38779acce5737f4905b9f60750b674 Mon Apr 22 11:18:09 CDT 2019 Alan Stern <stern@rowland.harvard.edu> tools/memory-model: Add data-race detection
This patch adds data-race detection to the Linux-Kernel Memory Model. As part of this effort, support is added for:
compiler barriers (the barrier() function), and
a new Preserved Program Order term: (addr ; [Plain] ; wmb)
Data races are marked with a special Flag warning in herd. It is not guaranteed that the model will provide accurate predictions when a data race is present.
The patch does not include documentation for the data-race detection facility. The basic design has been explained in various emails, and a separate documentation patch will be submitted later.
This work is based on an earlier formulation of data races for the LKMM by Andrea Parri.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Reviewed-by: Andrea Parri <andrea.parri@amarulasolutions.com> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
|