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, PDS_HP_HELO_NORDNS,RDNS_NONE,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.0 Received: from mail-lj1-f196.google.com ([209.85.208.196]:40080 "EHLO mail-lj1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726314AbgCKQVV (ORCPT ); Wed, 11 Mar 2020 12:21:21 -0400 Received: by mail-lj1-f196.google.com with SMTP id 19so3006967ljj.7 for ; Wed, 11 Mar 2020 09:21:19 -0700 (PDT) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com. [209.85.208.178]) by smtp.gmail.com with ESMTPSA id e2sm23902527ljp.55.2020.03.11.09.21.17 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 11 Mar 2020 09:21:17 -0700 (PDT) Received: by mail-lj1-f178.google.com with SMTP id g12so3031842ljj.3 for ; Wed, 11 Mar 2020 09:21:17 -0700 (PDT) MIME-Version: 1.0 References: <20200310162342.GA4483@lst.de> <20200310182546.GA9268@lst.de> <20200311152453.GB23704@lst.de> <20200311154328.GA24044@lst.de> <20200311154718.GB24044@lst.de> <962693d9-b595-c44d-1390-e044f29e91d3@gmx.com> In-Reply-To: <962693d9-b595-c44d-1390-e044f29e91d3@gmx.com> From: Linus Torvalds Date: Wed, 11 Mar 2020 09:21:00 -0700 Message-ID: Subject: Re: [Bug 206175] Fedora >= 5.4 kernels instantly freeze on boot without producing any display output To: "Artem S. Tashkinov" Cc: Christoph Hellwig , Linux Kernel Mailing List , Greg Kroah-Hartman , iommu Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Mar 11, 2020 at 9:02 AM Artem S. Tashkinov wrote: > > With this patch the system works (I haven't created an initrd, so it > doesn't completely boot and panics on not being able to mount root fs > but that's expected). Perfect. I ended up applying my earlier cleanup patch with just the added removal of the kfree(), which was the actual trigger of the bug. It's commit e423fb6929d4 ("driver code: clarify and fix platform device DMA mask allocation") in my tree. I've not pushed it out yet (I have a few pending pull requests), but it should be out shortly. Linus