Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp166601pxk; Thu, 24 Sep 2020 02:27:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzHhLPe+FNbnlB/fNlDcv0C+LyTMhR2WV5n/0FkrDnEqwqXrxc5CDEWGyZAcrzLv+BkP4mR X-Received: by 2002:a50:b046:: with SMTP id i64mr40330edd.9.1600939662825; Thu, 24 Sep 2020 02:27:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600939662; cv=none; d=google.com; s=arc-20160816; b=bXDsyqMrCLoNFQO9OBbyo76k5+XF0WqBGU95X1nofqacwh0MsEnNO/BGnRVhsHdLCj C9Eaig4TSd9M7oniogRulkp8y7UQkzOnElTuhHhlfILf5X23o1YcZ7Zo+m9MDrvcRVtx L7/kDkdYkKTUMmtmYEH5BdhjGoXizvJIy2TWo2gEducHtiv4RjWYKd51RlSqTodP57PS cL901HMni1TS/X8BulfyphhaOYYHFwBUoRQEzh+OXUd+sVL59OXruXfT3l56H0jD0Nz3 O9KjNvCX4RxDTRlvuacc/uhadfc3iEKUDcSvazEmGDbJB5TbXhYh1nFAv04PvPJ+8VRY S/iA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=eHt9N0wDOtg1l3p63fdzWQY2eUAqi6ADtAQ7ETn+Of4=; b=fyCsstj9ou6Hycn+rfem7beZS3UukfDyMHldt/ZsbOJaBIvXpU7jLiU2VZURUGh+9a jE9J8Uky9InR0rD98UguAofLVqQQ6WHCMCxF+F+3FIqAAPAdNgiX0RvfFXjAOEE2XuFF UYpcD033521hmk7GvPHtlVTiN0uc+nIlMhOSUab7GmY2jHT/8PHMnwD0vuaXkkCG6NKT PCBfb+Rom9yUGOznH9k0Qsz2Y4URFAWZU1hDhQXIjb304oAhbmC6J8uvpZzHWewOHQOs kJWC/A3YrsHOssOQU6EmHcoPUah594yYIr1tE/XLgfy4IJbdBMFVGO1UtrVVcMThQk4M sdkQ== ARC-Authentication-Results: i=1; mx.google.com; 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=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e23si1888885edc.428.2020.09.24.02.27.19; Thu, 24 Sep 2020 02:27:42 -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; 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=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727351AbgIXJXw (ORCPT + 99 others); Thu, 24 Sep 2020 05:23:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726710AbgIXJXv (ORCPT ); Thu, 24 Sep 2020 05:23:51 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0251C0613CE for ; Thu, 24 Sep 2020 02:23:51 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 25EE7401; Thu, 24 Sep 2020 11:23:50 +0200 (CEST) Date: Thu, 24 Sep 2020 11:23:48 +0200 From: Joerg Roedel To: Jerry Snitselaar Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Adrian Huang , Suravee Suthikulpanit Subject: Re: kdump boot failing with IVRS checksum failure Message-ID: <20200924092348.GI27174@8bytes.org> References: <87o8lzvtzp.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87o8lzvtzp.fsf@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jerry, On Mon, Sep 21, 2020 at 11:56:42AM -0700, Jerry Snitselaar wrote: > We are seeing a kdump kernel boot failure in test on an HP DL325 Gen10 > and it was tracked down to 387caf0b759a ("iommu/amd: Treat per-device > exclusion ranges as r/w unity-mapped regions"). Reproduced on 5.9-rc5 > and goes away with revert of the commit. There is a follow on commit > that depends on this that was reverted as well 2ca6b6dc8512 ("iommu/amd: > Remove unused variable"). I'm working on getting system access and want > to see what the IVRS table looks like, but thought I'd give you heads > up. Thanks for looking into this, we really need to find the root-cause to avoid the revert. Thanks, Joerg