Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2899653imm; Fri, 24 Aug 2018 07:15:25 -0700 (PDT) X-Google-Smtp-Source: ANB0VdY4iGywzd8Y8nQpronm4S60OVNSIuAlDAPYbp8Z2QClgR7zMEanfIinQDHr5w221dF74n+r X-Received: by 2002:a63:9e0a:: with SMTP id s10-v6mr1953857pgd.326.1535120125354; Fri, 24 Aug 2018 07:15:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535120125; cv=none; d=google.com; s=arc-20160816; b=CvlyKnqpZHR+kP6m/3md8yOdtWQCJDpbsRdWJ/yOOKoJWH3MRtknP2XeGi3pBJies8 v4UGsdSlqVniRoBEO9WygI2lTVBgXbd6fKT6wiZcXCrAZxnWhOMzKM48mj3+4903bCJR iPpB84o9mopOai20l35NnQ+PNCbEYO9ymtgoYn6KvYIR813kzt8gs8OU1SNg+xyFA7Jy 6Ugr9JybPjY4qSqvaQp19ckuG2LNjmXTHUaDL7Iwl9RNmMxCOYkloWrkTgaaQ+rCM9ov TEsPSMK5CSX8c9DGdCHT3EGVEwYa7LnNxGrw2MQtGyw0s8kYxOiW1IOopjUnmgL5GCwD thqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=TctMnpiGTifNGSYBFxw1PDMQkb1o9EwS8+4XOm1Xty0=; b=MDefpMTmawzNR+O2+FEIlRpcbxswVftXlbcFh+lW92Lu6jpWFD3DMGMfU31tu4Ng5P nd3+xtdHICELbdgWFM/2LyOhh8V+YSbhdd6gKbmOOe//VmaX+kSUK0/zEL9NTK0x3A5A Cl88OZG3sWftYXiu2BXrR9fpikwt3E/iB204xIBfYkihxTq6pTE5HbHjzm/9+57y6lUz 5zG4M837UEiCLsN7gsXSttvsY+Gs9NwmtAJE3MGDbYQju75arbTfmNHhUaWmco5vE5yY 88R4RcG+Dtm6V9G1rZ69Cjp9cG6HU7Gnhr4y15NVjXqgi+MuhjxQH5Lg1xG8v4FXXlas e1jw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w11-v6si7104837pgm.531.2018.08.24.07.15.09; Fri, 24 Aug 2018 07:15:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727027AbeHXRrs (ORCPT + 99 others); Fri, 24 Aug 2018 13:47:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38208 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726182AbeHXRrs (ORCPT ); Fri, 24 Aug 2018 13:47:48 -0400 Received: from localhost (5355525A.cm-6-6b.dynamic.ziggo.nl [83.85.82.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 69D47CBA; Fri, 24 Aug 2018 14:12:57 +0000 (UTC) Date: Fri, 24 Aug 2018 16:12:54 +0200 From: Greg KH To: "Matthias B." Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: How to report kernel panic in 4.4.x Message-ID: <20180824141254.GB31555@kroah.com> References: <20180824142408.6340d052@ninja> <20180824125950.GA29673@kroah.com> <20180824154344.1c53a68c@ninja> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180824154344.1c53a68c@ninja> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 24, 2018 at 03:43:44PM +0200, Matthias B. wrote: > > On Fri, 24 Aug 2018 14:59:50 +0200 > Greg KH wrote: > > > It depends on what the panic looks like :) > > > > Any hints? You can post it here if you want. > > The attached image is everything I see on screen. Scrolling up does not > work. > > > > > Also, if you can run 'git bisect' to track it down to the commit that > > causes the problem, that is even better, as we can cc: all of the > > people on that patch to get help from. > > I can try. > Which git repository and branch stores the 4.4.x kernel and which > changeset/tag is the 4.4.147 kernel (which is the last one that works > for me)? All of the stable trees are here: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ you want the linux-4.4.y branch to work off of. All of the kernels releases are tagged, so you can start with v4.4.147 as the good entry for 'git bisect'. thanks, greg k-h