FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora User

 
 
LinkBack Thread Tools
 
Old 06-19-2012, 06:00 PM
"Lester M. Petrie Jr."
 
Default What is APEI and what is GAR?

Hi

I installed Fedora 17 last week, and my messages log and kernel log has been
filled with the following message:

[Firmware Bug]: APEI: Invalid bit width + offset in GAR [0xcfeb6110/32/0/1/0]

It is repeated every few seconds (seems to be more often when the cpus are
loaded). I can't see that anything isn't working. If I reboot into Fedora
15, the messages aren't there. Does anyone know what is complaining, and if
there is some way to turn the messages off? TIA.

--
Lester M Petrie
865-574-5259
petrielmjr@ornl.gov

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-19-2012, 06:08 PM
Andy Blanchard
 
Default What is APEI and what is GAR?

Kernel bug it seems:

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

There's a couple of patches available from the link, but I'm guessing a "proper" fix in the form of an updated RPM will be along PDQ given the severity of the bug.


--
Andy

The only person to have all his work done by Friday was Robinson Crusoe

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-19-2012, 06:27 PM
"Lester M. Petrie Jr."
 
Default What is APEI and what is GAR?

>
On Tuesday, June 19, 2012 7:08:38 PM Andy Blanchard wrote:


> Kernel bug it seems:

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

There's a couple of patches available from the link, but I'm guessing a "proper" fix in the form of an updated RPM will be along PDQ given the severity of the bug.

--
Andy

The only person to have all his work done by Friday was Robinson Crusoe


>


Thanks. It does look like a fix will come pretty soon. But does anyone know what APEI and GAR stand for?

*

--

Lester M Petrie

865-574-5259

petrielmjr@ornl.gov


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-19-2012, 06:49 PM
Alessandro Brezzi
 
Default What is APEI and what is GAR?

Hi Lester,

2012/6/19 Lester M. Petrie Jr. <petrielmjr@ornl.gov>:
> Thanks. It does look like a fix will come pretty soon. But does anyone know
> what APEI and GAR stand for?
>
>

from Linux/drivers/acpi/apei/apei-base.c

1 /*
2 * apei-base.c - ACPI Platform Error Interface (APEI) supporting
3 * infrastructure
4 *
5 * APEI allows to report errors (for example from the chipset) to the
6 * the operating system. This improves NMI handling especially. In
7 * addition it supports error serialization and error injection.
8 *
9 * For more information about APEI, please refer to ACPI Specification
10 * version 4.0, chapter 17.
11 *
12 * This file has Common functions used by more than one APEI table,
13 * including framework of interpreter for ERST and EINJ; resource
14 * management for APEI registers.
15 *
16 * Copyright (C) 2009, Intel Corp.
17 * Author: Huang Ying <ying.huang@intel.com>

HTH
--
Alessandro Brezzi
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-19-2012, 06:53 PM
"Lester M. Petrie Jr."
 
Default What is APEI and what is GAR?

Hi Alessandro,

On Tuesday, June 19, 2012 8:49:20 PM Alessandro Brezzi wrote:
> Hi Lester,
>
> 2012/6/19 Lester M. Petrie Jr. <petrielmjr@ornl.gov>:
> > Thanks. It does look like a fix will come pretty soon. But does anyone
> > know
> > what APEI and GAR stand for?
>
> from Linux/drivers/acpi/apei/apei-base.c
>
> 1 /*
> 2 * apei-base.c - ACPI Platform Error Interface (APEI) supporting
> 3 * infrastructure
> 4 *
> 5 * APEI allows to report errors (for example from the chipset) to the
> 6 * the operating system. This improves NMI handling especially. In
> 7 * addition it supports error serialization and error injection.
> 8 *
> 9 * For more information about APEI, please refer to ACPI Specification
> 10 * version 4.0, chapter 17.
> 11 *
> 12 * This file has Common functions used by more than one APEI table,
> 13 * including framework of interpreter for ERST and EINJ; resource
> 14 * management for APEI registers.
> 15 *
> 16 * Copyright (C) 2009, Intel Corp.
> 17 * Author: Huang Ying <ying.huang@intel.com>
>
> HTH

Thanks. That is enough information to satisfy my curiosity. Now I'll just
wait for an update to make the flood cease.

--
Lester M Petrie
865-574-5259
petrielmjr@ornl.gov

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-19-2012, 06:56 PM
Alessandro Brezzi
 
Default What is APEI and what is GAR?

Lester,

>
> Thanks. *That is enough information to satisfy my curiosity. *Now I'll just
> wait for an update to make the flood cease.

you can boot with ghes.disable=1 to avoid the log flood for now.

--
Alessandro Brezzi
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 06-19-2012, 07:01 PM
"Lester M. Petrie Jr."
 
Default What is APEI and what is GAR?

Alessandro,

On Tuesday, June 19, 2012 8:56:28 PM Alessandro Brezzi wrote:
> Lester,
>
> > Thanks. That is enough information to satisfy my curiosity. Now I'll
> > just
> > wait for an update to make the flood cease.
>
> you can boot with ghes.disable=1 to avoid the log flood for now.

Many, many thanks for this.

--
Lester M Petrie
865-574-5259
petrielmjr@ornl.gov

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 

Thread Tools




All times are GMT. The time now is 05:12 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org