]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/mds: Add MDSUM variant to the MDS documentation
authorspeck for Pawan Gupta <speck@linutronix.de>
Mon, 6 May 2019 19:23:50 +0000 (12:23 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 22 May 2019 22:15:27 +0000 (23:15 +0100)
commit09e134ea58404839856f0927b6bda5dfcf97db4d
treee9ff85bc82e6e41d8abcf2d41fad42146553c6aa
parent4265ee74d79168dca866e7dd5fbc75868711fad4
x86/mds: Add MDSUM variant to the MDS documentation

commit e672f8bf71c66253197e503f75c771dd28ada4a0 upstream.

Updated the documentation for a new CVE-2019-11091 Microarchitectural Data
Sampling Uncacheable Memory (MDSUM) which is a variant of
Microarchitectural Data Sampling (MDS). MDS is a family of side channel
attacks on internal buffers in Intel CPUs.

MDSUM is a special case of MSBDS, MFBDS and MLPDS. An uncacheable load from
memory that takes a fault or assist can leave data in a microarchitectural
structure that may later be observed using one of the same methods used by
MSBDS, MFBDS or MLPDS. There are no new code changes expected for MDSUM.
The existing mitigation for MDS applies to MDSUM as well.

Signed-off-by: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
Reviewed-by: Jon Masters <jcm@redhat.com>
[bwh: Backported to 3.16: adjust filename]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Documentation/hw-vuln/mds.rst
Documentation/x86/mds.rst