summaryrefslogtreecommitdiffstats
tag nametest.1710165951.x86_mm_for_6.9 (5e41bedd08ba1c0146657a70f77cc854d88c7aa5)
tag date2024-03-11 10:13:11 -0700
tagged byDave Hansen <dave.hansen@linux.intel.com>
tagged objectcommit 82ace18501...
downloaddevel-test.1710165951.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.