From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2FB4C433E0 for ; Tue, 16 Jun 2020 17:27:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B155720B1F for ; Tue, 16 Jun 2020 17:27:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="oe0BOykR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730227AbgFPR1t (ORCPT ); Tue, 16 Jun 2020 13:27:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729241AbgFPR1t (ORCPT ); Tue, 16 Jun 2020 13:27:49 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8023C061573; Tue, 16 Jun 2020 10:27:48 -0700 (PDT) Received: from zn.tnic (p200300ec2f0f4c001d7e5f403e90d72b.dip0.t-ipconnect.de [IPv6:2003:ec:2f0f:4c00:1d7e:5f40:3e90:d72b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 316D91EC037C; Tue, 16 Jun 2020 19:27:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1592328467; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=fn1OMVWpuGa0Oq+WM7TDN2GXu4ci7AEYPf0Y0l7PVh8=; b=oe0BOykRC1eYspS/7nwb1X6osXmo0K+lrynjqAV1xKLwu4hoCi/IpEy+XBl2YmSXIZhBtm AQOQ5LsXt6c2T3FKv4pbU8SzZ8QbvB9PDk3gpAAmHas1EqsSqowi3/VHjSNQ3RDPTDc+J+ kFwEG4ZjsNb+wwnr2gnGeHqyANc/6x0= From: Borislav Petkov To: Mauro Carvalho Chehab Cc: linux-edac , LKML Subject: [PATCH 0/4] EDAC/ghes: Some cleanups Date: Tue, 16 Jun 2020 19:27:33 +0200 Message-Id: <20200616172737.30171-1-bp@alien8.de> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-edac-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org From: Borislav Petkov Hi, here are some cleanups which came up recently. Thx. Borislav Petkov (2): EDAC/ghes: Scan the system once on driver init EDAC: Remove edac_get_dimm_by_index() Robert Richter (2): EDAC/ghes: Setup DIMM label from DMI and use it in error reports EDAC/ghes: Remove unused members of struct ghes_edac_pvt, rename it to ghes_pvt drivers/edac/ghes_edac.c | 323 +++++++++++++++++++++++---------------- include/linux/edac.h | 29 +--- 2 files changed, 200 insertions(+), 152 deletions(-) -- 2.21.0