Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp100100pxb; Tue, 7 Sep 2021 18:53:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz2NFsuhz0UFGqro40nEBvpYKYJ6lY1njh5VNFwC1g1GkP0aAKXFeMG01mOVH8CrcX7qUrw X-Received: by 2002:a17:907:d86:: with SMTP id go6mr1482983ejc.475.1631066036874; Tue, 07 Sep 2021 18:53:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631066036; cv=none; d=google.com; s=arc-20160816; b=xbWAl/sIz8UqOP9WPaA4eNhVzDDOkTwa27djTuOgt6QaNt8vioxnMP821GcyR5kxS0 v+vlhil3vltrM09Fvd4kPziKJjYbDB7eYTxg5S+JiFJ8VFvWOviL66b3PT4tgBOd//c/ JqEZh6Tsl4cQJBS9k2vleCV09IjcG/CcyjrlAF5P2TzuwaUBCTr5P6Pj8iuj0QYMDbE4 owXV4B7HSSXblnOjUFSb9EsxC0dXprmnbNhKHO+n0TncDeMwAcIfHEkgtu7taCvp53r4 0DpJ4k2/rNu5TQYTcrifgcqIh8zxKVB2ELDTN6n9uPweSXTsZkTX5Bmdfe1F5X6eYR1N sjPA== 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=fzbHlezQ27pmPU+kGHgLevYY2MwmtrRfkW55rizK74g=; b=MJH+OJX0PMGOCEETAWdb97viOOTHnkGxz1a6xB+y+cJBsxHrNls6swamyY8p7gd20q 1CcHxiqTdyr9fY+SafvbMoWJLP6NO22JzQNDr29wBTPJcntwimOuJcZbXgUjdYv3Fuhh Q121tySi4+PEXFt0WGCRdM4VtizBCt83VQ+AzgIudlhUmEuQlmWC35yffmByzUypM56C oufcLt7Le+0LzquHkHCWdNgF/O2JUg88UXsmS1x//U4GLFTUbtZ53oPHQfYKppThjq7/ 7gEOIp5z6kNzqeuQtUKd8EWC5wBWQdDMdhQlu+ARUk1M8DEMqcWSlPZJ3+qwwFQ1mNYl rQ6w== 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 e14si757534edu.216.2021.09.07.18.53.08; Tue, 07 Sep 2021 18:53:56 -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 S1347064AbhIHBve (ORCPT + 99 others); Tue, 7 Sep 2021 21:51:34 -0400 Received: from x127130.tudelft.net ([131.180.127.130]:53048 "EHLO djo.tudelft.nl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1347068AbhIHBvd (ORCPT ); Tue, 7 Sep 2021 21:51:33 -0400 Received: by djo.tudelft.nl (Postfix, from userid 2001) id C71311C42C2; Wed, 8 Sep 2021 03:51:39 +0200 (CEST) Date: Wed, 8 Sep 2021 03:51:39 +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: <20210908015139.GA26272@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> 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 Mon, Sep 06, 2021 at 12:52:20PM +0200, Greg KH wrote: > > > > > > > > > > from kernel-4.9.270 up until now (4.9.282) I experience kernel crashes upon > > > > > loading a GPU module. > > > > > ... > > > > > > Do you have any kernel log messages when these crashes happen? > > ... > > Aug 1 20:51:24 djo kernel: [] ? 0xf8bc4ef7 > > > > These aren't going to help us much, can you turn on debugging symbols > for these crashes for us to see the symbol names? ERROR: not enough memory to load nouveau.ko i915.ko is smaller and my laptop is bigger. Identical crash, no symbols. > > > Can you use 'git bisect' to track down the offending commit? > > > > If I would know how to do that > > 'man git bisect' should provide a tutorial on how to do this. No, it does not. It would have taken an enormous amount of time and GBs less if I'd found earlier the only pointer on internet that stated: cd linux git remote add stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git and that brought me reasonably fast to this: 3bd3a8ca5a7b1530f463b6e1cc811c085e6ffa01 is the first bad commit commit 3bd3a8ca5a7b1530f463b6e1cc811c085e6ffa01 Author: Maciej W. Rozycki Date: Thu May 13 11:51:50 2021 +0200 ... > > > And why are you stuck on 4.9.y for these machines? Why not use 5.10 or > > > newer? > > > > Because in 4.10 they dropped lirc-serial and I need that. The new ir-serial > > is no replacement. (The last working version of LIRC is 0.9.6. After that > > they destroyed transmitter support.) Correction: lirc-0.9.0-rc6 it is. > > > If the new functionality is not working properly, please work with those > developers to fix that up. I can't. I can hardly write and compile 'Hello world', let alone fix some complex fossil and abandoned software. To make a long LIRC story short: LIRC got orphaned long ago. A dozen patches from Gentoo kept it alive (until kernel-3.x where f_dentry got dropped, which gentoo never fixed). I managed to get around that problem. By then there was a new maintainer that was not interested in bug reports and clearly stated that he was against a transmitter (over the serial port). The new LIRC-0.10 is not popular, to say the least. The only route for IR blasting nowadays seems to be a RaspberryPi, where Rasbian seems to have something like 'ir-ctl' outside of LIRC. Regards, Wim.