Received: by 2002:a17:90a:9103:0:0:0:0 with SMTP id k3csp11801546pjo; Thu, 2 Jan 2020 14:31:27 -0800 (PST) X-Google-Smtp-Source: APXvYqyRkQL5m8TRm+yegLhqJ6BU2jxpl+URG8Io8+fCaWn5+wLMguA20/2QEeXIFQAA0FdsYLTc X-Received: by 2002:a9d:518b:: with SMTP id y11mr89839903otg.349.1578004287867; Thu, 02 Jan 2020 14:31:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578004287; cv=none; d=google.com; s=arc-20160816; b=pCGz1rlimjfLFpcjPfmy4BpYnvdRjfvciQ/9Jr2uiC3KjFn+DE16odLU0dhT694o5Z PhpYcCsEl704w7vmtm8dgg+/mY/Y2uBd/RyFczryn9v/Kdu/u1/f3HrYm3zFMgozJSKX SuGCzpyzCw1kyP/kT7iUUgCFPoiUiVFMUEnMnHd28n2UjNO4U/vW/LHvKXZ3rl1kFhfu brhsWQH4Ashe/szjzcZqv1J3lndek+qlM77VhrAmfx1zjZHfUv0d/MbDr8tC19YQpLX/ wrth8TUBuRnheybl4Zk/kF0AMbLY0bFEsOZIjgdgxNSvAwPuXSrs7AX9MeweyDMAuT8Q 4orw== 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 :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=0nl9gZaVKMojX/yQOeitihJIGmu0VE8UKtR2Y7V6pFg=; b=StZ5lzi+mrQqh5iqdNAo+bVI2YmXAfySOyyagXDpm8TZabRgIFyVevR2cwP+kiWEiP leBRN7U7kcJuhtyi9KILrfg+IMePW3OoJyTjG9IGSgoIbSakl+zTS5uQl7LOcsg5IcBz SY40BCN0mSikGRJ67KHO+tYMTU7kGvXoQQDPZHxupzdeokRM5DPKtINfmLw4hDLdD6ny sdUv87pg5zHjVmyy7cEhdk+PDar7nspop7rNlUa9li1bUi4GXCIr1M4J8/VndxRKdDr9 y+/NAjmhLTtJtA6StAZCbwwJGvR+xOvdAnvGD7IQeJ6ZpRQ1Et/gHSuELD1q215PIf3r iHxw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="P3H8pw/J"; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v76si27127423oif.207.2020.01.02.14.31.15; Thu, 02 Jan 2020 14:31:27 -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; dkim=pass header.i=@kernel.org header.s=default header.b="P3H8pw/J"; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730053AbgABW3a (ORCPT + 99 others); Thu, 2 Jan 2020 17:29:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:60504 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730048AbgABW31 (ORCPT ); Thu, 2 Jan 2020 17:29:27 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id ADD0F20866; Thu, 2 Jan 2020 22:29:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578004167; bh=Cx/xZ2CdBultJ1QQYrebdLtgIDl5PklKrm8PpPvqR0s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=P3H8pw/JyDAJ/SKVbJOCQMj6y74xb8dwAOza2SY/4VbsCZplymYMvFZ1c8kCd0Uhf a5MytjlElslrx6/InlWL7mbIzNxoZJSUczhoWSkeEUiLVDlR+ANofNv0NYlFAkF0IH 3gJ9WPkh+P/qn0AVY6YQXMer01ISAPNVPrIVzFFw= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, James Morse , Robert Richter , Borislav Petkov , Mauro Carvalho Chehab , "linux-edac@vger.kernel.org" , Tony Luck , Sasha Levin Subject: [PATCH 4.9 065/171] EDAC/ghes: Fix grain calculation Date: Thu, 2 Jan 2020 23:06:36 +0100 Message-Id: <20200102220555.906743841@linuxfoundation.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200102220546.960200039@linuxfoundation.org> References: <20200102220546.960200039@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Robert Richter [ Upstream commit 7088e29e0423d3195e09079b4f849ec4837e5a75 ] The current code to convert a physical address mask to a grain (defined as granularity in bytes) is: e->grain = ~(mem_err->physical_addr_mask & ~PAGE_MASK); This is broken in several ways: 1) It calculates to wrong grain values. E.g., a physical address mask of ~0xfff should give a grain of 0x1000. Without considering PAGE_MASK, there is an off-by-one. Things are worse when also filtering it with ~PAGE_MASK. This will calculate to a grain with the upper bits set. In the example it even calculates to ~0. 2) The grain does not depend on and is unrelated to the kernel's page-size. The page-size only matters when unmapping memory in memory_failure(). Smaller grains are wrongly rounded up to the page-size, on architectures with a configurable page-size (e.g. arm64) this could round up to the even bigger page-size of the hypervisor. Fix this with: e->grain = ~mem_err->physical_addr_mask + 1; The grain_bits are defined as: grain = 1 << grain_bits; Change also the grain_bits calculation accordingly, it is the same formula as in edac_mc.c now and the code can be unified. The value in ->physical_addr_mask coming from firmware is assumed to be contiguous, but this is not sanity-checked. However, in case the mask is non-contiguous, a conversion to grain_bits effectively converts the grain bit mask to a power of 2 by rounding it up. Suggested-by: James Morse Signed-off-by: Robert Richter Signed-off-by: Borislav Petkov Reviewed-by: Mauro Carvalho Chehab Cc: "linux-edac@vger.kernel.org" Cc: Tony Luck Link: https://lkml.kernel.org/r/20191106093239.25517-11-rrichter@marvell.com Signed-off-by: Sasha Levin --- drivers/edac/ghes_edac.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/edac/ghes_edac.c b/drivers/edac/ghes_edac.c index e3fa4390f846..4ddbf6604e2a 100644 --- a/drivers/edac/ghes_edac.c +++ b/drivers/edac/ghes_edac.c @@ -189,6 +189,7 @@ void ghes_edac_report_mem_error(struct ghes *ghes, int sev, /* Cleans the error report buffer */ memset(e, 0, sizeof (*e)); e->error_count = 1; + e->grain = 1; strcpy(e->label, "unknown label"); e->msg = pvt->msg; e->other_detail = pvt->other_detail; @@ -284,7 +285,7 @@ void ghes_edac_report_mem_error(struct ghes *ghes, int sev, /* Error grain */ if (mem_err->validation_bits & CPER_MEM_VALID_PA_MASK) - e->grain = ~(mem_err->physical_addr_mask & ~PAGE_MASK); + e->grain = ~mem_err->physical_addr_mask + 1; /* Memory error location, mapped on e->location */ p = e->location; @@ -391,8 +392,13 @@ void ghes_edac_report_mem_error(struct ghes *ghes, int sev, if (p > pvt->other_detail) *(p - 1) = '\0'; + /* Sanity-check driver-supplied grain value. */ + if (WARN_ON_ONCE(!e->grain)) + e->grain = 1; + + grain_bits = fls_long(e->grain - 1); + /* Generate the trace event */ - grain_bits = fls_long(e->grain); snprintf(pvt->detail_location, sizeof(pvt->detail_location), "APEI location: %s %s", e->location, e->other_detail); trace_mc_event(type, e->msg, e->label, e->error_count, -- 2.20.1