google / safeside

Understand and mitigate software-observable side-channels
BSD 3-Clause "New" or "Revised" License
493 stars 53 forks source link

Meltdown-SS for AMD. #44

Closed asteinha closed 4 years ago

asteinha commented 4 years ago

Tested on AMD Ryzen 5 PRO 2400G. Probably does not work on any Intel CPU.

asteinha commented 4 years ago

Ready for re-review. You want generally to decrease the amount of inlined code?

mmdriley commented 4 years ago

You want generally to decrease the amount of inlined code?

I want to make sure every time we try to force the compiler to act a certain way, it's to address something specific we think can or will break -- and then that we document that so it's obvious to later readers what problem we were preventing.