Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp946945ybl; Wed, 11 Dec 2019 09:59:18 -0800 (PST) X-Google-Smtp-Source: APXvYqypowPLzOB3bWGk2Rin1Gt06fEwC2AiWUV1Vi34L0cWaQFLV0enWOzLW5UnI3ThUb1HZgG1 X-Received: by 2002:aca:889:: with SMTP id 131mr3589276oii.3.1576087158389; Wed, 11 Dec 2019 09:59:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576087158; cv=none; d=google.com; s=arc-20160816; b=vqpFnXe7aQc/88NfNix81bPYGQ+rN+wYCYxA7S9EDNcIjqmO9Jtupbefd00XM64Qfo tzHmZlIAEhyAW+1rSnnDGBtcS+lSE2PrdWVJK3kLQ2oToVhODXU1rLwnIZYufs/cgWsH 9KVnnAsC68zuC3z0MOVDFKF9OeOlki0+9df0azNPq25vKh5Zu45MDVlDioPW8DDYCe0/ gl1AfMWasiLjX1ZIuQEJhWVoygjjUnLzdNWFjcf6bnLhd6QRhqq7XRQiZyrNLRXWTRrO 9NEecmVxCMqYZihWcoq4X+ImTJfQPuKS30+l2iuGSsWYvnnMB1rcBK3oiZShQnlbT87S tfLA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=xJhBYi8WNCxzYm34iC8EIkUWgw+RFf6rJsqpxz1lBZo=; b=TZPatz3AAxMYPQAf+SssOUNz6+bUAOuZcvupEDUidTLFl1oE7yboS85mtI6AjkE6S4 8XLESUDVBZ1+NwCjJl9v2BNUusVijuDmTVdKcvIYL6GCu6pQYjNgoXUDR9Y+wkymjYLw JGtyM5p0jCbcR7ytYM5BgtVFgBqng8M+7eDRUzAds7JPXdNPE3lF6Fqu/Ete58pOcX9Q q5PACpc7kfq7NzamI+BF1HT0CyWUC2S8AgXrkzOMAuKcYAn3bV9w3FX//ts10OdUN/KV jWxqeA+tHBGLnaDwq6tvAR8pZ5LSa40cu0BaIJnP5eLiYWPg7xnafXBWJZeC0EZLR5zP D9Mw== 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 i205si1606050oih.257.2019.12.11.09.59.06; Wed, 11 Dec 2019 09:59:18 -0800 (PST) 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 S1731002AbfLKR6Z (ORCPT + 99 others); Wed, 11 Dec 2019 12:58:25 -0500 Received: from mga02.intel.com ([134.134.136.20]:29189 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730918AbfLKR6X (ORCPT ); Wed, 11 Dec 2019 12:58:23 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2019 09:58:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,302,1571727600"; d="scan'208";a="203645151" Received: from sjchrist-coffee.jf.intel.com ([10.54.74.202]) by orsmga007.jf.intel.com with ESMTP; 11 Dec 2019 09:58:22 -0800 From: Sean Christopherson To: Paolo Bonzini Cc: Sean Christopherson , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] KVM: x86: Add build-time assertion on usage of bit() Date: Wed, 11 Dec 2019 09:58:21 -0800 Message-Id: <20191211175822.1925-2-sean.j.christopherson@intel.com> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191211175822.1925-1-sean.j.christopherson@intel.com> References: <20191211175822.1925-1-sean.j.christopherson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add build-time checks to ensure KVM isn't trying to do a reverse CPUID lookup on Linux-defined feature bits, along with comments to explain the gory details of X86_FEATUREs and bit(). Signed-off-by: Sean Christopherson --- Note, the premature newline in the first line of the second comment is intentional to reduce churn in the next patch. arch/x86/kvm/x86.h | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/x86.h b/arch/x86/kvm/x86.h index cab5e71f0f0f..4ee4175c66a7 100644 --- a/arch/x86/kvm/x86.h +++ b/arch/x86/kvm/x86.h @@ -144,9 +144,28 @@ static inline bool is_pae_paging(struct kvm_vcpu *vcpu) return !is_long_mode(vcpu) && is_pae(vcpu) && is_paging(vcpu); } -static inline u32 bit(int bitno) +/* + * Retrieve the bit mask from an X86_FEATURE_* definition. Features contain + * the hardware defined bit number (stored in bits 4:0) and a software defined + * "word" (stored in bits 31:5). The word is used to index into arrays of + * bit masks that hold the per-cpu feature capabilities, e.g. this_cpu_has(). + */ +static __always_inline u32 bit(int feature) { - return 1 << (bitno & 31); + /* + * bit() is intended to be used only for hardware-defined + * words, i.e. words whose bits directly correspond to a CPUID leaf. + * Retrieving the bit mask from a Linux-defined word is nonsensical + * as the bit number/mask is an arbitrary software-defined value and + * can't be used by KVM to query/control guest capabilities. + */ + BUILD_BUG_ON((feature >> 5) == CPUID_LNX_1); + BUILD_BUG_ON((feature >> 5) == CPUID_LNX_2); + BUILD_BUG_ON((feature >> 5) == CPUID_LNX_3); + BUILD_BUG_ON((feature >> 5) == CPUID_LNX_4); + BUILD_BUG_ON((feature >> 5) > CPUID_7_EDX); + + return 1 << (feature & 31); } static inline u8 vcpu_virt_addr_bits(struct kvm_vcpu *vcpu) -- 2.24.0