Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752784Ab0AHEtU (ORCPT ); Thu, 7 Jan 2010 23:49:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752620Ab0AHEtT (ORCPT ); Thu, 7 Jan 2010 23:49:19 -0500 Received: from smtpauth.net4india.com ([202.71.129.41]:39441 "EHLO smtpauth.net4india.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752580Ab0AHEtS (ORCPT ); Thu, 7 Jan 2010 23:49:18 -0500 Message-ID: <4B46B924.6070903@xenontk.org> Date: Fri, 08 Jan 2010 10:18:36 +0530 From: David John Reply-To: davidjon@xenontk.org User-Agent: Mozilla/5.0 (X11; X; Linux x86_64; rv:1.9.1.5) Gecko/20091209 Thunderbird/3.0 MIME-Version: 1.0 To: Suresh Siddha CC: Rusty Russell , Thomas Gleixner , "H. Peter Anvin" , Ingo Molnar , LKML Subject: Re: [patch] generic-ipi: fix backtrace in smp_call_function_any() References: <1262908019.2779.24.camel@sbs-t61.sc.intel.com> In-Reply-To: <1262908019.2779.24.camel@sbs-t61.sc.intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1255 Lines: 35 On 01/08/2010 05:16 AM, Suresh Siddha wrote: > On my westmere box, I see this backtrace with 2.6.33-rc kernels: > >> cpumask_of_node(3): node > nr_node_ids(1) >> Pid: 1, comm: swapper Not tainted 2.6.33-rc3-00097-g2c1f189 #223 >> Call Trace: >> [] cpumask_of_node+0x23/0x58 >> [] smp_call_function_any+0x65/0xfa >> [] ? do_drv_read+0x0/0x2f >> [] get_cur_val+0xb0/0x102 >> [] get_cur_freq_on_cpu+0x74/0xc5 >> [] acpi_cpufreq_cpu_init+0x417/0x515 >> [] ? __down_write+0xb/0xd >> [] cpufreq_add_dev+0x278/0x922 > > fix it by using the cpu_to_node() and using the node number instead > of the cpu for cpumask_of_node(). > > Signed-off-by: Suresh Siddha Hi Suresh, I have already sent a patch for this: http://www.gossamer-threads.com/lists/linux/kernel/1173978?do=post_view_threaded Can you ACK that instead? Regards, David. -- 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/