[DragonFlyBSD - Submit #3263] (New) [PATCH] Add memory barriers on some ASM functions

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Fri Jan 15 23:43:45 PST 2021


Issue #3263 has been reported by chicken.

----------------------------------------
Submit #3263: [PATCH] Add memory barriers on some ASM functions
http://bugs.dragonflybsd.org/issues/3263

* Author: chicken
* Status: New
* Priority: Normal
* Assignee: 
* Category: Kernel
* Target version: master
----------------------------------------
Certain instructions have memory side effects and having the compiler reorder
them is generally not a good thing. Eg modifying CR4_SMAP changes the way memory
fetches are done afterwards. Same with WRMSR on certain MSRs such as PAT, etc.

In practice I don't think there are conditions where they make a difference, but
for correctness, add memory barriers.

---Files--------------------------------
1-add-memory-barriers.diff (3.01 KB)


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account


More information about the Submit mailing list