cpufreq.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8
@ 2012-10-04 12:38 bugzilla-daemon
  2012-10-30 16:53 ` [Bug 48341] " bugzilla-daemon
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-10-04 12:38 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341

           Summary: BUG: using smp_processor_id in preemptible powernow_k8
           Product: Power Management
           Version: 2.5
    Kernel Version: 3.6.0-rc7 (drm-core-next)
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: cpufreq
        AssignedTo: cpufreq@vger.kernel.org
        ReportedBy: lists@andyfurniss.entadsl.com
        Regression: Yes


Created an attachment (id=82111)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=82111)
dmesg 

Since upgrading kernel(drm-core-next) from 

3.6.0-rc2-57331-g269b62d to

3.6.0-rc7-59005-g2216c9e

I am getting these with cpufreq

BUG: using smp_processor_id() in preemptible [00000000] code: modprobe/222
caller is powernowk8_target+0x17/0x50 [powernow_k8]
Pid: 222, comm: modprobe Not tainted 3.6.0-rc7-59005-g2216c9e #1
Call Trace:
 [<c0626ced>] debug_smp_processor_id+0xcd/0xd0
 [<f82dda10>] ? powernowk8_target_fn+0x9b0/0x9b0 [powernow_k8]
 [<f82dda27>] powernowk8_target+0x17/0x50 [powernow_k8]
 [<c0748393>] __cpufreq_driver_target+0x63/0xa0
 [<c04587d6>] ? srcu_notifier_chain_register+0x36/0x60
 [<c074aafd>] cpufreq_governor_userspace+0x16d/0x2d0
 [<c0812eed>] ? notifier_call_chain+0x2d/0x60
 [<c07484c5>] __cpufreq_governor+0x55/0xd0
 [<c07486f9>] __cpufreq_set_policy+0x179/0x240
 [<c0565163>] ? sysfs_add_file+0x13/0x20
 [<c0749dfe>] cpufreq_add_dev+0x66e/0x7b0
 [<c0810372>] ? _raw_spin_unlock_irqrestore+0x12/0x30
 [<c074a640>] ? cpufreq_update_policy+0x100/0x100
 [<c06aa44d>] subsys_interface_register+0x7d/0xb0
 [<f82dc640>] ? write_new_fid+0x140/0x140 [powernow_k8]
 [<c07494cc>] cpufreq_register_driver+0x9c/0x1d0
 [<f82de64d>] powernowk8_init+0x16d/0x1cd [powernow_k8]
 [<f82de4e0>] ? powernowk8_cpu_init+0x8e0/0x8e0 [powernow_k8]
 [<c04011f3>] do_one_initcall+0x103/0x150
 [<c04588da>] ? blocking_notifier_call_chain+0x1a/0x20
 [<c048a577>] sys_init_module+0xc7/0x10a0
 [<c062f000>] ? ddebug_dyndbg_param_cb+0x70/0x70
 [<c0815d93>] sysenter_do_call+0x12/0x22


dmesg attached.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
@ 2012-10-30 16:53 ` bugzilla-daemon
  2012-10-31 22:19 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-10-30 16:53 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341


Andy Furniss <lists@andyfurniss.entadsl.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |OBSOLETE




--- Comment #1 from Andy Furniss <lists@andyfurniss.entadsl.com>  2012-10-30 16:53:31 ---
With drm-fixes -
3.7.0-rc2-70305-g96fb1a2

I see -

powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.

Which seems to be working Ok, so closing.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
  2012-10-30 16:53 ` [Bug 48341] " bugzilla-daemon
@ 2012-10-31 22:19 ` bugzilla-daemon
  2012-11-01 13:21 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-10-31 22:19 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341


Hedi Berriche <hedi@sgi.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hedi@sgi.com




--- Comment #2 from Hedi Berriche <hedi@sgi.com>  2012-10-31 22:19:47 ---
Actually this should be solved by the following commit:

  e4df1cb: cpufreq / powernow-k8: Remove usage of smp_processor_id() in
preemptible code

Cheers,
Hedi.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
  2012-10-30 16:53 ` [Bug 48341] " bugzilla-daemon
  2012-10-31 22:19 ` bugzilla-daemon
@ 2012-11-01 13:21 ` bugzilla-daemon
  2013-01-26 12:00 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-11-01 13:21 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341


Alan <alan@lxorguk.ukuu.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|OBSOLETE                    |CODE_FIX




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-11-01 13:21 ` bugzilla-daemon
@ 2013-01-26 12:00 ` bugzilla-daemon
  2013-01-26 13:34   ` Rafael J. Wysocki
  2013-01-26 13:28 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 11+ messages in thread
