]> xenbits.xensource.com Git - xen.git/commit
x86/mm: avoid playing with directmap when self-snoop can be relied upon
authorJan Beulich <jbeulich@suse.com>
Fri, 23 Oct 2020 08:06:20 +0000 (10:06 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 23 Oct 2020 08:06:20 +0000 (10:06 +0200)
commitf9c53bd9eeff5d93e63665d67265dd27155e905e
treee3d76ef98ca3928e9e5c01b88b4c2266ba55f34b
parentba45ae4d7f3a93ee7297d24bb03a564146d321c6
x86/mm: avoid playing with directmap when self-snoop can be relied upon

The set of systems affected by XSA-345 would have been smaller is we had
this in place already: When the processor is capable of dealing with
mismatched cacheability, there's no extra work we need to carry out.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/mm.c