public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.39.2: duplicate filename '/devices/platform/GHES.9' on Asus DSBV-D
@ 2011-07-08  8:02 Drunkard Zhang
  2011-07-08 13:40 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Drunkard Zhang @ 2011-07-08  8:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel

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

On newly updated kernel I found this. I'm not sure it's a BIOS bug or
kernel bug. More infomation attached. I can gather more infomation if
you want :)

BTW, I used kexec to restart.
kexec -l /boot/vmlinuz-2.6.39.2 --append="ro root=/dev/sda1
rootfstype=ext4 quiet"
kexec -e

Deselect of "Power management and ACPI options ->
ACPI (Advanced Configuration and Power Interface) Support ->
ACPI Platform Error Interface (APEI)" avoided this message.

[    0.312096] ------------[ cut here ]------------
[    0.312096] WARNING: at fs/sysfs/dir.c:455 sysfs_add_one+0x8c/0xa0()
[    0.312096] Hardware name: System Product Name
[    0.312096] sysfs: cannot create duplicate filename
'/devices/platform/GHES.9'
[    0.312096] Modules linked in:
[    0.312096] Pid: 1, comm: swapper Not tainted 2.6.39.2 #1
[    0.312096] Call Trace:
[    0.312096]  [<ffffffff81036118>] warn_slowpath_common+0x80/0x98
[    0.312096]  [<ffffffff810361c4>] warn_slowpath_fmt+0x41/0x43
[    0.312096]  [<ffffffff8112d26b>] sysfs_add_one+0x8c/0xa0
[    0.312096]  [<ffffffff8112db7d>] create_dir+0x71/0xb3
[    0.312096]  [<ffffffff8112dc56>] sysfs_create_dir+0x97/0xae
[    0.312096]  [<ffffffff811e2069>] kobject_add_internal+0xdf/0x1a0
[    0.312096]  [<ffffffff811e2200>] kobject_add_varg+0x41/0x50
[    0.312096]  [<ffffffff811e22ca>] kobject_add+0x64/0x66
[    0.312096]  [<ffffffff811e1eb2>] ? kobject_get+0x1a/0x22
[    0.312096]  [<ffffffff812686c4>] device_add+0xc1/0x577
[    0.312096]  [<ffffffff81267b3d>] ? dev_set_name+0x3c/0x3e
[    0.312096]  [<ffffffff810c502a>] ? __kmalloc_track_caller+0x43/0xcf
[    0.312096]  [<ffffffff8126baa4>] platform_device_add+0x10f/0x159
[    0.312096]  [<ffffffff816ca69d>] ? setup_hest_disable+0x12/0x12
[    0.312096]  [<ffffffff816ca6f5>] hest_parse_ghes+0x58/0x8d
[    0.312096]  [<ffffffff81241c91>] apei_hest_parse+0xc9/0xf0
[    0.312096]  [<ffffffff816c9aa1>] ? find_dock+0x24/0x24
[    0.312096]  [<ffffffff816ca7f2>] acpi_hest_init+0xc8/0x11b
[    0.312096]  [<ffffffff816c9aa1>] ? find_dock+0x24/0x24
[    0.312096]  [<ffffffff816c9aaa>] acpi_pci_root_init+0x9/0x32
[    0.312096]  [<ffffffff8100020a>] do_one_initcall+0x7a/0x129
[    0.312096]  [<ffffffff816a5585>] kernel_init+0xde/0x162
[    0.312096]  [<ffffffff81428c54>] kernel_thread_helper+0x4/0x10
[    0.312096]  [<ffffffff816a54a7>] ? parse_early_options+0x20/0x20
[    0.312096]  [<ffffffff81428c50>] ? gs_change+0xb/0xb
[    0.312096] ---[ end trace 4eaa2a86a8e2da22 ]---

