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=1.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, RDNS_NONE,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.0 Received: from verein.lst.de ([213.95.11.211]:60055 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729848AbgCKPna (ORCPT ); Wed, 11 Mar 2020 11:43:30 -0400 Date: Wed, 11 Mar 2020 16:43:28 +0100 From: Christoph Hellwig To: "Artem S. Tashkinov" Cc: Christoph Hellwig , Linus Torvalds , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , iommu@lists.linux-foundation.org Subject: Re: [Bug 206175] Fedora >= 5.4 kernels instantly freeze on boot without producing any display output Message-ID: <20200311154328.GA24044@lst.de> References: <20200310162342.GA4483@lst.de> <20200310182546.GA9268@lst.de> <20200311152453.GB23704@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Mar 11, 2020 at 03:34:38PM +0000, Artem S. Tashkinov wrote: > On 3/11/20 3:24 PM, Christoph Hellwig wrote: >> pdev->dma_mask = parent->dma_mask ? *parent->dma_mask : 0; > > This patch makes no difference. > > The kernel panics with the same call trace which starts with: This looks really strange and not dma mask related, but there must be some odd interactions somewhere. Can you call gdb on the vmlinux file for the 5.5.8-200.fc31 kernel in the jpg and then do l *(kmem_cache_alloc_trace+0x7e) l *(acpi_processor_add+0x3a) and send the output?