Received: by 2002:a05:6a10:6d25:0:0:0:0 with SMTP id gq37csp560783pxb; Sat, 11 Sep 2021 13:50:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzv0057SKnHw8fOTtEQNtWsNu4UTI5R9FsnKexLZLzAvc9r/yheKouA2EdVQtc34IpwIhyB X-Received: by 2002:a5e:c802:: with SMTP id y2mr3060194iol.162.1631393408825; Sat, 11 Sep 2021 13:50:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631393408; cv=none; d=google.com; s=arc-20160816; b=AfoKE6iBwe160ATmow8XTWQiGxGWbrI8c5SfxNWlszbqBAgZf+iN9W+Z4u8s2Nl2LN wC/UXPhHcJRiHqiHJ7MKhbNjiGmU3KDvm+KedGO1Ko5lRc722NdlcGWU8puOZYn8bzKZ z5a1WfYyTwNF2lAuuFGiGzAdPSqviXJ4RlPW5Z/1IZOtNE4wODbD2epyuB60NNFBgp4z 4ustmSe5ySyt+QHRYUvu7nmOim/x5Q03X9ARolheaX24T3ICt1ECr2KwCKXRZUIeAwhR qKYv71y5XaoKYIK+gFG+u2hMBIkWSbGNRy08jH7Auh8FrkXkPbWK8mqlBMN+2M3lDVWV zvtQ== 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:reply-to:message-id:subject:cc:to:from:date; bh=6OnKfsvdXY+bk0b7APXqMEvp7YHlb8B7WtfCTdn5kYQ=; b=OvJ7+ASZtN6IUFtKWXWNMn1hI+OmCbvKknq6vDyGhJfn+v5dltufO/Cl0YuxSjEJjl qQtheLav5TnLZ/yUrrtdwQlW/Wzp29yGetF1Q1LJ6ygkdcLOUkrcOkQ8xbvpYiQ5dKak E8F609EfwIppjJmLYuJw827Vkh2Z8PH0iuiePC4Hjs/ZgX6TFxy6wU/gt7CM8vVuh5tX 2MYt9jXryn+Iuc9zETRggEyBKghU2OnZr0GI3uF76KiD8Qa3YH36OpzwHBJgJikGoFF9 n2/WGJQJXAUNyHfAeIgos94sqtjRq8CpIUlnLlknWKo1SJEKmmE5TJ7e/9Ce2z8ccUWk e+QQ== 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=tudelft.nl Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c1si2415068jaa.58.2021.09.11.13.49.57; Sat, 11 Sep 2021 13:50:08 -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=tudelft.nl Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233110AbhIKUtB (ORCPT + 99 others); Sat, 11 Sep 2021 16:49:01 -0400 Received: from x127130.tudelft.net ([131.180.127.130]:58246 "EHLO djo.tudelft.nl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229487AbhIKUtB (ORCPT ); Sat, 11 Sep 2021 16:49:01 -0400 Received: by djo.tudelft.nl (Postfix, from userid 2001) id 81AA71C42C2; Sat, 11 Sep 2021 22:49:05 +0200 (CEST) Date: Sat, 11 Sep 2021 22:49:05 +0200 From: wim To: Greg KH Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, wim Subject: Re: kernel-4.9.270 crash Message-ID: <20210911204905.GA18345@djo.tudelft.nl> Reply-To: wim@djo.tudelft.nl References: <20210904235231.GA31607@djo.tudelft.nl> <20210905190045.GA10991@djo.tudelft.nl> <20210906093611.GA20123@djo.tudelft.nl> <20210908015139.GA26272@djo.tudelft.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.2 (2019-01-07) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 08, 2021 at 07:30:49AM +0200, Greg KH wrote: > > That is a vt change that handles an issue with a console driver, so this > feels like a false failure. > > If you revert this change on a newer kernel release, does it work? Oh, you mean a higher version number (which wasn't directly obvious to me). Make oldconfig gives an awful lot of output which I'm not going to read. Just keep pressing the return key for all the defaults. Kernel-5.10.10 runs into a black screen, I can perform a blind login and play an audio file. I then tried to revert the patch, but git couldn't complete it. The closest uplevel version is 4.14.246 which I then tried. It runs into a black screen, but I can login and play audio, but no reaction on modprobe fbcon. Git revert ran fine, but that also gave me a black screen. It appeared that there was no fbcon.ko, even worse, the option to modularize it was gone! Insane. Since that option was now invalid, make oldconfig chose for a default no, which I didn't know. In-kernel fbcon gives no problems, I guess. This led to the discovery that the hard crash in 4.9.270(-282) did NOT occur when fbcon.ko was not loaded. Modprobe fbcon after i915 went fine. So here you have another reason to not wanting to run a kernel version above 4.9. I need fbcon.ko as a diagnostics tool. In many machines with i915 I loose sound when i915.ko gets loaded. I need to fiddle with the rc scripts to make sure that the snd modules got loaded first. And because the changing fonts and layout drives me nuts while looking at the progress, I need to put fbcon/i915 the very last (in rc.local). Regards, Wim.