From patchwork Wed Sep 28 12:48:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aristeu Rozanski X-Patchwork-Id: 12992240 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35979C32771 for ; Wed, 28 Sep 2022 12:48:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233454AbiI1MsX (ORCPT ); Wed, 28 Sep 2022 08:48:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232346AbiI1MsW (ORCPT ); Wed, 28 Sep 2022 08:48:22 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6FC959275 for ; Wed, 28 Sep 2022 05:48:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1664369301; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZWE7KfdcZtxhkWQU9uQ9pU8FY5mThZavTiu1UzdFtM4=; b=Au5UBdCU7EfoFnyhoJeucZkrea/R+LUvh752oLZdthhUEAm7kQ2CEVCat6Ulcq7fhV7ESh s5XxIjEnubNjyMUc6ziPjYErbJcvrw/xF5o+QQgaB1UsXX4smge5sZtps3fjILIPggPm+d 3d21oq1PhqGCnj3XsOJsYmydsGwVrJk= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-326-Si9dWJZtM--5SPJW6jAR5g-1; Wed, 28 Sep 2022 08:48:16 -0400 X-MC-Unique: Si9dWJZtM--5SPJW6jAR5g-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6B9C03817962; Wed, 28 Sep 2022 12:48:16 +0000 (UTC) Received: from napanee.usersys.redhat.com (unknown [10.2.16.113]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5E2B99D470; Wed, 28 Sep 2022 12:48:16 +0000 (UTC) Received: by napanee.usersys.redhat.com (Postfix, from userid 1000) id 1E752C0502; Wed, 28 Sep 2022 08:48:15 -0400 (EDT) Date: Wed, 28 Sep 2022 08:48:15 -0400 From: Aristeu Rozanski To: Borislav Petkov Cc: linux-edac@vger.kernel.org, mchehab@kernel.org Subject: [PATCH] i5000_edac: mark as BROKEN Message-ID: <20220928124815.ta6k4jiiyy6diudr@redhat.com> References: <20220921181009.oxytvicy6sry6it7@redhat.com> <20220922134659.biiy6g743qplzgiq@redhat.com> <20220926165138.kyp24vhh2czvmu2z@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20220429 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org i5000_edac supports very old hardware which isn't available and it's been broken for single/dual channel for many years without anyone noticing. Marking as BROKEN. Signed-off-by: Aristeu Rozanski diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 17562cf1fe97..e659e4712a25 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -211,6 +211,7 @@ config EDAC_R82600 config EDAC_I5000 tristate "Intel Greencreek/Blackford chipset" depends on X86 && PCI + depends on BROKEN help Support for error detection and correction the Intel Greekcreek/Blackford chipsets.