Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754754AbbBOPio (ORCPT ); Sun, 15 Feb 2015 10:38:44 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:57267 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752893AbbBOPin (ORCPT ); Sun, 15 Feb 2015 10:38:43 -0500 Date: Sun, 15 Feb 2015 16:38:36 +0100 From: Frederic Weisbecker To: Huang Ying Cc: Ingo Molnar , LKML , LKP ML , Steven Rostedt , Peter Zijlstra Subject: Re: [LKP] [sched] BUG: kernel boot hang Message-ID: <20150215153833.GB8838@lerouge> References: <1423986208.5538.5.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423986208.5538.5.camel@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2303 Lines: 43 On Sun, Feb 15, 2015 at 03:43:28PM +0800, Huang Ying wrote: > FYI, we noticed the below changes on > > commit a18b5d01819235629289212ad428a5ee2b40f0d9 ("sched: Fix missing preemption opportunity") > > > +------------------------------------------+------------+------------+ > | | 80e3d87b2c | a18b5d0181 | > +------------------------------------------+------------+------------+ > | boot_successes | 75 | 0 | > | boot_failures | 0 | 52 | > | BUG:unable_to_handle_kernel | 0 | 32 | > | Oops | 0 | 32 | > | RIP:rb_reserve_next_event | 0 | 2 | > | Kernel_panic-not_syncing:Fatal_exception | 0 | 32 | > | RIP:ftrace_push_return_trace | 0 | 29 | > | BUG:kernel_boot_hang | 0 | 17 | > | BUG:Function_graph_tracer_hang | 0 | 1 | > | PANIC:double_fault | 0 | 1 | > | RIP:trace_graph_entry | 0 | 1 | > | RIP:show_stack_log_lvl | 0 | 1 | > | BUG:kernel_boot_crashed | 0 | 3 | > +------------------------------------------+------------+------------+ > > [ 0.572050] Testing tracer wakeup_dl: > [ 0.572050] Testing tracer wakeup_dl: PASSED > PASSED > [ 0.636050] Testing tracer function_graph: > [ 0.636050] Testing tracer function_graph: > > [ 0.648264] BUG: unable to handle kernel > [ 0.648264] BUG: unable to handle kernel paging requestpaging request at 00000000000013cc > at 00000000000013cc > [ 0.649716] IP: > [ 0.649716] IP: [] ftrace_push_return_trace+0xa3/0x11b > [] ftrace_push_return_trace+0xa3/0x11b Probably I should annotate preempt_schedule_common() as __sched. I'll test that. -- 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/