linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] RAS for 3.14, p2
@ 2013-12-22 13:16 Borislav Petkov
  2014-01-12 14:34 ` [GIT PULL] RAS for 3.14, p2 (updated) Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2013-12-22 13:16 UTC (permalink / raw)
  To: x86-ml; +Cc: Tony Luck, linux-edac, lkml

Hi guys,

this is a second set of smallish stuff for 3.14.

Please pull.

Thanks.

--
The following changes since commit 42139eb356e3384759ca143ae04d82376346eb4c:

  ACPI, eMCA: Combine eMCA/EDAC event reporting priority (2013-12-11 19:04:37 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/ras_for_3.14_p2

for you to fetch changes up to ca104edc17841da87850b20ab77e57fe0a99ead6:

  ACPI, APEI, GHES: Cleanup ghes memory error handling (2013-12-21 13:35:59 +0100)

----------------------------------------------------------------
SCI reporting for other error types not only correctable ones
+ APEI GHES cleanups

----------------------------------------------------------------
Chen, Gong (3):
      ACPI, APEI, GHES: Do not report only correctable errors with SCI
      ACPI, APEI: Cleanup alignment-aware accesses
      ACPI, APEI, GHES: Cleanup ghes memory error handling

 arch/x86/kernel/cpu/mcheck/mce-apei.c | 14 ++++++++++----
 drivers/acpi/apei/apei-base.c         |  4 ++--
 drivers/acpi/apei/einj.c              | 19 +++++++++----------
 drivers/acpi/apei/erst.c              |  2 +-
 drivers/acpi/apei/ghes.c              | 39 +++++++++++++++++++++------------------
 5 files changed, 43 insertions(+), 35 deletions(-)

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* [GIT PULL] RAS for 3.14, p2 (updated)
  2013-12-22 13:16 [GIT PULL] RAS for 3.14, p2 Borislav Petkov
@ 2014-01-12 14:34 ` Borislav Petkov
  2014-01-12 17:42   ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2014-01-12 14:34 UTC (permalink / raw)
  To: x86-ml; +Cc: Tony Luck, linux-edac, lkml

On Sun, Dec 22, 2013 at 02:16:29PM +0100, Borislav Petkov wrote:
> Hi guys,
> 
> this is a second set of smallish stuff for 3.14.

Ok, here's an updated one as I see you haven't pulled yet. Please pull.

The following changes since commit 42139eb356e3384759ca143ae04d82376346eb4c:

  ACPI, eMCA: Combine eMCA/EDAC event reporting priority (2013-12-11 19:04:37 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/ras_for_3.14_p2

for you to fetch changes up to 4f75d8412792777a314ac5c1393a9ed43d695fd1:

  x86, mce: Fix mce_start_timer semantics (2014-01-12 15:22:25 +0100)

----------------------------------------------------------------
SCI reporting for other error types not only correctable ones
+ APEI GHES cleanups
+ mce timer fix

----------------------------------------------------------------
Borislav Petkov (1):
      x86, mce: Fix mce_start_timer semantics

Chen, Gong (3):
      ACPI, APEI, GHES: Do not report only correctable errors with SCI
      ACPI, APEI: Cleanup alignment-aware accesses
      ACPI, APEI, GHES: Cleanup ghes memory error handling

 arch/x86/kernel/cpu/mcheck/mce-apei.c | 14 +++++++++----
 arch/x86/kernel/cpu/mcheck/mce.c      |  8 +++----
 drivers/acpi/apei/apei-base.c         |  4 ++--
 drivers/acpi/apei/einj.c              | 19 ++++++++---------
 drivers/acpi/apei/erst.c              |  2 +-
 drivers/acpi/apei/ghes.c              | 39 +++++++++++++++++++----------------
 6 files changed, 47 insertions(+), 39 deletions(-)

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* Re: [GIT PULL] RAS for 3.14, p2 (updated)
  2014-01-12 14:34 ` [GIT PULL] RAS for 3.14, p2 (updated) Borislav Petkov
@ 2014-01-12 17:42   ` Ingo Molnar
  0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2014-01-12 17:42 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: x86-ml, Tony Luck, linux-edac, lkml


* Borislav Petkov <bp@suse.de> wrote:

> On Sun, Dec 22, 2013 at 02:16:29PM +0100, Borislav Petkov wrote:
> > Hi guys,
> > 
> > this is a second set of smallish stuff for 3.14.
> 
> Ok, here's an updated one as I see you haven't pulled yet. Please pull.
> 
> The following changes since commit 42139eb356e3384759ca143ae04d82376346eb4c:
> 
>   ACPI, eMCA: Combine eMCA/EDAC event reporting priority (2013-12-11 19:04:37 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/ras_for_3.14_p2
> 
> for you to fetch changes up to 4f75d8412792777a314ac5c1393a9ed43d695fd1:
> 
>   x86, mce: Fix mce_start_timer semantics (2014-01-12 15:22:25 +0100)
> 
> ----------------------------------------------------------------
> SCI reporting for other error types not only correctable ones
> + APEI GHES cleanups
> + mce timer fix
> 
> ----------------------------------------------------------------
> Borislav Petkov (1):
>       x86, mce: Fix mce_start_timer semantics
> 
> Chen, Gong (3):
>       ACPI, APEI, GHES: Do not report only correctable errors with SCI
>       ACPI, APEI: Cleanup alignment-aware accesses
>       ACPI, APEI, GHES: Cleanup ghes memory error handling
> 
>  arch/x86/kernel/cpu/mcheck/mce-apei.c | 14 +++++++++----
>  arch/x86/kernel/cpu/mcheck/mce.c      |  8 +++----
>  drivers/acpi/apei/apei-base.c         |  4 ++--
>  drivers/acpi/apei/einj.c              | 19 ++++++++---------
>  drivers/acpi/apei/erst.c              |  2 +-
>  drivers/acpi/apei/ghes.c              | 39 +++++++++++++++++++----------------
>  6 files changed, 47 insertions(+), 39 deletions(-)

Pulled into tip:x86/ras, thanks Boris!

	Ingo

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

end of thread, other threads:[~2014-01-12 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-22 13:16 [GIT PULL] RAS for 3.14, p2 Borislav Petkov
2014-01-12 14:34 ` [GIT PULL] RAS for 3.14, p2 (updated) Borislav Petkov
2014-01-12 17:42   ` Ingo Molnar

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