[-- Attachment #2: config-2.6.39.2.gz --]
[-- Type: application/x-gzip, Size: 13994 bytes --]

[-- Attachment #3: dmesg-20110708.gz --]
[-- Type: application/x-gzip, Size: 14222 bytes --]

[-- Attachment #4: dmidecode-20110708.gz --]
[-- Type: application/x-gzip, Size: 3415 bytes --]

[-- Attachment #5: emerge--info.gz --]
[-- Type: application/x-gzip, Size: 2278 bytes --]

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

* Re: 2.6.39.2: duplicate filename '/devices/platform/GHES.9' on Asus DSBV-D
  2011-07-08  8:02 2.6.39.2: duplicate filename '/devices/platform/GHES.9' on Asus DSBV-D Drunkard Zhang
@ 2011-07-08 13:40 ` Greg KH
  2011-07-08 14:24   ` Borislav Petkov
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2011-07-08 13:40 UTC (permalink / raw)
  To: Drunkard Zhang; +Cc: linux-kernel

On Fri, Jul 08, 2011 at 04:02:27PM +0800, Drunkard Zhang wrote:
> On newly updated kernel I found this. I'm not sure it's a BIOS bug or
> kernel bug. More infomation attached. I can gather more infomation if
> you want :)

It's an acpi issue, care to send it to that mailing list?

thanks,

greg k-h

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

* Re: 2.6.39.2: duplicate filename '/devices/platform/GHES.9' on Asus DSBV-D
  2011-07-08 13:40 ` Greg KH
@ 2011-07-08 14:24   ` Borislav Petkov
  2011-07-08 14:35     ` Greg KH
  2011-07-12  1:13     ` Huang Ying
  0 siblings, 2 replies; 5+ messages in thread
From: Borislav Petkov @ 2011-07-08 14:24 UTC (permalink / raw)
  To: Greg KH; +Cc: Drunkard Zhang, linux-kernel, Jin Dongming, Huang Ying, Len Brown

On Fri, Jul 08, 2011 at 06:40:03AM -0700, Greg KH wrote:
> On Fri, Jul 08, 2011 at 04:02:27PM +0800, Drunkard Zhang wrote:
> > On newly updated kernel I found this. I'm not sure it's a BIOS bug or
> > kernel bug. More infomation attached. I can gather more infomation if
> > you want :)
> 
> It's an acpi issue, care to send it to that mailing list?

We had this issue already: http://lkml.org/lkml/2010/9/17/116 - I
guess the fix wasn't complete. And yes, it is a BIOS bug but the
kernel shouldn't OOPS just because BIOS programmers fell asleep on the
keyboard.

Adding some more people to Cc.

-- 
Regards/Gruss,
Boris.

Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
General Managers: Alberto Bozzo, Andrew Bowd
Registration: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

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

* Re: 2.6.39.2: duplicate filename '/devices/platform/GHES.9' on Asus DSBV-D
  2011-07-08 14:24   ` Borislav Petkov
@ 2011-07-08 14:35     ` Greg KH
  2011-07-12  1:13     ` Huang Ying
  1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2011-07-08 14:35 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Drunkard Zhang, linux-kernel, Jin Dongming, Huang Ying, Len Brown

On Fri, Jul 08, 2011 at 04:24:53PM +0200, Borislav Petkov wrote:
> On Fri, Jul 08, 2011 at 06:40:03AM -0700, Greg KH wrote:
> > On Fri, Jul 08, 2011 at 04:02:27PM +0800, Drunkard Zhang wrote:
> > > On newly updated kernel I found this. I'm not sure it's a BIOS bug or
> > > kernel bug. More infomation attached. I can gather more infomation if
> > > you want :)
> > 
> > It's an acpi issue, care to send it to that mailing list?
> 
> We had this issue already: http://lkml.org/lkml/2010/9/17/116 - I
> guess the fix wasn't complete. And yes, it is a BIOS bug but the
> kernel shouldn't OOPS just because BIOS programmers fell asleep on the
> keyboard.

It's not oopsing, sysfs is spitting out a warning and then continuing
on, after failing to create the directory.

greg k-h

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

* Re: 2.6.39.2: duplicate filename '/devices/platform/GHES.9' on Asus DSBV-D
  2011-07-08 14:24   ` Borislav Petkov
  2011-07-08 14:35     ` Greg KH
@ 2011-07-12  1:13     ` Huang Ying
  1 sibling, 0 replies; 5+ messages in thread
From: Huang Ying @ 2011-07-12  1:13 UTC (permalink / raw)
  To: Drunkard Zhang
  Cc: Borislav Petkov, Greg KH, linux-kernel, Jin Dongming, Brown, Len

Hi, Drunkard,

On 07/08/2011 10:24 PM, Borislav Petkov wrote:
> On Fri, Jul 08, 2011 at 06:40:03AM -0700, Greg KH wrote:
>> On Fri, Jul 08, 2011 at 04:02:27PM +0800, Drunkard Zhang wrote:
>>> On newly updated kernel I found this. I'm not sure it's a BIOS bug or
>>> kernel bug. More infomation attached. I can gather more infomation if
>>> you want :)
>>
>> It's an acpi issue, care to send it to that mailing list?
> 
> We had this issue already: http://lkml.org/lkml/2010/9/17/116 - I
> guess the fix wasn't complete. And yes, it is a BIOS bug but the
> kernel shouldn't OOPS just because BIOS programmers fell asleep on the
> keyboard.
> 
> Adding some more people to Cc.
> 

This bug has been reported and resolved in following bugzilla entry already.

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

We have the bugfix patch, just have not made it into upstream yet.

Best Regards,
Huang Ying

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

end of thread, other threads:[~2011-07-12  1:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08  8:02 2.6.39.2: duplicate filename '/devices/platform/GHES.9' on Asus DSBV-D Drunkard Zhang
2011-07-08 13:40 ` Greg KH
2011-07-08 14:24   ` Borislav Petkov
2011-07-08 14:35     ` Greg KH
2011-07-12  1:13     ` Huang Ying

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