linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: 3.2.0-07927-gc49c41a: s2ram: Device 'machinecheck1' does not have a release() function, it is broken and must be fixed
       [not found] <20120116131842.53f7ccc8@sf.home>
@ 2012-01-16 11:22 ` Srivatsa S. Bhat
  2012-01-16 11:37   ` Sergei Trofimovich
  2012-01-16 20:48   ` Rafael J. Wysocki
  0 siblings, 2 replies; 6+ messages in thread
From: Srivatsa S. Bhat @ 2012-01-16 11:22 UTC (permalink / raw)
  To: Sergei Trofimovich
  Cc: linux-kernel, Kay Sievers, Linux PM mailing list,
	Rafael J. Wysocki, Greg Kroah-Hartman, Tony Luck, mingo,
	Borislav Petkov, tglx, prasad

On 01/16/2012 03:48 PM, Sergei Trofimovich wrote:

> With 3.2.0-rc0 I was not able to s2ram twice in a row. Bisected down to
> 
>   commit 8a25a2fd126c621f44f3aeaef80d51f00fc11639
>   Author: Kay Sievers <kay.sievers@vrfy.org>
>   Date:   Wed Dec 21 14:29:42 2011 -0800
> 
>       cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
> 
> it was fixed recently by commit
> 
>   commit a3301b751b19f0efbafddc4034f8e7ce6bf3007b
>   Author: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
>   Date:   Sat Jan 14 08:11:31 2012 +0530
> 
>     x86/mce: Fix CPU hotplug and suspend regression related to MCE
> 
> alas the warning pop ups (3.2.0-07927-gc49c41a).
> 
> command for suspend:
>     sudo sh -c "echo mem > /sys/power/state"
> 
> [ 7915.604188] ------------[ cut here ]------------
> [ 7915.604203] WARNING: at drivers/base/core.c:194 device_release+0x85/0x90()
> [ 7915.604209] Hardware name: HP Compaq 2510p Notebook PC
> [ 7915.604214] Device 'machinecheck1' does not have a release() function, it is broken and must be fixed.
> [ 7915.604219] Modules linked in: snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss
>  ext2 loop kvm_intel kvm fuse scsi_wait_scan usb_storage tun snd_hda_codec_analog snd_hda_intel snd_hda_codec snd_hwdep snd_pcm
>  snd_timer iwl4965 iwlegacy snd mac80211 cfg80211 yenta_socket soundcore pcmcia_core pcmcia_rsrc rfkill i915 sdhci_pci drm_kms_
> helper sdhci mmc_core drm e1000e snd_page_alloc i2c_algo_bit
> [ 7915.604293] Pid: 30171, comm: sh Not tainted 3.2.0-07927-gc49c41a #190
> [ 7915.604298] Call Trace:
> [ 7915.604311]  [<ffffffff81038f9a>] warn_slowpath_common+0x7a/0xb0
> [ 7915.604320]  [<ffffffff81039071>] warn_slowpath_fmt+0x41/0x50
> [ 7915.604331]  [<ffffffff81060781>] ? get_parent_ip+0x11/0x50
> [ 7915.604338]  [<ffffffff8130a3d5>] device_release+0x85/0x90
> [ 7915.604348]  [<ffffffff8125483d>] kobject_release+0x8d/0x1d0
> [ 7915.604356]  [<ffffffff812546dc>] kobject_put+0x2c/0x60
> [ 7915.604364]  [<ffffffff8130a122>] put_device+0x12/0x20
> [ 7915.604371]  [<ffffffff8130b235>] device_unregister+0x25/0x60
> [ 7915.604383]  [<ffffffff81450485>] mce_cpu_callback+0xe2/0x18a
> [ 7915.604392]  [<ffffffff8105b4bc>] notifier_call_chain+0x4c/0x70
> [ 7915.604400]  [<ffffffff8105b569>] __raw_notifier_call_chain+0x9/0x10
> [ 7915.604408]  [<ffffffff8103ab1b>] __cpu_notify+0x1b/0x30
> [ 7915.604416]  [<ffffffff8103ab40>] cpu_notify+0x10/0x20
> [ 7915.604423]  [<ffffffff8103ab59>] cpu_notify_nofail+0x9/0x20
> [ 7915.604433]  [<ffffffff8144345b>] _cpu_down+0x13b/0x250
> [ 7915.604441]  [<ffffffff8145536c>] ? printk+0x3c/0x40
> [ 7915.604450]  [<ffffffff8103ad76>] disable_nonboot_cpus+0x86/0x120
> [ 7915.604460]  [<ffffffff81083598>] suspend_devices_and_enter+0x148/0x240
> [ 7915.604469]  [<ffffffff810837e9>] enter_state+0x159/0x180
> [ 7915.604477]  [<ffffffff81082606>] state_store+0xc6/0x140
> [ 7915.604485]  [<ffffffff81254567>] kobj_attr_store+0x17/0x20
> [ 7915.604494]  [<ffffffff81142ce4>] sysfs_write_file+0xf4/0x170
> [ 7915.604504]  [<ffffffff810e15e6>] vfs_write+0xc6/0x180
> [ 7915.604512]  [<ffffffff810e18fc>] sys_write+0x4c/0x90
> [ 7915.604521]  [<ffffffff81459122>] system_call_fastpath+0x16/0x1b
> [ 7915.604528] ---[ end trace a06cd82fe48c1076 ]---
> 


Hi Sergei,

As I noted in the mail in which I posted that patch
(http://thread.gmane.org/gmane.linux.kernel/1237745/focus=1239134),
my patch just fixes the suspend issue. It doesn't attempt to fix the
"machinecheck not having a release() function" warning. And as mentioned
in the preceding discussion in the same thread,
(http://thread.gmane.org/gmane.linux.kernel/1237745/focus=1239052)
this warning is not a problem for suspend to work.

Of course, we have to get rid of this warning and one easy and trivial
way to get rid of this would be to add a dummy release() function for
MCE, since technically there is nothing to be released, since we use
per-cpu allocations of struct device.

But the only reason I haven't really jumped into writing such a patch
is that I would prefer to get the semantics right - adding a dummy
function is IMO something like working around the rules of the driver-core
framework just to silence the warning. Hence I feel we should resort
to it _only_ if there is nothing better we can do about this.

Just to re-instate, an end-user need not really worry about this warning
too much since this was there before (at a different place, and hidden)
when things were working fine... Hence it would be worthwhile to fix
this warning "correctly" if possible, than just do a quick and dirty
"silence the warning" kind of workaround. 

Regards,
Srivatsa S. Bhat
IBM Linux Technology Center


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

* Re: 3.2.0-07927-gc49c41a: s2ram: Device 'machinecheck1' does not have a release() function, it is broken and must be fixed
  2012-01-16 11:22 ` 3.2.0-07927-gc49c41a: s2ram: Device 'machinecheck1' does not have a release() function, it is broken and must be fixed Srivatsa S. Bhat
