public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Oops in sched_mc_power_savings_store
@ 2008-07-24 11:51 Matthew Wilcox
  2008-07-24 20:07 ` Andi Kleen
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2008-07-24 11:51 UTC (permalink / raw)
  To: Andi Kleen, Greg KH, linux-kernel


I have no idea how you guys intended this to work, but here's the
debugging work I've done so far.

[   89.210171] Call Trace:
[   89.210182]  [<c011c0b3>] ? sched_mc_power_savings_store+0x0/0x4a
[   89.210198]  [<c02908c0>] ? sysdev_class_store+0x38/0x40
[   89.210213]  [<c01a0b51>] ? sysfs_write_file+0xb9/0xe4

sched_mc_power_savings_store isn't a class attribute, it's a plain
attribute.  So the prototypes are different.  This is why we try to load
from address 2 -- it's actually the length parameter.

I don't know how our typing system let this one through.  I don't know if
you want to fix this by adding an extra argument to the class_attribute
show and store methods.  I don't know if sched_mc_power_savings_store
was intended to be a class attribute or not.

-- 
Intel are signing my paycheques ... these opinions are still mine
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."

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

end of thread, other threads:[~2008-07-25 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-24 11:51 Oops in sched_mc_power_savings_store Matthew Wilcox
2008-07-24 20:07 ` Andi Kleen
2008-07-25 15:40   ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox