Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756238Ab3JIMwc (ORCPT ); Wed, 9 Oct 2013 08:52:32 -0400 Received: from mail-ea0-f172.google.com ([209.85.215.172]:60080 "EHLO mail-ea0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751819Ab3JIMwb (ORCPT ); Wed, 9 Oct 2013 08:52:31 -0400 Date: Wed, 9 Oct 2013 14:52:28 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: Fengguang Wu , Oleg Nesterov , Linus Torvalds , Linux Kernel Mailing List Subject: Re: [x86] BUG: unable to handle kernel paging request at 00740060 Message-ID: <20131009125228.GA24215@gmail.com> References: <20131005234430.GA22485@localhost> <20131008143400.GA14721@redhat.com> <20131009080459.GA2298@localhost> <20131009121911.GA18770@localhost> <20131009122705.GG3081@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131009122705.GG3081@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1029 Lines: 31 * Peter Zijlstra wrote: > On Wed, Oct 09, 2013 at 08:19:11PM +0800, Fengguang Wu wrote: > > > > Fengguang, I do not think this will help, but just in case. Could you > > > > show the result of > > > > > > > > $ kernel/task_work.s > > > > Update: I recompiled the kernel with gcc 4.4.7 and find it booting fine! > > > # 208 "/c/wfg/tip/arch/x86/include/asm/bitops.h" 1 > > bts $1, 8(%eax); setc %dl #,, c > > That compiler doesn't appear to have asm goto support, so we fall back > to the code we already knew worked :-) I'm using 4.7.2 with randconfig testing, which has asm goto support, and I haven't seen this crash yet. Unless my testing is off it might be a bug in GCC 4.8, or a pre-existing bug gets exposed by GCC 4.8. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/