Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp5426860imm; Tue, 12 Jun 2018 07:42:45 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIUTNogH0Ynt6g2guNCPxfVRMOF+bD64GSMegTcBiRddljrzSD6QbEuSm0o9lqnAo1Rn2WO X-Received: by 2002:aa7:84cf:: with SMTP id x15-v6mr702433pfn.220.1528814565429; Tue, 12 Jun 2018 07:42:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528814565; cv=none; d=google.com; s=arc-20160816; b=TmXLdRFxPmJ902m3GGrXQTj35bwc7PmE1yyHXtwrMB6c37AuFsSCqgjYcGe184mVlG 4cgyZ9CrIKSVfOeCudTKWgMUahHLPi0TRB8mHHMjTYlZWkfUp20YzHXPfC//RWD5B3ma PjiB93CblDURpd2Uq9UZ3UpGgzuN8rBwMyNlpMVUgJ63Zgql1VXfIRQYpYR9b7kWavWi zeyGbi4IczACEBaeRyk0Prta3+E0edT5TgN8qwUIBxsv9Cd1mX9It9LSXG7ZZe5QEbFj e6Kal3Uz1SiO/di36Fnj63AL4wBg7VBKY9h+7WiTpOEKLyvEHylYMPxMcVr6wAQ/1z5k zzNQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=a9RdJ1aBmonE0SEPZpmqtwBu9+caA2/wVuZWGBSDfys=; b=uiktwEmGch2EIzUodWP/FNKCTBUt0V43pjk6F9cPO2QelxZLnwsV+lKMJI2wekanqI Qt6ZycovcO6+04JOL1vrs52+cUV/mbUTlpefoxobD9WJwp+1gOLo8gjKlckk9AeCDZ60 fqcWSIWJPwFPiGVc3CRpdBS/5Nh7vCG0t8b9cmMrULTiw9WivMnF3k1m3BCdNBcovn3j w6WEp2da5HKjA/2TJjrbHsIstH+kKfZynmMteBfm85DSTz3T5zERKQCIxfwkZ2PFK03V /XJK4QB0CZxij5hnqu+S5vsp3jhcvZdNqpsjPf8bEmFkXqshiHLVb8oY2BXAUsADQAUN zCFw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e4-v6si223915pga.379.2018.06.12.07.42.30; Tue, 12 Jun 2018 07:42:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934464AbeFLOla (ORCPT + 99 others); Tue, 12 Jun 2018 10:41:30 -0400 Received: from mga07.intel.com ([134.134.136.100]:48199 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934256AbeFLOj2 (ORCPT ); Tue, 12 Jun 2018 10:39:28 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jun 2018 07:39:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,215,1526367600"; d="scan'208";a="207428842" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga004.jf.intel.com with ESMTP; 12 Jun 2018 07:39:24 -0700 Received: by black.fi.intel.com (Postfix, from userid 1000) id E1F57405; Tue, 12 Jun 2018 17:39:20 +0300 (EEST) From: "Kirill A. Shutemov" To: Ingo Molnar , x86@kernel.org, Thomas Gleixner , "H. Peter Anvin" , Tom Lendacky Cc: Dave Hansen , Kai Huang , Jacob Pan , linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Kirill A. Shutemov" Subject: [PATCHv3 07/17] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify() Date: Tue, 12 Jun 2018 17:39:05 +0300 Message-Id: <20180612143915.68065-8-kirill.shutemov@linux.intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180612143915.68065-1-kirill.shutemov@linux.intel.com> References: <20180612143915.68065-1-kirill.shutemov@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Encrypted VMA will have KeyID stored in vma->vm_page_prot. This way we don't need to do anything special to setup encrypted page table entries and don't need to reserve space for KeyID in a VMA. This patch changes _PAGE_CHG_MASK to include KeyID bits. Otherwise they are going to be stripped from vm_page_prot on the first pgprot_modify(). Define PTE_PFN_MASK_MAX similar to PTE_PFN_MASK but based on __PHYSICAL_MASK_SHIFT. This way we include whole range of bits architecturally available for PFN without referencing physical_mask and mktme_keyid_mask variables. Signed-off-by: Kirill A. Shutemov --- arch/x86/include/asm/pgtable_types.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/x86/include/asm/pgtable_types.h b/arch/x86/include/asm/pgtable_types.h index 1e5a40673953..e8ebe760b88d 100644 --- a/arch/x86/include/asm/pgtable_types.h +++ b/arch/x86/include/asm/pgtable_types.h @@ -121,8 +121,13 @@ * protection key is treated like _PAGE_RW, for * instance, and is *not* included in this mask since * pte_modify() does modify it. + * + * It includes full range of PFN bits regardless if they were claimed for KeyID + * or not: we want to preserve KeyID on pte_modify() and pgprot_modify(). */ -#define _PAGE_CHG_MASK (PTE_PFN_MASK | _PAGE_PCD | _PAGE_PWT | \ +#define PTE_PFN_MASK_MAX \ + (((signed long)PAGE_MASK) & ((1ULL << __PHYSICAL_MASK_SHIFT) - 1)) +#define _PAGE_CHG_MASK (PTE_PFN_MASK_MAX | _PAGE_PCD | _PAGE_PWT | \ _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \ _PAGE_SOFT_DIRTY) #define _HPAGE_CHG_MASK (_PAGE_CHG_MASK | _PAGE_PSE) -- 2.17.1