Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753922AbYK1AQW (ORCPT ); Thu, 27 Nov 2008 19:16:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752269AbYK1AQN (ORCPT ); Thu, 27 Nov 2008 19:16:13 -0500 Received: from mu-out-0910.google.com ([209.85.134.186]:28872 "EHLO mu-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751954AbYK1AQM convert rfc822-to-8bit (ORCPT ); Thu, 27 Nov 2008 19:16:12 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=iAQEriYArtawVlPDzTTeCqJzS0FF5t0ZYaVcxFJYgXNxmU7H8cDTlRulN+Ek7cE365 fdzMp/WcMcm1e+wsh2JSCN4Y06Hj6vZ4lb2IZI8ehh3qci0lQwBt09mgZq3l2XB219L5 n7db+GjuPPAjZ8oHDavEfbvqkfbqo3uGj6PJM= Message-ID: <492F3847.2020204@gmail.com> Date: Fri, 28 Nov 2008 01:16:07 +0100 From: Frederic Weisbecker User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: Steven Rostedt CC: Hugh Dickins , Pekka Enberg , "Rafael J. Wysocki" , Miles Lane , Linux Kernel Mailing List , Christoph Lameter , Ingo Molnar , Tejun Heo , Andrew Morton , Vegard Nossum , Arjan van de Ven Subject: Re: 2.6.28-rc6-git1 -- BUG: unable to handle kernel paging request at ffff8800be8b0019 References: <200811270026.37941.rjw@sisk.pl> <84144f020811270537l3798b2f5ka63caacbee43b075@mail.gmail.com> <84144f020811270613t3f0258ddxac52abb9a447bf40@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1047 Lines: 34 Steven Rostedt a ?crit : > [ Added Frederic ] > > On Thu, 27 Nov 2008, Hugh Dickins wrote: >> break; >> --- 2.6.28-rc6/include/linux/ftrace.h 2008-11-02 23:17:56.000000000 +0000 >> +++ linux/include/linux/ftrace.h 2008-11-27 16:39:26.000000000 +0000 >> @@ -231,7 +231,7 @@ ftrace_init_module(unsigned long *start, >> >> struct boot_trace { >> pid_t caller; >> - char func[KSYM_NAME_LEN]; >> + char func[KSYM_SYMBOL_LEN]; >> int result; >> unsigned long long duration; /* usecs */ >> ktime_t calltime; > > Acked-by: Steven Rostedt > > The boot tracer was written by Frederic. > > -- Steve > No problem for me. The ring buffer seems large enough to contain this entry size for each initcall :-) Acked-by: Frederic Weisbecker -- 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/