From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752825AbaCHDiJ (ORCPT ); Fri, 7 Mar 2014 22:38:09 -0500 Received: from terminus.zytor.com ([198.137.202.10]:44919 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752076AbaCHDiH (ORCPT ); Fri, 7 Mar 2014 22:38:07 -0500 User-Agent: K-9 Mail for Android In-Reply-To: References: <201403072325.s27NPvlt003528@terminus.zytor.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [GIT PULL] x86 fixes for v3.14-rc6 From: "H. Peter Anvin" Date: Fri, 07 Mar 2014 19:36:57 -0800 To: Linus Torvalds , "H. Peter Anvin" CC: Peter Zijlstra , Arnaldo Carvalho de Melo , Borislav Petkov , Don Zickus , Jiri Olsa , Linux Kernel Mailing List , Matt Fleming , Ingo Molnar , Paul Mackerras , Peter Zijlstra , Russ Anderson , Steven Rostedt , seiji.aguchi@hds.com, Thomas Gleixner , Vince Weaver Message-ID: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org And yes, of course the change from hardcoded 2 to X86_TRAP_NMI was an afterthought. On March 7, 2014 7:03:09 PM PST, Linus Torvalds wrote: >Oww, oww, oww. > >DAMMIT. > >On Fri, Mar 7, 2014 at 3:25 PM, H. Peter Anvin >wrote: >> >> A small collection of minor fixes. The FPU stuff is still pending, I >> fear. I haven't heard anything from Suresh so I suspect I'm going to >> have to dig into the init specifics myself and fix up the patchset. > >I pulled this and then pushed out without test-compiling, because I'm >not used to the x86 trees causing problems. Usually they've gone >through a lot of build tests etc. > >But dammit, it's broken: > > arch/x86/kernel/head_64.o: In function `early_idt_handler': > (.init.text+0x124): undefined reference to `X86_TRAP_NMI' > >because X86_TRAP_NMI is an enum, not a #define. > >This can not have worked in your tree either, because that thing has >never been anything *but* an enum. So I'm pissed off. This patch was >clearly never tested anywhere. Why was it sent to me? > >Grr. Consider yourself cursed at. Saatana. > > Linus -- Sent from my mobile phone. Please pardon brevity and lack of formatting.