From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1945418650406934336==" MIME-Version: 1.0 From: Dave Jones To: lkp@lists.01.org Subject: Re: [x86/asm/entry] BUG: unable to handle kernel paging request Date: Mon, 09 Mar 2015 13:55:02 -0400 Message-ID: <20150309175502.GA27857@codemonkey.org.uk> In-Reply-To: List-Id: --===============1945418650406934336== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Mon, Mar 09, 2015 at 10:12:46AM -0700, Linus Torvalds wrote: > On Mon, Mar 9, 2015 at 9:55 AM, Borislav Petkov wrote: > > On Mon, Mar 09, 2015 at 09:49:42AM -0700, Linus Torvalds wrote: > >> > >> I don't remember when it was open-coded, and I never created a git > >> archive of all the old tar-files from before BK, so it's not trivial > >> to check ;( > > > > This maybe: > > > > http://git.kernel.org/cgit/linux/kernel/git/history/history.git/ > = > Ahh. Yes. Not a very good import (dates are generally crap etc), but > better than nothing. If anyone wants to do something better, the scripts I used to create this tree are at https://github.com/kernelslacker/linux-historic-scripts They are pretty ugly, due to the number of special cases over time. I never gave a lot of thought about dates at the time. Some of the older diffs/tarballs might not be on kernel.org any more, but I= probably still have them if google can't find old mirrors. Dave --===============1945418650406934336==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753073AbbCIRzZ (ORCPT ); Mon, 9 Mar 2015 13:55:25 -0400 Received: from arcturus.aphlor.org ([188.246.204.175]:35357 "EHLO arcturus.aphlor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbbCIRzW (ORCPT ); Mon, 9 Mar 2015 13:55:22 -0400 Date: Mon, 9 Mar 2015 13:55:02 -0400 From: Dave Jones To: Linus Torvalds Cc: Borislav Petkov , Ingo Molnar , Denys Vlasenko , Andy Lutomirski , Fengguang Wu , X86 ML , LKP , "linux-kernel@vger.kernel.org" Subject: Re: [x86/asm/entry] BUG: unable to handle kernel paging request Message-ID: <20150309175502.GA27857@codemonkey.org.uk> Mail-Followup-To: Dave Jones , Linus Torvalds , Borislav Petkov , Ingo Molnar , Denys Vlasenko , Andy Lutomirski , Fengguang Wu , X86 ML , LKP , "linux-kernel@vger.kernel.org" References: <20150306233033.GA3556@wfg-t540p.sh.intel.com> <20150309114618.GA18686@gmail.com> <20150309164249.GA24910@gmail.com> <20150309165513.GA9212@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Report: Spam report generated by SpamAssassin on "arcturus.aphlor.org" Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Authenticated-User: davej@codemonkey.org.uk Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 09, 2015 at 10:12:46AM -0700, Linus Torvalds wrote: > On Mon, Mar 9, 2015 at 9:55 AM, Borislav Petkov wrote: > > On Mon, Mar 09, 2015 at 09:49:42AM -0700, Linus Torvalds wrote: > >> > >> I don't remember when it was open-coded, and I never created a git > >> archive of all the old tar-files from before BK, so it's not trivial > >> to check ;( > > > > This maybe: > > > > http://git.kernel.org/cgit/linux/kernel/git/history/history.git/ > > Ahh. Yes. Not a very good import (dates are generally crap etc), but > better than nothing. If anyone wants to do something better, the scripts I used to create this tree are at https://github.com/kernelslacker/linux-historic-scripts They are pretty ugly, due to the number of special cases over time. I never gave a lot of thought about dates at the time. Some of the older diffs/tarballs might not be on kernel.org any more, but I probably still have them if google can't find old mirrors. Dave