Received: by 2002:a05:6a10:c604:0:0:0:0 with SMTP id y4csp3762122pxt; Tue, 10 Aug 2021 10:43:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy8+o5JqLyWmGurYZxzrf18bYuehpGZi3mjExUFDmnNGUIcHyv5HeOHEbNhZuCYpfBS8C5D X-Received: by 2002:a05:6402:64b:: with SMTP id u11mr6514594edx.4.1628617411861; Tue, 10 Aug 2021 10:43:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628617411; cv=none; d=google.com; s=arc-20160816; b=qzdtYaNudPGl6zzJe5zKNir36HqNm5ZcNBZEcs5Clb/3xuAqCTYzgwDsi80QVwwADX ALHY51TDLXJJ7RuxggUGoe6RnAEnn55bPy+wyUzInQ9/9e1qrBEy7YYysLPBaPhGioi9 /OWTTe5WY681OH3L9p0074gJLcq0RZUikxJPzEk/YmFPWXoswcVASnzklscUXZmzZats lt13CzkRZquFUTWjbigOENbDwbNqpGy3tdLb7ZU16hujPnZfHEybTjFDiIneWuWL37IU 910jeWMQLAx+Hi/0BR96A++8LNVnxTbr6A6VdkBDAJ6RLAyYYJM7/pykZZ30BVUdPQ5m 5wgQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=WLUn6lliR9bJD/m0+loDVZ8IiUCy+c4uMYxRS5yVzFw=; b=yc/jQMpjjpja+NTy/2YUjqqI9L7aPqNQ+Gn1f485XcITVWYrjWPs8nAR/RdbD2Kr/p 3ynnUfSzq7q1qKvtXyfWdaZyO5+uTNe4qSkQBVqhwoyszCtJzAzlNnRntko3iZ6V5QUQ Nx9y/ymj/GGqy841WVD2Z5jaISjxHe72UMbN43N9T6vuZASAgFYCvtlPqD8GlEYP7wgU 7zZezQrf1EYxdVc0lKeTl4yGXK0oroOPxzSsRggrSfytAO0YssZdp2oHlUt9mJC86ZH2 Y+mGFAqyABemWBIkteflcpzPv1KPPAIwNbGnFcaC8B/WKrKS+OX/1sq9KiLuj6mMOUjK fRdA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=yFoiHVim; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id de22si20947303ejc.18.2021.08.10.10.43.06; Tue, 10 Aug 2021 10:43:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=yFoiHVim; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235642AbhHJRkC (ORCPT + 99 others); Tue, 10 Aug 2021 13:40:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:43106 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234575AbhHJRhf (ORCPT ); Tue, 10 Aug 2021 13:37:35 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5DE1960EB7; Tue, 10 Aug 2021 17:36:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628616968; bh=CE2HSJAhxe9F9zLSwY4mLcM/5mXdezj7JwQPOkyD4qo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yFoiHVimpqo4DEdh7BHR/MmJZTkKdU5iqQKegMFspKG1UcQlzl64MJHcvAYeqrUIy aII87EygSofWmdueEHstBshaWZhlKz0irx9rHFFwS3rlo6Y2AiwVM24SA4YjKYl0Df SGVuX5RVLif8vh9lvMMmnbeyl6aE64oL+sPsPU/8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Ben Gardon , Sean Christopherson , Jim Mattson , Paolo Bonzini Subject: [PATCH 5.4 72/85] KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit builds Date: Tue, 10 Aug 2021 19:30:45 +0200 Message-Id: <20210810172950.671212190@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210810172948.192298392@linuxfoundation.org> References: <20210810172948.192298392@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Sean Christopherson commit d5aaad6f83420efb8357ac8e11c868708b22d0a9 upstream. Take a signed 'long' instead of an 'unsigned long' for the number of pages to add/subtract to the total number of pages used by the MMU. This fixes a zero-extension bug on 32-bit kernels that effectively corrupts the per-cpu counter used by the shrinker. Per-cpu counters take a signed 64-bit value on both 32-bit and 64-bit kernels, whereas kvm_mod_used_mmu_pages() takes an unsigned long and thus an unsigned 32-bit value on 32-bit kernels. As a result, the value used to adjust the per-cpu counter is zero-extended (unsigned -> signed), not sign-extended (signed -> signed), and so KVM's intended -1 gets morphed to 4294967295 and effectively corrupts the counter. This was found by a staggering amount of sheer dumb luck when running kvm-unit-tests on a 32-bit KVM build. The shrinker just happened to kick in while running tests and do_shrink_slab() logged an error about trying to free a negative number of objects. The truly lucky part is that the kernel just happened to be a slightly stale build, as the shrinker no longer yells about negative objects as of commit 18bb473e5031 ("mm: vmscan: shrink deferred objects proportional to priority"). vmscan: shrink_slab: mmu_shrink_scan+0x0/0x210 [kvm] negative objects to delete nr=-858993460 Fixes: bc8a3d8925a8 ("kvm: mmu: Fix overflow on kvm mmu page limit calculation") Cc: stable@vger.kernel.org Cc: Ben Gardon Signed-off-by: Sean Christopherson Message-Id: <20210804214609.1096003-1-seanjc@google.com> Reviewed-by: Jim Mattson Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/x86/kvm/mmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c @@ -2143,7 +2143,7 @@ static int is_empty_shadow_page(u64 *spt * aggregate version in order to make the slab shrinker * faster */ -static inline void kvm_mod_used_mmu_pages(struct kvm *kvm, unsigned long nr) +static inline void kvm_mod_used_mmu_pages(struct kvm *kvm, long nr) { kvm->arch.n_used_mmu_pages += nr; percpu_counter_add(&kvm_total_used_mmu_pages, nr);