summaryrefslogtreecommitdiffstats
tag nametest.1710177626.x86_mm_for_6.9 (e0db15c54288feda282dcaa1daba1915aa834c71)
tag date2024-03-11 10:20:26 -0700
tagged byDave Hansen <dave.hansen@linux.intel.com>
tagged objectcommit 82ace18501...
downloaddevel-test.1710177626.x86_mm_for_6.9.tar.gz
* Add a warning when memory encryption conversions fail. These
operations require VMM cooperation, even in CoCo environments where the VMM is untrusted. While it's _possible_ that memory pressure could trigger the new warning, the odds are that a guest would only see this from an attacking VMM. * Simplify page fault code by reenabling interrupts unconditionally * Avoid truncation issues when pfns are passed in to pfn_to_kaddr() with small (<64-bit) types.