Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2503515pxj; Mon, 10 May 2021 04:42:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwchrdRAycLrjzfxyTHubhiMoJspsMaAIPl+DvoMC0eH/tXnFNjTusmZyRRHPe9QoDAmf+/ X-Received: by 2002:a17:906:d9ce:: with SMTP id qk14mr24890607ejb.411.1620646937543; Mon, 10 May 2021 04:42:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620646937; cv=none; d=google.com; s=arc-20160816; b=h7MFibhjjS9Db/Czpi07XxytnwOuumSVtHZI0FDkqV29cL2QOkLtX8BvPRKduSJSnO 1qrXTAqpKCcwdMrOJF/36B4hcCrQcyer6Mm7SXLHgogX5X/2Lj8QV4cp/VdlJCSNWG3Y o/EfzSAmW8u8VqhwD6ak+zDfCHMsD50n4f8Ka1STBxquV2mEiq16RaLRwIA1jQrXJG6m TvL/vNN86iKOdCp7BIU0ViwKDo2AoTLe2hLV4WDYxvnsfxcZMxqu2joBO3UQYFHF/oDJ kS8tX/lpGXHZHgB2c5VHwLROtQL5jmP2Z8ACMZ2svgJ396xvWjDKDUj9Gm2BHhDPWWR1 Y4xQ== 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=lTmFhAyxuKAyKHLvDzhtut0ATRxcdKgaAWY/tSO89QA=; b=k7G6/RVGd+igIhqWcTFzHMwxdbJL37bXKHJDzsBFIo6FKdJ+RUhn/gyvvEjWirc8yJ 9uj7W38wVGnXQf5F0iJqQyqNnlCVFoXa0LsgM0hZk/MoJxnMRCjFb9ErQ3D4bCgwitVP oyWOb3uwrMEGzvI0+QPE5KRobE5gXy/x2KWCD4jFb5BAA7Vz+4+yLnEw8Ym8NRsk1rAp fkCQLKurNEZsc9QObsoDKZoyiGtJubZvVmPREMAsIqU3iAj23YwPc64r4NTECCRJf11U is6VtN1di5LPgNcdG2BpcHwR6boR0fcMkdrzax+4kMGDq4V3XGRlJV0h6GhLGxmyiYD+ 4z3Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Qh0KZ1eZ; 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 se25si13494124ejb.310.2021.05.10.04.41.54; Mon, 10 May 2021 04:42:17 -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=Qh0KZ1eZ; 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 S241054AbhEJLh0 (ORCPT + 99 others); Mon, 10 May 2021 07:37:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:42240 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233724AbhEJKzJ (ORCPT ); Mon, 10 May 2021 06:55:09 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C8F7861939; Mon, 10 May 2021 10:42:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620643340; bh=sxdG9erlraFQgNi9ASTWqHeMNHqt4H+GmvkuDd2xkrk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Qh0KZ1eZExMZl3kKNUfh+jfRiGG+UJ4GXHUnX5f0uSEy15aPXllhI5DiUKe68uA26 mxhGgqXpHPw9IzyW7VQEDAPACv4zNaJbPl8UtHdzuGzUF70DgO2/XGXIu3R/L+chZa i4sb6VXdtexN5//DRbfz0w1LHssCDaoyLFr76ubI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dominic DeMarco , Mahesh Salgaonkar , "Aneesh Kumar K.V" , Michael Ellerman Subject: [PATCH 5.10 240/299] powerpc/eeh: Fix EEH handling for hugepages in ioremap space. Date: Mon, 10 May 2021 12:20:37 +0200 Message-Id: <20210510102012.883917883@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210510102004.821838356@linuxfoundation.org> References: <20210510102004.821838356@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: Mahesh Salgaonkar commit 5ae5bc12d0728db60a0aa9b62160ffc038875f1a upstream. During the EEH MMIO error checking, the current implementation fails to map the (virtual) MMIO address back to the pci device on radix with hugepage mappings for I/O. This results into failure to dispatch EEH event with no recovery even when EEH capability has been enabled on the device. eeh_check_failure(token) # token = virtual MMIO address addr = eeh_token_to_phys(token); edev = eeh_addr_cache_get_dev(addr); if (!edev) return 0; eeh_dev_check_failure(edev); <= Dispatch the EEH event In case of hugepage mappings, eeh_token_to_phys() has a bug in virt -> phys translation that results in wrong physical address, which is then passed to eeh_addr_cache_get_dev() to match it against cached pci I/O address ranges to get to a PCI device. Hence, it fails to find a match and the EEH event never gets dispatched leaving the device in failed state. The commit 33439620680be ("powerpc/eeh: Handle hugepages in ioremap space") introduced following logic to translate virt to phys for hugepage mappings: eeh_token_to_phys(): + pa = pte_pfn(*ptep); + + /* On radix we can do hugepage mappings for io, so handle that */ + if (hugepage_shift) { + pa <<= hugepage_shift; <= This is wrong + pa |= token & ((1ul << hugepage_shift) - 1); + } This patch fixes the virt -> phys translation in eeh_token_to_phys() function. $ cat /sys/kernel/debug/powerpc/eeh_address_cache mem addr range [0x0000040080000000-0x00000400807fffff]: 0030:01:00.1 mem addr range [0x0000040080800000-0x0000040080ffffff]: 0030:01:00.1 mem addr range [0x0000040081000000-0x00000400817fffff]: 0030:01:00.0 mem addr range [0x0000040081800000-0x0000040081ffffff]: 0030:01:00.0 mem addr range [0x0000040082000000-0x000004008207ffff]: 0030:01:00.1 mem addr range [0x0000040082080000-0x00000400820fffff]: 0030:01:00.0 mem addr range [0x0000040082100000-0x000004008210ffff]: 0030:01:00.1 mem addr range [0x0000040082110000-0x000004008211ffff]: 0030:01:00.0 Above is the list of cached io address ranges of pci 0030:01:00.. Before this patch: Tracing 'arg1' of function eeh_addr_cache_get_dev() during error injection clearly shows that 'addr=' contains wrong physical address: kworker/u16:0-7 [001] .... 108.883775: eeh_addr_cache_get_dev: (eeh_addr_cache_get_dev+0xc/0xf0) addr=0x80103000a510 dmesg shows no EEH recovery messages: [ 108.563768] bnx2x: [bnx2x_timer:5801(eth2)]MFW seems hanged: drv_pulse (0x9ae) != mcp_pulse (0x7fff) [ 108.563788] bnx2x: [bnx2x_hw_stats_update:870(eth2)]NIG timer max (4294967295) [ 108.883788] bnx2x: [bnx2x_acquire_hw_lock:2013(eth1)]lock_status 0xffffffff resource_bit 0x1 [ 108.884407] bnx2x 0030:01:00.0 eth1: MDC/MDIO access timeout [ 108.884976] bnx2x 0030:01:00.0 eth1: MDC/MDIO access timeout <..> After this patch: eeh_addr_cache_get_dev() trace shows correct physical address: -0 [001] ..s. 1043.123828: eeh_addr_cache_get_dev: (eeh_addr_cache_get_dev+0xc/0xf0) addr=0x40080bc7cd8 dmesg logs shows EEH recovery getting triggerred: [ 964.323980] bnx2x: [bnx2x_timer:5801(eth2)]MFW seems hanged: drv_pulse (0x746f) != mcp_pulse (0x7fff) [ 964.323991] EEH: Recovering PHB#30-PE#10000 [ 964.324002] EEH: PE location: N/A, PHB location: N/A [ 964.324006] EEH: Frozen PHB#30-PE#10000 detected <..> Fixes: 33439620680b ("powerpc/eeh: Handle hugepages in ioremap space") Cc: stable@vger.kernel.org # v5.3+ Reported-by: Dominic DeMarco Signed-off-by: Mahesh Salgaonkar Signed-off-by: Aneesh Kumar K.V Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/161821396263.48361.2796709239866588652.stgit@jupiter Signed-off-by: Greg Kroah-Hartman --- arch/powerpc/kernel/eeh.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) --- a/arch/powerpc/kernel/eeh.c +++ b/arch/powerpc/kernel/eeh.c @@ -362,14 +362,11 @@ static inline unsigned long eeh_token_to pa = pte_pfn(*ptep); /* On radix we can do hugepage mappings for io, so handle that */ - if (hugepage_shift) { - pa <<= hugepage_shift; - pa |= token & ((1ul << hugepage_shift) - 1); - } else { - pa <<= PAGE_SHIFT; - pa |= token & (PAGE_SIZE - 1); - } + if (!hugepage_shift) + hugepage_shift = PAGE_SHIFT; + pa <<= PAGE_SHIFT; + pa |= token & ((1ul << hugepage_shift) - 1); return pa; }