Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933848Ab0GORKM (ORCPT ); Thu, 15 Jul 2010 13:10:12 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:56457 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933757Ab0GORKI (ORCPT ); Thu, 15 Jul 2010 13:10:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=JYuxqBLoF7z1lZYplX9H/2njhnhPUTDUrcTszKqm+j3X+DI6yX8UMfX3MPYVudN545 xajCiwHnA5cgS8SsvZN/qog1lMQYCXbD2H85iKdKgXf2U75JkgvuJZwrMess6CEyNU0/ QC6YdckKhW3gKEvr7o+Pyc/0JZywVFSCJJ2rg= Date: Thu, 15 Jul 2010 20:09:56 +0300 From: Sergei Trofimovich To: linux-kernel@vger.kernel.org Subject: Re: [SOLVED] v2.6.35-rc3: BUG: using smp_processor_id() in preemptible [00000000] code: modprobe/1255 Message-ID: <20100715200956.091069dc@mosly> In-Reply-To: <20100615220442.55b5271e@mosly> References: <20100613124246.07f98bd7@mosly> <20100615220442.55b5271e@mosly> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/Km08NVkB6Ed6M_2wTGQNk9Y"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4181 Lines: 87 --Sig_/Km08NVkB6Ed6M_2wTGQNk9Y Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable > > [ 7.582027] BUG: using smp_processor_id() in preemptible [00000000] = code: modprobe/1255 > > [ 7.582038] caller is nr_iowait_cpu+0x15/0x2b > > [ 7.582044] Pid: 1255, comm: modprobe Not tainted 2.6.35-rc3 #87 > > [ 7.582048] Call Trace: > > [ 7.582059] [] debug_smp_processor_id+0xc4/0xe0 > > [ 7.582067] [] nr_iowait_cpu+0x15/0x2b > > [ 7.582075] [] update_ts_time_stats+0x37/0x72 > > [ 7.582083] [] ? ktime_get+0x60/0xb9 > > [ 7.582089] [] get_cpu_idle_time_us+0x44/0x63 > > [ 7.582100] [] cpufreq_governor_dbs+0xe1/0x3cf > > [ 7.582109] [] ? notifier_call_chain+0x32/0x5e > > [ 7.582116] [] __cpufreq_governor+0xc7/0x105 > > [ 7.582124] [] __cpufreq_set_policy+0x1a8/0x222 > > [ 7.582131] [] cpufreq_add_dev_interface+0x291/0x= 2ac > > [ 7.582139] [] ? handle_update+0x0/0x33 > > [ 7.582147] [] cpufreq_add_dev+0x4b9/0x4c9 > > [ 7.582157] [] sysdev_driver_register+0xbf/0x119 > > [ 7.582164] [] cpufreq_register_driver+0xb9/0x1a5 > > [ 7.582174] [] acpi_cpufreq_init+0xd7/0x10d [acpi= _cpufreq] > > [ 7.582183] [] ? acpi_cpufreq_init+0x0/0x10d [acp= i_cpufreq] > > [ 7.582191] [] do_one_initcall+0x59/0x149 > > [ 7.582199] [] sys_init_module+0x9c/0x1db > > [ 7.582206] [] system_call_fastpath+0x16/0x1b > >=20 > > Attached whole config and dmesg. >=20 > It seems to be reproducible on each boot. Today's one: > [ 20.242755] BUG: using smp_processor_id() in preemptible [00000000] co= de: modprobe/1462 > [ 20.242765] caller is nr_iowait_cpu+0x15/0x2b > [ 20.242770] Pid: 1462, comm: modprobe Not tainted 2.6.35-rc3 #87 > [ 20.242774] Call Trace: > [ 20.242784] [] debug_smp_processor_id+0xc4/0xe0 > [ 20.242790] [] nr_iowait_cpu+0x15/0x2b > [ 20.242798] [] update_ts_time_stats+0x37/0x72 > [ 20.242805] [] ? ktime_get+0x60/0xb9 > [ 20.242811] [] get_cpu_idle_time_us+0x44/0x63 > [ 20.242820] [] cpufreq_governor_dbs+0xe1/0x3cf > [ 20.242828] [] ? notifier_call_chain+0x32/0x5e > [ 20.242835] [] __cpufreq_governor+0xc7/0x105 > [ 20.242842] [] __cpufreq_set_policy+0x1a8/0x222 > [ 20.242848] [] cpufreq_add_dev_interface+0x291/0x2ac > [ 20.242855] [] ? handle_update+0x0/0x33 > [ 20.242863] [] cpufreq_add_dev+0x4b9/0x4c9 > [ 20.242871] [] sysdev_driver_register+0xbf/0x119 > [ 20.242878] [] cpufreq_register_driver+0xb9/0x1a5 > [ 20.242887] [] acpi_cpufreq_init+0xd7/0x10d [acpi_c= pufreq] > [ 20.242894] [] ? acpi_cpufreq_init+0x0/0x10d [acpi_= cpufreq] > [ 20.242902] [] do_one_initcall+0x59/0x149 > [ 20.242909] [] sys_init_module+0x9c/0x1db > [ 20.242915] [] system_call_fastpath+0x16/0x1b Who cares, but v2.6.35-rc5-25-g2f7989e does not contain this problem anymor= e. --=20 Sergei --Sig_/Km08NVkB6Ed6M_2wTGQNk9Y Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (GNU/Linux) iEYEARECAAYFAkw/QOsACgkQcaHudmEf86qZpgCdGJgUtN9S3qNpYyD7/zKgDNIC qrwAnR+gBY0SC8Olvc1Ccj0aVDo/ykp1 =OOc3 -----END PGP SIGNATURE----- --Sig_/Km08NVkB6Ed6M_2wTGQNk9Y-- -- 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/