From: bugzilla-daemon @ 2013-01-26 12:00 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341


Álvaro Castillo <netsys@fedoraproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |netsys@fedoraproject.org




--- Comment #3 from Álvaro Castillo <netsys@fedoraproject.org>  2013-01-26 12:00:53 ---
Does not work on A6-4440M
powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.

3.7.2-204.fc18.x86_64

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-01-26 12:00 ` bugzilla-daemon
@ 2013-01-26 13:28 ` bugzilla-daemon
  2013-02-08 17:41 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-01-26 13:28 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341





--- Comment #4 from Rafael J. Wysocki <rjw@sisk.pl>  2013-01-26 13:28:16 ---
On Saturday, January 26, 2013 12:00:54 PM bugzilla-daemon@bugzilla.kernel.org
wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=48341

> --- Comment #3 from Álvaro Castillo <netsys@fedoraproject.org>  2013-01-26 12:00:53 ---
> Does not work on A6-4440M
> powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
> 
> 3.7.2-204.fc18.x86_64

Can you please test the current mainline (v3.8-rc5 as of today)?

A few patches have been applied to it affecting this area.


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2013-01-26 12:00 ` bugzilla-daemon
@ 2013-01-26 13:34   ` Rafael J. Wysocki
  0 siblings, 0 replies; 11+ messages in thread
From: Rafael J. Wysocki @ 2013-01-26 13:34 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: cpufreq

On Saturday, January 26, 2013 12:00:54 PM bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=48341

> --- Comment #3 from Álvaro Castillo <netsys@fedoraproject.org>  2013-01-26 12:00:53 ---
> Does not work on A6-4440M
> powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
> 
> 3.7.2-204.fc18.x86_64

Can you please test the current mainline (v3.8-rc5 as of today)?

A few patches have been applied to it affecting this area.


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2013-01-26 13:28 ` bugzilla-daemon
@ 2013-02-08 17:41 ` bugzilla-daemon
  2013-02-08 17:41 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-02-08 17:41 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341


Len Brown <lenb@kernel.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |lenb@kernel.org
         Resolution|CODE_FIX                    |




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
                   ` (5 preceding siblings ...)
  2013-02-08 17:41 ` bugzilla-daemon
@ 2013-02-08 17:41 ` bugzilla-daemon
  2013-04-01  5:57 ` bugzilla-daemon
  2013-04-13 17:41 ` bugzilla-daemon
  8 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-02-08 17:41 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341


Len Brown <lenb@kernel.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEEDINFO




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
                   ` (6 preceding siblings ...)
  2013-02-08 17:41 ` bugzilla-daemon
@ 2013-04-01  5:57 ` bugzilla-daemon
  2013-04-13 17:41 ` bugzilla-daemon
  8 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-04-01  5:57 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341


Aaron Lu <aaron.lu@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aaron.lu@intel.com




--- Comment #5 from Aaron Lu <aaron.lu@intel.com>  2013-04-01 05:57:52 ---
(In reply to comment #3)
> Does not work on A6-4440M
> powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
> 
> 3.7.2-204.fc18.x86_64

What's the problem? Did you get a call backtrace or cpufreq does not work for
you? And if there is a problem, can you please test the current mainline as
comment #4 has suggested? Thanks.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 48341] BUG: using smp_processor_id in preemptible powernow_k8
  2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
                   ` (7 preceding siblings ...)
  2013-04-01  5:57 ` bugzilla-daemon
@ 2013-04-13 17:41 ` bugzilla-daemon
  8 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-04-13 17:41 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=48341


Zhang Rui <rui.zhang@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rui.zhang@intel.com
         AssignedTo|cpufreq@vger.kernel.org     |rjw@sisk.pl




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-04-13 17:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04 12:38 [Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8 bugzilla-daemon
2012-10-30 16:53 ` [Bug 48341] " bugzilla-daemon
2012-10-31 22:19 ` bugzilla-daemon
2012-11-01 13:21 ` bugzilla-daemon
2013-01-26 12:00 ` bugzilla-daemon
2013-01-26 13:34   ` Rafael J. Wysocki
2013-01-26 13:28 ` bugzilla-daemon
2013-02-08 17:41 ` bugzilla-daemon
2013-02-08 17:41 ` bugzilla-daemon
2013-04-01  5:57 ` bugzilla-daemon
2013-04-13 17:41 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).