From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 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> Sender: stable-owner@vger.kernel.org List-ID: 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