Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3005216imm; Fri, 24 Aug 2018 08:57:06 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZilj4Q0HknJ83w2ATmyumFBZGbqQVRqeekDAsfDZoW9I+cKpf1O2p5ScFZVpb9Cfnb126n X-Received: by 2002:a65:49c9:: with SMTP id t9-v6mr2149431pgs.366.1535126226688; Fri, 24 Aug 2018 08:57:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535126226; cv=none; d=google.com; s=arc-20160816; b=y+DUHTkJvI9822UzN8F9dT9Jwhf1bne07Qc2xUJLaGG45sGkTnN+pVQxdV8tYNRgYW i6jGKAaTNt972EI/k03hnnXezUvb4egeEk+zN0giI8szCV8MiZ57NKbpg6qyw5umEFCU XuWcGHe7y3noQUpfQJNHMPyn1FK3g79tymOh8T/R4YkQ2qxTHCcxzEtDppUkY7sFLDbm KF80UXo+Wr453BpOevO9TnGIxGXcfX8x/BCFqqnpxOKInleqLJ3TOt/cw1yYthhZZFEq FrhycBcGZhQXQqZppJUcWxLd0QuklQNwv3KV+zjm7Z1VsWYlKUq7AqefFXcxE2xthT6I vpzQ== 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=wxGI6V2gEO2jfDWGSXDUihXExEcyXe5khOzMLXFdnDk=; b=CqbNKG8dWuzm6Lyw01wCryys10uPBaVdb2oY3iPkHkBJjwKlrrdo7g5hq9IAUzwpvQ S8mVvcgEByXz5R67u2PQw+GRLRGWLweiLETzHYXHn6Ot6HqrG6ruk2+FWZmtqy9l8QsF PZvswsM+IMSFU5cabNC4m0n3+L6TbfB7h6wyMMFBHplNP40XfIiVf+8XoTEqwnl9361a p8FDGiVZ4f91oY265LjAbhwZKdSDBnpFh6ZNnUudeXyWgcVwPau4PylORrzUkl4L+IMq DyrMKPjeJ9nmbgpxJNyXwSd2CaGUdk+2QpaJuZQoa1/Jruewt9Ai0zgEf92BEZ74UQiD g5Bg== 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 f89-v6si6971505plf.20.2018.08.24.08.56.50; Fri, 24 Aug 2018 08:57:06 -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 S1727142AbeHXTbD (ORCPT + 99 others); Fri, 24 Aug 2018 15:31:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42378 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726268AbeHXTbD (ORCPT ); Fri, 24 Aug 2018 15:31:03 -0400 Received: from localhost (5355525A.cm-6-6b.dynamic.ziggo.nl [83.85.82.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 1D53FD8B; Fri, 24 Aug 2018 15:55:47 +0000 (UTC) Date: Fri, 24 Aug 2018 17:55:45 +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: <20180824155545.GA6066@kroah.com> References: <20180824142408.6340d052@ninja> <20180824125950.GA29673@kroah.com> <20180824154344.1c53a68c@ninja> <20180824141254.GB31555@kroah.com> <20180824163338.4bd9db8f@ninja> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180824163338.4bd9db8f@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 04:33:38PM +0200, Matthias B. wrote: > On Fri, 24 Aug 2018 16:12:54 +0200 > Greg KH wrote: > > > > > 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'. > > I've never used git bisect on the kernel. Can I simply do "make" for > each step or do I need to "make mrproper" every time? 'make oldconfig' and then 'make' should be just fine. But add '-j10' or so (the number of your cpus*2), so the build goes faster. thanks, greg k-h