Re: [PATCH v6 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

From: Dave Hansen
Date: Thu May 25 2023 - 15:22:37 EST


On 5/25/23 12:08, Kirill A. Shutemov wrote:
> Shared->Private conversion is rare. I only see one call total during the
> boot in my setup. Worth fixing anyway.
...
> Any comments?

So the rules are:

* Shared mapping of a private page: BAD
* Private mapping of a shared page: OK

?

The patch seems OK, other than having zero comments in it.