[SRU][Zesty][PATCH v2 0/4] Fixes for LP:1721070

Mauricio Faria de Oliveira mauricfo at linux.vnet.ibm.com
Tue Oct 24 21:41:22 UTC 2017


This is essentially the previous submission [1] with an extra
patch for cleaner backport on Zesty, and one small correction
to patch 'Fix system reset vs general interrupt reentrancy' [2].

Patches 1 and 4 are trivial backports (changes detailed in commit
message); patches 2 and 3 are cherry picks.

Testing has been performed by manufacturing since last Thursday
(today is Tuesday) with ~100 POWER9 modules, and include stress
with the 'winkle' power saving state (reason of [2]) - all good.

[1] https://lists.ubuntu.com/archives/kernel-team/2017-October/087491.html
[2] https://lists.ubuntu.com/archives/kernel-team/2017-October/087543.html
[3] https://lists.ubuntu.com/archives/kernel-team/2017-October/087488.html

Mahesh Salgaonkar (1):
  powerpc/book3s/mce: Move add_taint() later in virtual mode

Michael Ellerman (1):
  powerpc/mce: Move 64-bit machine check code into mce.c

Michael Neuling (1):
  powerpc/64s: Add workaround for P9 vector CI load issue

Nicholas Piggin (1):
  powerpc/64s: Fix system reset vs general interrupt reentrancy

 arch/powerpc/include/asm/emulated_ops.h  |   4 +
 arch/powerpc/include/asm/exception-64s.h |  14 +-
 arch/powerpc/include/asm/paca.h          |   7 +-
 arch/powerpc/include/asm/reg.h           |   1 +
 arch/powerpc/include/asm/uaccess.h       |  17 +++
 arch/powerpc/kernel/asm-offsets.c        |   1 +
 arch/powerpc/kernel/exceptions-64s.S     |  25 +++-
 arch/powerpc/kernel/mce.c                |  63 ++++++++
 arch/powerpc/kernel/traps.c              | 238 ++++++++++++++++++++++++++-----
 arch/powerpc/platforms/powernv/smp.c     |   7 +
 10 files changed, 327 insertions(+), 50 deletions(-)

-- 
1.8.3.1





More information about the kernel-team mailing list