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 2140BC6379F for ; Mon, 6 Feb 2023 15:57:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230215AbjBFP47 (ORCPT ); Mon, 6 Feb 2023 10:56:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230084AbjBFP4x (ORCPT ); Mon, 6 Feb 2023 10:56:53 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 455781E2B5; Mon, 6 Feb 2023 07:56:52 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D250D60DC0; Mon, 6 Feb 2023 15:56:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 104B5C433EF; Mon, 6 Feb 2023 15:56:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675699011; bh=BnMU2Vjrd6tRJvjN7xf5KorwAqVeIfdrGkW2yAZq9kQ=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=ROhVM2Efz4vn2nh6kD6hb6VC89uKawXBwAHz5MXriaSHKM3TGp6uEWGs1ov1dLIBP 4AUw3NeaIg0tbdX7P5IJjuSdbVJlJEeIqhGLd8818ThIPLEOtDMjK86AoOBsG9mQ5y bjHTjilv/6+C3nLLDiI114GMOQ2Ek4i/1J8nCf9VBgxIqtHvp+mR5LPP7zIrMksf+s EXnP6pFXTiwpU7u7Nnhju4JP/TojbNXs8hW7sN+gOkyxrn8VA2O2idinA0TMpRPlY5 zM+fZOsT6nl/3k3xvNtpxlpr2LPs10GUGN1T3ctmJj8oOP2KG9FS9rDViCRb+QhibI htvSjNWMXZcaA== Date: Mon, 6 Feb 2023 09:56:49 -0600 From: Bjorn Helgaas To: Dave Airlie Cc: linux-fbdev@vger.kernel.org, linux-pci@vger.kernel.org, Helge Deller , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Javier Martinez Canillas , Thomas Zimmermann , Bjorn Helgaas , Zeno Davatz Subject: Re: [PATCH] Revert "fbdev: Remove conflicting devices on PCI bus" Message-ID: <20230206155649.GA2212009@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 06, 2023 at 06:59:40AM +1000, Dave Airlie wrote: > On Sat, 4 Feb 2023 at 09:09, Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > > > This reverts commit 145eed48de278007f646b908fd70ac59d24ed81a. > > > > Zeno Davatz reported that 145eed48de27 ("fbdev: Remove conflicting devices > > on PCI bus") caused a console hang. The machine was actually still usable > > via ssh, etc., but there was no activity on the console. > > > > Reverting 145eed48de27 for the nvidiafb on that system fixed the problem. > > > > Revert 145eed48de27 ("fbdev: Remove conflicting devices on PCI bus") since > > we don't know what caused the problem. > > Why is the user using nvidiafb? I don't know, and of course, it really doesn't matter; we shouldn't regress a user's experience, and there's no hint to the user of where to look for a resolution. Thanks for working out a better fix! Bjorn