Re: [PATCH v5 14/23] x86/mm/cpa: Add set_direct_map_ functions

From: Linus Torvalds
Date: Fri Apr 26 2019 - 12:40:44 EST


Nadav,

I get

dmarc=fail (p=QUARANTINE sp=NONE dis=QUARANTINE) header.from=vmware.com

for these emails, because they lack the vmware DKIM signature.

It clearly did go through some vmware mail servers, but apparently not
the *right* external vmware SMTP gateway.

Please check with vmware MIS what the right SMTP setup for git-send-email is.

Linus

On Fri, Apr 26, 2019 at 12:32 AM Nadav Amit <namit@xxxxxxxxxx> wrote:
>
> From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
>
> Add two new functions set_direct_map_default_noflush() and
> set_direct_map_invalid_noflush() for setting the direct map alias for the
> page to its default valid permissions and to an invalid state that cannot
> be cached in a TLB, respectively. These functions do not flush the TLB.
...