Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2818474imm; Fri, 24 Aug 2018 06:01:45 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZMkEvV8lTDNp9nGc2LiBFp6uKOYD/qg2LdibzWEeBEl2fnLEuEqMWXRb4QzYS1Us1QSPQF X-Received: by 2002:a63:586:: with SMTP id 128-v6mr1656623pgf.169.1535115705148; Fri, 24 Aug 2018 06:01:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535115705; cv=none; d=google.com; s=arc-20160816; b=IC+LyNd+g0UrEp+YJtqsA0liPM/WiiK95FUHGPRmnnp5ovGLU/HeOeoeBICOX6rUD4 x+qn/cjA3871iEQnljo+/qvpA4x4JwOz7jjak07YP079XyDUJlzs+GSSU0cCccvRFhwO EU6znedmdliGdt0QkGjXrUyj5YmgS4ijeLNsunSNtWqKadad1UePPxJDT19CesT6N2SD La5qXlHpJM0ilHkXSn3bEiTdHQoeFwFT61fII04IBrwXXTJmOmuUO0wh4RI3aDoqKZn1 8YhpwFYzaC3dfoNvRS04F7gkQbsqK4qFiurc0n7VNHhjBMOBwRryYS9cON7W70n1QSae 6dvw== 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=aBAPcD6mPGtzrSR14mlYV3yq4kI2c3C0M90o3C3WCzU=; b=OQshv8t4B9hOpoeLV92pVxmDbM5Eqjy6r9tBW5yPhHoajWjDYlxQ8DKJgN5Luvk9EA EK3zDGxU5PLudgpVidgG6rIVlIr+p2El6Zt28e9PMTheR5ocIuiInxfbDS16UHyBGYb2 KUur1D1DxOWJJVw+NsxfI+71HHHCMC+kykjJ2FsrPRjI94F0iOdcfunViV9cJzbQYEId X4Qh4ekUicSNxc1js2HbGFUlmXi3Evxw6pmgA8RvuIN0/UlBJCg61CvXBtcHhExh1x7n Bnbcz9GSu/Y581OXfQlqSMdg0jpcYvNC+KdIowq7J6Q4XoSt05T/C733HUbntNItG79R VpBQ== 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 22-v6si7077220pfb.215.2018.08.24.06.01.29; Fri, 24 Aug 2018 06:01:45 -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 S1727261AbeHXQe2 (ORCPT + 99 others); Fri, 24 Aug 2018 12:34:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52982 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726762AbeHXQe2 (ORCPT ); Fri, 24 Aug 2018 12:34:28 -0400 Received: from localhost (5355525A.cm-6-6b.dynamic.ziggo.nl [83.85.82.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 00CEFBAE; Fri, 24 Aug 2018 12:59:53 +0000 (UTC) Date: Fri, 24 Aug 2018 14:59:50 +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: <20180824125950.GA29673@kroah.com> References: <20180824142408.6340d052@ninja> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180824142408.6340d052@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 02:24:08PM +0200, Matthias B. wrote: > Hallo, > > 4.4.147 is the last kernel of the 4.4.x series that boots for me. All > subsequent versions panic on boot. How do I report this bug? > If I'm supposed to use https://bugzilla.kernel.org/ I don't know what > to fill into the fields. I don't even know if the longterm kernel falls > under "Mainline" or some other tree. It depends on what the panic looks like :) Any hints? You can post it here if you want. 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. thanks, greg k-h