linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] RAS updates for 5.1
@ 2019-03-05 14:16 Borislav Petkov
  2019-03-08 17:14 ` Linus Torvalds
  2019-03-08 18:35 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Borislav Petkov @ 2019-03-05 14:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: x86-ml, linux-edac, lkml

Hi Linus,

please pull the latest ras-core-for-linus tree from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

This time around we have in store:

* Disable MC4_MISC thresholding banks on all AMD family 0x15 models (Shirish S)

* AMD MCE error descriptions update and error decode improvements (Yazen Ghannam)

* The usual smaller conversions and fixes

Thanks,
Boris.

------------------>

The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8:

  Linux 5.0-rc2 (2019-01-14 10:41:12 +1200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

for you to fetch changes up to 41f035a86b5b72a4f947c38e94239d20d595352a:

  x86/mce: Improve error message when kernel cannot recover, p2 (2019-02-25 23:21:35 +0100)

----------------------------------------------------------------
Andy Shevchenko (2):
      x86/MCE: Switch to use the new generic UUID API
      RAS: Use consistent types for UUIDs

Borislav Petkov (1):
      RAS: Add a MAINTAINERS entry

Shirish S (2):
      x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 models
      x86/MCE/AMD: Carve out the MC4_MISC thresholding quirk

Tony Luck (1):
      x86/mce: Improve error message when kernel cannot recover, p2

Yazen Ghannam (7):
      x86/MCE/AMD, EDAC/mce_amd: Add new MP5, NBIO, and PCIE SMCA bank types
      x86/MCE/AMD, EDAC/mce_amd: Add new McaTypes for CS, PSP, and SMU units
      x86/MCE/AMD, EDAC/mce_amd: Add new error descriptions for some SMCA bank types
      EDAC, mce_amd: Match error descriptions to latest documentation
      EDAC, mce_amd: Print ExtErrorCode and description on a single line
      EDAC/mce_amd: Decode MCA_STATUS[Scrub] bit
      EDAC/mce_amd: Decode MCA_STATUS in bit definition order

 MAINTAINERS                        |  10 ++
 arch/x86/include/asm/mce.h         |   7 +
 arch/x86/kernel/cpu/mce/amd.c      |  62 +++++++-
 arch/x86/kernel/cpu/mce/apei.c     |  10 +-
 arch/x86/kernel/cpu/mce/core.c     |  30 ----
 arch/x86/kernel/cpu/mce/severity.c |   5 +
 drivers/edac/mce_amd.c             | 291 ++++++++++++++++++++++++-------------
 drivers/ras/ras.c                  |   2 +-
 include/ras/ras_event.h            |   8 +-
 9 files changed, 282 insertions(+), 143 deletions(-)

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)

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

* Re: [GIT PULL] RAS updates for 5.1
  2019-03-05 14:16 [GIT PULL] RAS updates for 5.1 Borislav Petkov
@ 2019-03-08 17:14 ` Linus Torvalds
  2019-03-08 17:35   ` Borislav Petkov
  2019-03-08 18:35 ` pr-tracker-bot
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2019-03-08 17:14 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: x86-ml, linux-edac, lkml

On Tue, Mar 5, 2019 at 6:16 AM Borislav Petkov <bp@suse.de> wrote:
>
> please pull the latest ras-core-for-linus tree from:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

Hmm. You use signed tags for the EDAC tree, but not the RAS one. Is
there a reason for that oddity?

Not a big deal for a kernel.org tree, but I do prefer them signed even there.

Regardless - pulled, just wondering,

               Linus

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

* Re: [GIT PULL] RAS updates for 5.1
  2019-03-08 17:14 ` Linus Torvalds
@ 2019-03-08 17:35   ` Borislav Petkov
  2019-03-08 17:37     ` Borislav Petkov
  0 siblings, 1 reply; 5+ messages in thread
From: Borislav Petkov @ 2019-03-08 17:35 UTC (permalink / raw)
  To: Linus Torvalds, Ingo Molnar, Thomas Gleixner; +Cc: x86-ml, linux-edac, lkml

On Fri, Mar 08, 2019 at 09:14:32AM -0800, Linus Torvalds wrote:
> Hmm. You use signed tags for the EDAC tree, but not the RAS one. Is
> there a reason for that oddity?

Well, tip guys don't do signed tags but they name the top commit. I've
forgotten to do that, here it is:

# HEAD: 41f035a86b5b72a4f947c38e94239d20d595352a x86/mce: Improve error message when kernel cannot recover, p2

Sorry about that and thanks.

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)

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

* Re: [GIT PULL] RAS updates for 5.1
  2019-03-08 17:35   ` Borislav Petkov
@ 2019-03-08 17:37     ` Borislav Petkov
  0 siblings, 0 replies; 5+ messages in thread
From: Borislav Petkov @ 2019-03-08 17:37 UTC (permalink / raw)
  To: Linus Torvalds, Ingo Molnar, Thomas Gleixner; +Cc: x86-ml, linux-edac, lkml

On Fri, Mar 08, 2019 at 06:35:29PM +0100, Borislav Petkov wrote:
> On Fri, Mar 08, 2019 at 09:14:32AM -0800, Linus Torvalds wrote:
> > Hmm. You use signed tags for the EDAC tree, but not the RAS one. Is
> > there a reason for that oddity?
> 
> Well, tip guys don't do signed tags but they name the top commit. I've
> forgotten to do that, here it is:
> 
> # HEAD: 41f035a86b5b72a4f947c38e94239d20d595352a x86/mce: Improve error message when kernel cannot recover, p2

Err, correction, it is there. I simply used git request-pull.

Sorry for the confusion, the meds are not kicking in yet ;-\

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)

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

* Re: [GIT PULL] RAS updates for 5.1
  2019-03-05 14:16 [GIT PULL] RAS updates for 5.1 Borislav Petkov
  2019-03-08 17:14 ` Linus Torvalds
@ 2019-03-08 18:35 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2019-03-08 18:35 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linus Torvalds, x86-ml, linux-edac, lkml

The pull request you sent on Tue, 5 Mar 2019 15:16:45 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e13284da944df29ab08e8a9d2a50fc0ad1d858ab

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2019-03-08 18:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 14:16 [GIT PULL] RAS updates for 5.1 Borislav Petkov
2019-03-08 17:14 ` Linus Torvalds
2019-03-08 17:35   ` Borislav Petkov
2019-03-08 17:37     ` Borislav Petkov
2019-03-08 18:35 ` pr-tracker-bot

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