@ 2012-01-16 11:37   ` Sergei Trofimovich
  2012-01-16 20:48   ` Rafael J. Wysocki
  1 sibling, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2012-01-16 11:37 UTC (permalink / raw)
  To: Srivatsa S. Bhat
  Cc: linux-kernel, Kay Sievers, Linux PM mailing list,
	Rafael J. Wysocki, Greg Kroah-Hartman, Tony Luck, mingo,
	Borislav Petkov, tglx, prasad

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

> But the only reason I haven't really jumped into writing such a patch
> is that I would prefer to get the semantics right - adding a dummy
> function is IMO something like working around the rules of the driver-core
> framework just to silence the warning. Hence I feel we should resort
> to it _only_ if there is nothing better we can do about this.

Ah, I see. Will ignore the warning.
Thanks for the detailed explanation!

Sorry for the noise.

-- 

  Sergei

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: 3.2.0-07927-gc49c41a: s2ram: Device 'machinecheck1' does not have a release() function, it is broken and must be fixed
  2012-01-16 11:22 ` 3.2.0-07927-gc49c41a: s2ram: Device 'machinecheck1' does not have a release() function, it is broken and must be fixed Srivatsa S. Bhat
  2012-01-16 11:37   ` Sergei Trofimovich
@ 2012-01-16 20:48   ` Rafael J. Wysocki
  2012-01-16 21:49     ` Alan Stern
  1 sibling, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2012-01-16 20:48 UTC (permalink / raw)
  To: Srivatsa S. Bhat
  Cc: Sergei Trofimovich, linux-kernel, Kay Sievers,
	Linux PM mailing list, Greg Kroah-Hartman, Tony Luck, mingo,
	Borislav Petkov, tglx, prasad

