All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Rusty Russell <rusty@rustcorp.com.au>,
	Dave Jones <davej@redhat.com>
Subject: Re: Fix quilt merge error in acpi-cpufreq.c
Date: Wed, 15 Apr 2009 07:44:17 +0200	[thread overview]
Message-ID: <20090415054417.GA5272@elte.hu> (raw)
In-Reply-To: <20090414020544.GA3738@elte.hu>


* Ingo Molnar <mingo@elte.hu> wrote:

> * Linux Kernel Mailing List <linux-kernel@vger.kernel.org> wrote:
> 
> > Gitweb:     http://git.kernel.org/linus/1c98aa7424ff163637d8321674ec58dee28152d4
> > Commit:     1c98aa7424ff163637d8321674ec58dee28152d4
> > Parent:     2e1c63b7ed36532b68f0eddd6a184d7ba1013b89
> > Author:     Linus Torvalds <torvalds@linux-foundation.org>
> > AuthorDate: Mon Apr 13 18:09:20 2009 -0700
> > Committer:  Linus Torvalds <torvalds@linux-foundation.org>
> > CommitDate: Mon Apr 13 18:09:20 2009 -0700
> > 
> >     Fix quilt merge error in acpi-cpufreq.c
> >     
> >     We ended up incorrectly using '&cur' instead of '&readin' in the
> >     work_on_cpu() -> smp_call_function_single() transformation in commit
> >     01599fca6758d2cd133e78f87426fc851c9ea725 ("cpufreq: use
> >     smp_call_function_[single|many]() in acpi-cpufreq.c").
> >     
> >     Andrew explains:
> >      "OK, the acpi tree went and had conflicting changes merged into it after
> >       I'd written the patch and it appears that I incorrectly reverted part
> >       of 18b2646fe3babeb40b34a0c1751e0bf5adfdc64c while fixing the resulting
> >       rejects.
> >     
> >       Switching it to `readin' looks correct."
> >     
> >     Acked-by: Andrew Morton <akpm@linux-foundation.org>
> >     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
> > ---
> >  arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c b/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
> > index 3e3cd3d..837c2c4 100644
> > --- a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
> > +++ b/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
> > @@ -277,7 +277,7 @@ static unsigned int get_measured_perf(struct cpufreq_policy *policy,
> >  	unsigned int perf_percent;
> >  	unsigned int retval;
> >  
> > -	if (smp_call_function_single(cpu, read_measured_perf_ctrs, &cur, 1))
> > +	if (smp_call_function_single(cpu, read_measured_perf_ctrs, &readin, 1))
> >  		return 0;
> 
> Ah, this might explain a few weird smp_processor_id() runtime 
> warnings i got a few hours ago in that area of code (but didnt 
> track it down at that time) when i updated to at around ~80a04d3.
> 
> (Never noticed the build warning - there's still too many of 
> them.)

No, that warning is back and triggered in overnight testing:

[   54.888193] BUG: using smp_processor_id() in preemptible [00000000] code: S99local/7753
[   54.888267] caller is smp_call_function_many+0x29/0x210
[   54.888309] Pid: 7753, comm: S99local Not tainted 2.6.30-rc1-tip #1750
[   54.888352] Call Trace:
[   54.888389]  [<c054d06d>] debug_smp_processor_id+0xcd/0xd0
[   54.888432]  [<c016e989>] smp_call_function_many+0x29/0x210
[   54.888477]  [<c0115860>] ? do_drv_write+0x0/0x70
[   54.888519]  [<c0115851>] drv_write+0x21/0x30
[   54.888559]  [<c0115e06>] acpi_cpufreq_target+0x146/0x310

fuller log below. I think this is because smp_call_function_many() 
was essentially unused before - an IPI function should not trigger 
this warning, it will naturally be called in preemptible context. 

Rusty?

	Ingo

----------------->
[   40.227336] Adding 4096564k swap on /dev/sda2.  Priority:-1 extents:1 across:4096564k 
[   43.958724] eth0: no IPv6 routers present
[   54.827389] CPUFREQ: ondemand sampling_rate_max sysfs file is deprecated - used by: cat
[   54.888193] BUG: using smp_processor_id() in preemptible [00000000] code: S99local/7753
[   54.888267] caller is smp_call_function_many+0x29/0x210
[   54.888309] Pid: 7753, comm: S99local Not tainted 2.6.30-rc1-tip #1750
[   54.888352] Call Trace:
[   54.888389]  [<c054d06d>] debug_smp_processor_id+0xcd/0xd0
[   54.888432]  [<c016e989>] smp_call_function_many+0x29/0x210
[   54.888477]  [<c0115860>] ? do_drv_write+0x0/0x70
[   54.888519]  [<c0115851>] drv_write+0x21/0x30
[   54.888559]  [<c0115e06>] acpi_cpufreq_target+0x146/0x310
[   54.888603]  [<c0166aab>] ? trace_hardirqs_on_caller+0x1b/0x1b0
[   54.888647]  [<c0166c4b>] ? trace_hardirqs_on+0xb/0x10
[   54.888690]  [<c022fd78>] ? sysfs_remove_group+0x68/0xd0
[   54.888735]  [<c0f17e02>] ? __mutex_unlock_slowpath+0x172/0x180
[   54.888781]  [<c0115cc0>] ? acpi_cpufreq_target+0x0/0x310
[   54.888828]  [<c0c8141e>] __cpufreq_driver_target+0x5e/0xa0
[   54.888873]  [<c0c827a3>] cpufreq_governor_performance+0x23/0x30
[   54.888918]  [<c0c804cb>] __cpufreq_governor+0x2b/0x60
[   54.888961]  [<c015af6f>] ? blocking_notifier_call_chain+0x1f/0x30
[   54.889006]  [<c0c8076a>] __cpufreq_set_policy+0xfa/0x140
[   54.889048]  [<c0c80f9a>] store_scaling_governor+0x8a/0xb0
[   54.889091]  [<c0c81880>] ? handle_update+0x0/0x20
[   54.889133]  [<c0c80ea4>] ? cpufreq_cpu_get+0x74/0x90
[   54.889174]  [<c0c80f10>] ? store_scaling_governor+0x0/0xb0
[   54.889217]  [<c0c8195d>] store+0x4d/0x70
[   54.889257]  [<c022cc50>] flush_write_buffer+0x50/0x70
[   54.889298]  [<c022cd4c>] sysfs_write_file+0x4c/0x80
[   54.889340]  [<c01df6df>] vfs_write+0x8f/0xd0
[   54.889379]  [<c022cd00>] ? sysfs_write_file+0x0/0x80
[   54.889421]  [<c01df762>] sys_write+0x42/0x70
[   54.889461]  [<c0102fab>] sysenter_do_call+0x12/0x36
[   54.889823] BUG: using smp_processor_id() in preemptible [00000000] code: S99local/7753
[   54.889890] caller is smp_call_function_many+0x29/0x210
[   54.889931] Pid: 7753, comm: S99local Not tainted 2.6.30-rc1-tip #1750
[   54.889974] Call Trace:
[   54.890008]  [<c054d06d>] debug_smp_processor_id+0xcd/0xd0
[   54.890051]  [<c016e989>] smp_call_function_many+0x29/0x210
[   54.890093]  [<c0115860>] ? do_drv_write+0x0/0x70
[   54.890133]  [<c0115851>] drv_write+0x21/0x30
[   54.890172]  [<c0115e06>] acpi_cpufreq_target+0x146/0x310
[   54.890216]  [<c0166aab>] ? trace_hardirqs_on_caller+0x1b/0x1b0
[   54.890261]  [<c0166c4b>] ? trace_hardirqs_on+0xb/0x10
[   54.890304]  [<c022fd78>] ? sysfs_remove_group+0x68/0xd0
[   54.890349]  [<c0f17e02>] ? __mutex_unlock_slowpath+0x172/0x180
[   54.890393]  [<c0115cc0>] ? acpi_cpufreq_target+0x0/0x310
[   54.890437]  [<c0c8141e>] __cpufreq_driver_target+0x5e/0xa0
[   54.890480]  [<c0c827a3>] cpufreq_governor_performance+0x23/0x30
[   54.890526]  [<c0c804cb>] __cpufreq_governor+0x2b/0x60
[   54.890569]  [<c015af6f>] ? blocking_notifier_call_chain+0x1f/0x30
[   54.890614]  [<c0c8076a>] __cpufreq_set_policy+0xfa/0x140
[   54.890658]  [<c0c80f9a>] store_scaling_governor+0x8a/0xb0
[   54.890701]  [<c0c81880>] ? handle_update+0x0/0x20
[   54.890743]  [<c0c80ea4>] ? cpufreq_cpu_get+0x74/0x90
[   54.890783]  [<c0c80f10>] ? store_scaling_governor+0x0/0xb0
[   54.890826]  [<c0c8195d>] store+0x4d/0x70
[   54.890864]  [<c022cc50>] flush_write_buffer+0x50/0x70
[   54.890994]  [<c022cd4c>] sysfs_write_file+0x4c/0x80
[   54.891035]  [<c01df6df>] vfs_write+0x8f/0xd0
[   54.891075]  [<c022cd00>] ? sysfs_write_file+0x0/0x80
[   54.891115]  [<c01df762>] sys_write+0x42/0x70
[   54.891154]  [<c0102fab>] sysenter_do_call+0x12/0x36
[   56.475977] device: 'vcs4': device_add


  reply	other threads:[~2009-04-15  5:44 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200904140159.n3E1x1K1014705@hera.kernel.org>
2009-04-14  2:05 ` Fix quilt merge error in acpi-cpufreq.c Ingo Molnar
2009-04-15  5:44   ` Ingo Molnar [this message]
2009-04-15 10:44     ` Rusty Russell
2009-04-15 15:28       ` Linus Torvalds
2009-04-15 16:26         ` Ingo Molnar
2009-04-15 16:46           ` H. Peter Anvin
2009-04-15 17:00             ` H. Peter Anvin
2009-04-15 17:19           ` Linus Torvalds
2009-04-15 18:47             ` H. Peter Anvin
2009-04-15 19:43               ` Linus Torvalds
2009-04-15 20:07                 ` Ingo Molnar
2009-04-15 20:32                 ` Andrew Morton
2009-04-15 21:03                   ` Ingo Molnar
2009-04-15 21:15                     ` Linus Torvalds
2009-04-15 22:40                       ` Ingo Molnar
2009-04-15 23:08                         ` Linus Torvalds
2009-04-16  0:08                           ` Ingo Molnar
2009-04-16  0:23                             ` Linus Torvalds
2009-04-16  0:38                               ` Linus Torvalds
2009-04-16  0:50                                 ` Ingo Molnar
2009-04-16  4:33                                   ` H. Peter Anvin
2009-04-16  7:14                                     ` Ingo Molnar
2009-04-16 15:24                                   ` Valdis.Kletnieks
2009-04-15 23:49                       ` David Miller
2009-04-16 11:00                         ` Christoph Hellwig
2009-04-15 21:17                     ` Andrew Morton
2009-04-15 23:04                       ` Ingo Molnar
2009-04-15 21:23                 ` David Miller
2009-04-15 22:48                   ` Ingo Molnar
2009-04-15 23:11                     ` Linus Torvalds
2009-04-16  0:44                       ` Ingo Molnar
2009-04-16  1:03                         ` Linus Torvalds
2009-04-16  1:46                           ` Ingo Molnar
2009-04-16  2:22                             ` Linus Torvalds
2009-04-16  7:23                               ` Ingo Molnar
2009-04-16  3:55                             ` Theodore Tso
2009-04-16  7:44                               ` Ingo Molnar
2009-04-16 15:41                             ` Valdis.Kletnieks
2009-04-16 13:04                   ` Valdis.Kletnieks
2009-04-16  2:00               ` Rusty Russell
2009-04-16  2:22                 ` Paul Gortmaker
2009-04-16  2:34                 ` Linus Torvalds
2009-04-16  3:10                 ` Ray Lee
2009-04-16  7:56                 ` Ingo Molnar
2009-04-16 11:57                   ` Theodore Tso
2009-04-16 13:55                 ` Jonathan Corbet
2009-04-20  8:14                   ` Rusty Russell
2009-04-20 10:38                     ` Ingo Molnar
2009-04-22  4:18                       ` Rusty Russell
2009-04-21 19:37                     ` Jonathan Corbet
2009-04-22  1:58                       ` Rusty Russell
2009-04-16  1:27         ` Rusty Russell
2009-04-16  2:31           ` Theodore Tso
2009-04-16  8:02             ` Ingo Molnar
2009-04-15 15:05     ` Linus Torvalds
2009-04-15 15:22       ` Ali Gholami Rudi
2009-04-15 16:41       ` Ingo Molnar
     [not found] <crh66-6nQ-7@gated-at.bofh.it>
     [not found] ` <crilu-8hM-13@gated-at.bofh.it>
     [not found]   ` <crjhu-1lb-13@gated-at.bofh.it>
     [not found]     ` <crkQl-3QL-7@gated-at.bofh.it>
     [not found]       ` <crm5K-5NR-17@gated-at.bofh.it>
     [not found]         ` <crmyK-6DP-9@gated-at.bofh.it>
     [not found]           ` <crnXV-g5-27@gated-at.bofh.it>
     [not found]             ` <croh9-VK-5@gated-at.bofh.it>
     [not found]               ` <croTQ-1Jm-1@gated-at.bofh.it>
     [not found]                 ` <crqVM-4UC-11@gated-at.bofh.it>
2009-04-16  5:46                   ` Niel Lambrechts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090415054417.GA5272@elte.hu \
    --to=mingo@elte.hu \
    --cc=akpm@linux-foundation.org \
    --cc=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rusty@rustcorp.com.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.