On Monday, January 16, 2012, Srivatsa S. Bhat wrote:
> On 01/16/2012 03:48 PM, Sergei Trofimovich wrote:
> 
> > With 3.2.0-rc0 I was not able to s2ram twice in a row. Bisected down to
> > 
> >   commit 8a25a2fd126c621f44f3aeaef80d51f00fc11639
> >   Author: Kay Sievers <kay.sievers@vrfy.org>
> >   Date:   Wed Dec 21 14:29:42 2011 -0800
> > 
> >       cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
> > 
> > it was fixed recently by commit
> > 
> >   commit a3301b751b19f0efbafddc4034f8e7ce6bf3007b
> >   Author: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
> >   Date:   Sat Jan 14 08:11:31 2012 +0530
> > 
> >     x86/mce: Fix CPU hotplug and suspend regression related to MCE
> > 
> > alas the warning pop ups (3.2.0-07927-gc49c41a).
> > 
> > command for suspend:
> >     sudo sh -c "echo mem > /sys/power/state"
> > 
> > [ 7915.604188] ------------[ cut here ]------------
> > [ 7915.604203] WARNING: at drivers/base/core.c:194 device_release+0x85/0x90()
> > [ 7915.604209] Hardware name: HP Compaq 2510p Notebook PC
> > [ 7915.604214] Device 'machinecheck1' does not have a release() function, it is broken and must be fixed.
> > [ 7915.604219] Modules linked in: snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss
> >  ext2 loop kvm_intel kvm fuse scsi_wait_scan usb_storage tun snd_hda_codec_analog snd_hda_intel snd_hda_codec snd_hwdep snd_pcm
> >  snd_timer iwl4965 iwlegacy snd mac80211 cfg80211 yenta_socket soundcore pcmcia_core pcmcia_rsrc rfkill i915 sdhci_pci drm_kms_
> > helper sdhci mmc_core drm e1000e snd_page_alloc i2c_algo_bit
> > [ 7915.604293] Pid: 30171, comm: sh Not tainted 3.2.0-07927-gc49c41a #190
> > [ 7915.604298] Call Trace:
> > [ 7915.604311]  [<ffffffff81038f9a>] warn_slowpath_common+0x7a/0xb0
> > [ 7915.604320]  [<ffffffff81039071>] warn_slowpath_fmt+0x41/0x50
> > [ 7915.604331]  [<ffffffff81060781>] ? get_parent_ip+0x11/0x50
> > [ 7915.604338]  [<ffffffff8130a3d5>] device_release+0x85/0x90
> > [ 7915.604348]  [<ffffffff8125483d>] kobject_release+0x8d/0x1d0
> > [ 7915.604356]  [<ffffffff812546dc>] kobject_put+0x2c/0x60
> > [ 7915.604364]  [<ffffffff8130a122>] put_device+0x12/0x20
> > [ 7915.604371]  [<ffffffff8130b235>] device_unregister+0x25/0x60
> > [ 7915.604383]  [<ffffffff81450485>] mce_cpu_callback+0xe2/0x18a
> > [ 7915.604392]  [<ffffffff8105b4bc>] notifier_call_chain+0x4c/0x70
> > [ 7915.604400]  [<ffffffff8105b569>] __raw_notifier_call_chain+0x9/0x10
> > [ 7915.604408]  [<ffffffff8103ab1b>] __cpu_notify+0x1b/0x30
> > [ 7915.604416]  [<ffffffff8103ab40>] cpu_notify+0x10/0x20
> > [ 7915.604423]  [<ffffffff8103ab59>] cpu_notify_nofail+0x9/0x20
> > [ 7915.604433]  [<ffffffff8144345b>] _cpu_down+0x13b/0x250
> > [ 7915.604441]  [<ffffffff8145536c>] ? printk+0x3c/0x40
> > [ 7915.604450]  [<ffffffff8103ad76>] disable_nonboot_cpus+0x86/0x120
> > [ 7915.604460]  [<ffffffff81083598>] suspend_devices_and_enter+0x148/0x240
> > [ 7915.604469]  [<ffffffff810837e9>] enter_state+0x159/0x180
> > [ 7915.604477]  [<ffffffff81082606>] state_store+0xc6/0x140
> > [ 7915.604485]  [<ffffffff81254567>] kobj_attr_store+0x17/0x20
> > [ 7915.604494]  [<ffffffff81142ce4>] sysfs_write_file+0xf4/0x170
> > [ 7915.604504]  [<ffffffff810e15e6>] vfs_write+0xc6/0x180
> > [ 7915.604512]  [<ffffffff810e18fc>] sys_write+0x4c/0x90
> > [ 7915.604521]  [<ffffffff81459122>] system_call_fastpath+0x16/0x1b
> > [ 7915.604528] ---[ end trace a06cd82fe48c1076 ]---
> > 
> 
> 
> Hi Sergei,
> 
> As I noted in the mail in which I posted that patch
> (http://thread.gmane.org/gmane.linux.kernel/1237745/focus=1239134),
> my patch just fixes the suspend issue. It doesn't attempt to fix the
> "machinecheck not having a release() function" warning. And as mentioned
> in the preceding discussion in the same thread,
> (http://thread.gmane.org/gmane.linux.kernel/1237745/focus=1239052)
> this warning is not a problem for suspend to work.
> 
> Of course, we have to get rid of this warning and one easy and trivial
> way to get rid of this would be to add a dummy release() function for
> MCE, since technically there is nothing to be released, since we use
> per-cpu allocations of struct device.
> 
> But the only reason I haven't really jumped into writing such a patch
> is that I would prefer to get the semantics right - adding a dummy
> function is IMO something like working around the rules of the driver-core
> framework just to silence the warning. Hence I feel we should resort
> to it _only_ if there is nothing better we can do about this.
> 
> Just to re-instate, an end-user need not really worry about this warning
> too much since this was there before (at a different place, and hidden)
> when things were working fine... Hence it would be worthwhile to fix
> this warning "correctly" if possible, than just do a quick and dirty
> "silence the warning" kind of workaround. 

Well, since there's nothing to release in there, I really see only two
possible "fixes": either silence the warning the way you describe, or
remove it from the core.

Thanks,
Rafael

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

* Re: 3.2.0-07927-gc49c41a: s2ram: Device 'machinecheck1' does not have a release() function, it is broken and must be fixed
  2012-01-16 20:48   ` Rafael J. Wysocki
@ 2012-01-16 21:49     ` Alan Stern
  2012-01-16 22:08       ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Alan Stern @ 2012-01-16 21:49 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Srivatsa S. Bhat, Sergei Trofimovich, linux-kernel, Kay Sievers,
	Linux PM mailing list, Greg Kroah-Hartman, Tony Luck, mingo,
	Borislav Petkov, tglx, prasad

On Mon, 16 Jan 2012, Rafael J. Wysocki wrote:

> On Monday, January 16, 2012, Srivatsa S. Bhat wrote:

> > Just to re-instate, an end-user need not really worry about this warning
> > too much since this was there before (at a different place, and hidden)
> > when things were working fine... Hence it would be worthwhile to fix
> > this warning "correctly" if possible, than just do a quick and dirty
> > "silence the warning" kind of workaround. 
> 
> Well, since there's nothing to release in there, I really see only two
> possible "fixes": either silence the warning the way you describe, or
> remove it from the core.

No, the right fix is to release something.  The device structures
should be allocated dynamically, not statically.  Greg's suggestion of
using a set of per-cpu pointers to dynamically-allocated structures
sounds right.

Alan Stern


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

* Re: 3.2.0-07927-gc49c41a: s2ram: Device 'machinecheck1' does not have a release() function, it is broken and must be fixed
  2012-01-16 21:49     ` Alan Stern
@ 2012-01-16 22:08       ` Rafael J. Wysocki
  2012-01-16 22:28         ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2012-01-16 22:08 UTC (permalink / raw)
  To: Alan Stern
  Cc: Srivatsa S. Bhat, Sergei Trofimovich, linux-kernel, Kay Sievers,
	Linux PM mailing list, Greg Kroah-Hartman, Tony Luck, mingo,
	Borislav Petkov, tglx, prasad

On Monday, January 16, 2012, Alan Stern wrote:
> On Mon, 16 Jan 2012, Rafael J. Wysocki wrote:
> 
> > On Monday, January 16, 2012, Srivatsa S. Bhat wrote:
> 
> > > Just to re-instate, an end-user need not really worry about this warning
> > > too much since this was there before (at a different place, and hidden)
> > > when things were working fine... Hence it would be worthwhile to fix
> > > this warning "correctly" if possible, than just do a quick and dirty
> > > "silence the warning" kind of workaround. 
> > 
> > Well, since there's nothing to release in there, I really see only two
> > possible "fixes": either silence the warning the way you describe, or
> > remove it from the core.
> 
> No, the right fix is to release something.  The device structures
> should be allocated dynamically, not statically.  Greg's suggestion of
> using a set of per-cpu pointers to dynamically-allocated structures
> sounds right.

OK, so the source of the problem is that the device structure is statically
allocated, right?

Rafael

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

* Re: 3.2.0-07927-gc49c41a: s2ram: Device 'machinecheck1' does not have a release() function, it is broken and must be fixed
  2012-01-16 22:08       ` Rafael J. Wysocki
@ 2012-01-16 22:28         ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2012-01-16 22:28 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Alan Stern, Srivatsa S. Bhat, Sergei Trofimovich, linux-kernel,
	Kay Sievers, Linux PM mailing list, Tony Luck, mingo,
	Borislav Petkov, tglx, prasad

On Mon, Jan 16, 2012 at 11:08:49PM +0100, Rafael J. Wysocki wrote:
> On Monday, January 16, 2012, Alan Stern wrote:
> > On Mon, 16 Jan 2012, Rafael J. Wysocki wrote:
> > 
> > > On Monday, January 16, 2012, Srivatsa S. Bhat wrote:
> > 
> > > > Just to re-instate, an end-user need not really worry about this warning
> > > > too much since this was there before (at a different place, and hidden)
> > > > when things were working fine... Hence it would be worthwhile to fix
> > > > this warning "correctly" if possible, than just do a quick and dirty
> > > > "silence the warning" kind of workaround. 
> > > 
> > > Well, since there's nothing to release in there, I really see only two
> > > possible "fixes": either silence the warning the way you describe, or
> > > remove it from the core.
> > 
> > No, the right fix is to release something.  The device structures
> > should be allocated dynamically, not statically.  Greg's suggestion of
> > using a set of per-cpu pointers to dynamically-allocated structures
> > sounds right.
> 
> OK, so the source of the problem is that the device structure is statically
> allocated, right?

Yes, the patch below is what I am currently testing (my laptop is taking
a while to rebuild.)  It shows the general idea here...

thanks,

greg k-h

diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h
index f35ce43..6aefb14 100644
--- a/arch/x86/include/asm/mce.h
+++ b/arch/x86/include/asm/mce.h
@@ -151,7 +151,7 @@ static inline void enable_p5_mce(void) {}
 
 void mce_setup(struct mce *m);
 void mce_log(struct mce *m);
-DECLARE_PER_CPU(struct device, mce_device);
+extern struct device *mce_device[CONFIG_NR_CPUS];
 
 /*
  * Maximum banks number.
diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce.c
index 29ba329..5a11ae2 100644
--- a/arch/x86/kernel/cpu/mcheck/mce.c
+++ b/arch/x86/kernel/cpu/mcheck/mce.c
@@ -1859,7 +1859,7 @@ static struct bus_type mce_subsys = {
 	.dev_name	= "machinecheck",
 };
 
-DEFINE_PER_CPU(struct device, mce_device);
+struct device *mce_device[CONFIG_NR_CPUS];
 
 __cpuinitdata
 void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu);
@@ -2001,19 +2001,27 @@ static struct device_attribute *mce_device_attrs[] = {
 
 static cpumask_var_t mce_device_initialized;
 
+static void mce_device_release(struct device *dev)
+{
+	kfree(dev);
+}
+
 /* Per cpu device init. All of the cpus still share the same ctrl bank: */
 static __cpuinit int mce_device_create(unsigned int cpu)
 {
-	struct device *dev = &per_cpu(mce_device, cpu);
+	struct device *dev;
 	int err;
 	int i, j;
 
 	if (!mce_available(&boot_cpu_data))
 		return -EIO;
 
-	memset(dev, 0, sizeof(struct device));
+	dev = kzalloc(sizeof *dev, GFP_KERNEL);
+	if (!dev)
+		return -ENOMEM;
 	dev->id  = cpu;
 	dev->bus = &mce_subsys;
+	dev->release = &mce_device_release;
 
 	err = device_register(dev);
 	if (err)
@@ -2030,6 +2038,7 @@ static __cpuinit int mce_device_create(unsigned int cpu)
 			goto error2;
 	}
 	cpumask_set_cpu(cpu, mce_device_initialized);
+	mce_device[cpu] = dev;
 
 	return 0;
 error2:
@@ -2046,7 +2055,7 @@ error:
 
 static __cpuinit void mce_device_remove(unsigned int cpu)
 {
-	struct device *dev = &per_cpu(mce_device, cpu);
+	struct device *dev = mce_device[cpu];
 	int i;
 
 	if (!cpumask_test_cpu(cpu, mce_device_initialized))
@@ -2060,6 +2069,7 @@ static __cpuinit void mce_device_remove(unsigned int cpu)
 
 	device_unregister(dev);
 	cpumask_clear_cpu(cpu, mce_device_initialized);
+	mce_device[cpu] = NULL;
 }
 
 /* Make sure there are no machine checks on offlined CPUs. */
diff --git a/arch/x86/kernel/cpu/mcheck/mce_amd.c b/arch/x86/kernel/cpu/mcheck/mce_amd.c
index ba0b94a..786e76a 100644
--- a/arch/x86/kernel/cpu/mcheck/mce_amd.c
+++ b/arch/x86/kernel/cpu/mcheck/mce_amd.c
@@ -523,6 +523,7 @@ static __cpuinit int threshold_create_bank(unsigned int cpu, unsigned int bank)
 {
 	int i, err = 0;
 	struct threshold_bank *b = NULL;
+	struct device *dev = mce_device[cpu];
 	char name[32];
 
 	sprintf(name, "threshold_bank%i", bank);
@@ -543,8 +544,7 @@ static __cpuinit int threshold_create_bank(unsigned int cpu, unsigned int bank)
 		if (!b)
 			goto out;
 
-		err = sysfs_create_link(&per_cpu(mce_device, cpu).kobj,
-					b->kobj, name);
+		err = sysfs_create_link(&dev->kobj, b->kobj, name);
 		if (err)
 			goto out;
 
@@ -565,7 +565,7 @@ static __cpuinit int threshold_create_bank(unsigned int cpu, unsigned int bank)
 		goto out;
 	}
 
-	b->kobj = kobject_create_and_add(name, &per_cpu(mce_device, cpu).kobj);
+	b->kobj = kobject_create_and_add(name, &dev->kobj);
 	if (!b->kobj)
 		goto out_free;
 
@@ -585,8 +585,9 @@ static __cpuinit int threshold_create_bank(unsigned int cpu, unsigned int bank)
 		if (i == cpu)
 			continue;
 
-		err = sysfs_create_link(&per_cpu(mce_device, i).kobj,
-					b->kobj, name);
+		dev = mce_device[i];
+		if (dev)
+			err = sysfs_create_link(&dev->kobj,b->kobj, name);
 		if (err)
 			goto out;
 
@@ -649,6 +650,7 @@ static void deallocate_threshold_block(unsigned int cpu,
 static void threshold_remove_bank(unsigned int cpu, int bank)
 {
 	struct threshold_bank *b;
+	struct device *dev;
 	char name[32];
 	int i = 0;
 
@@ -663,7 +665,7 @@ static void threshold_remove_bank(unsigned int cpu, int bank)
 #ifdef CONFIG_SMP
 	/* sibling symlink */
 	if (shared_bank[bank] && b->blocks->cpu != cpu) {
-		sysfs_remove_link(&per_cpu(mce_device, cpu).kobj, name);
+		sysfs_remove_link(&mce_device[cpu]->kobj, name);
 		per_cpu(threshold_banks, cpu)[bank] = NULL;
 
 		return;
@@ -675,7 +677,9 @@ static void threshold_remove_bank(unsigned int cpu, int bank)
 		if (i == cpu)
 			continue;
 
-		sysfs_remove_link(&per_cpu(mce_device, i).kobj, name);
+		dev = mce_device[i];
+		if (dev)
+			sysfs_remove_link(&dev->kobj, name);
 		per_cpu(threshold_banks, i)[bank] = NULL;
 	}
 

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

end of thread, other threads:[~2012-01-16 22:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20120116131842.53f7ccc8@sf.home>
2012-01-16 11:22 ` 3.2.0-07927-gc49c41a: s2ram: Device 'machinecheck1' does not have a release() function, it is broken and must be fixed Srivatsa S. Bhat
2012-01-16 11:37   ` Sergei Trofimovich
2012-01-16 20:48   ` Rafael J. Wysocki
2012-01-16 21:49     ` Alan Stern
2012-01-16 22:08       ` Rafael J. Wysocki
2012-01-16 22:28         ` Greg KH

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).