linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-2 tag
@ 2020-10-24 10:50 Michael Ellerman
  2020-10-24 18:11 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ellerman @ 2020-10-24 10:50 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: mikey, srikar, aneesh.kumar, linux-kernel, hegdevasant, ganeshgr,
	jniethe5, oohall, linuxppc-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull powerpc fixes for 5.10:

The following changes since commit ffd0b25ca049a477cb757e5bcf2d5e1664d12e5d:

  Revert "powerpc/pci: unmap legacy INTx interrupts when a PHB is removed" (2020-10-15 13:42:49 +1100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.10-2

for you to fetch changes up to 4ff753feab021242144818b9a3ba011238218145:

  powerpc/pseries: Avoid using addr_to_pfn in real mode (2020-10-22 14:34:45 +1100)

- ------------------------------------------------------------------
powerpc fixes for 5.10 #2

A fix for undetected data corruption on Power9 Nimbus <= DD2.1 in the emulation
of VSX loads. The affected CPUs were not widely available.

Two fixes for machine check handling in guests under PowerVM.

A fix for our recent changes to SMP setup, when CONFIG_CPUMASK_OFFSTACK=y.

Three fixes for races in the handling of some of our powernv sysfs attributes.

One change to remove TM from the set of Power10 CPU features.

A couple of other minor fixes.

Thanks to:
  Aneesh Kumar K.V, Christophe Leroy, Ganesh Goudar, Jordan Niethe, Mahesh
  Salgaonkar, Michael Neuling, Oliver O'Halloran, Qian Cai, Srikar Dronamraju,
  Vasant Hegde.

- ------------------------------------------------------------------
Aneesh Kumar K.V (1):
      powerpc/opal_elog: Handle multiple writes to ack attribute

Christophe Leroy (1):
      powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9

Ganesh Goudar (2):
      powerpc/mce: Avoid nmi_enter/exit in real mode on pseries hash
      powerpc/pseries: Avoid using addr_to_pfn in real mode

Jordan Niethe (1):
      powerpc/64s: Remove TM from Power10 features

Michael Neuling (2):
      powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulation
      selftests/powerpc: Make alignment handler test P9N DD2.1 vector CI load workaround

Oliver O'Halloran (1):
      powerpc/eeh: Fix eeh_dev_check_failure() for PE#0

Srikar Dronamraju (2):
      powerpc/smp: Remove unnecessary variable
      powerpc/smp: Use GFP_ATOMIC while allocating tmp mask

Vasant Hegde (2):
      powerpc/powernv/dump: Fix race while processing OPAL dump
      powerpc/powernv/dump: Handle multiple writes to ack attribute


 arch/powerpc/include/asm/asm-const.h                          |  13 +++
 arch/powerpc/include/asm/cputable.h                           |   2 +-
 arch/powerpc/include/asm/uaccess.h                            |   4 +-
 arch/powerpc/kernel/cputable.c                                |  13 ++-
 arch/powerpc/kernel/eeh.c                                     |   5 -
 arch/powerpc/kernel/mce.c                                     |   7 +-
 arch/powerpc/kernel/smp.c                                     |  70 ++++++------
 arch/powerpc/kernel/traps.c                                   |   2 +-
 arch/powerpc/platforms/powernv/opal-dump.c                    |  52 ++++++---
 arch/powerpc/platforms/powernv/opal-elog.c                    |  11 +-
 arch/powerpc/platforms/pseries/ras.c                          | 118 ++++++++++++--------
 tools/testing/selftests/powerpc/alignment/alignment_handler.c |   8 +-
 12 files changed, 185 insertions(+), 120 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl+UBeUACgkQUevqPMjh
pYBHUA//THLt6DJlSPPqn8LQZQGT76Gx82cKyy9DQ7/Elcl13xcuq3XbhHD5asi0
QbJGbLhRqpRhtmj3c8BCYAygi5FXZWH4IeN6FK8xoZGR2bi/gY7VkhIUSzFAHnRi
PFXafzb8eWVS7O5k8xbxrjxdOAu8SjEzywG5I8PPn5IWFwhUwjGosv81QtxJOLVc
V9WwuTBK87nfvoMdfcl3YJXRs+4vKOQQ0Gqa5vTVTUmgdbJOqJi1MvLULnSnKxTJ
G+XplOeSI1N3gk+E2cycPasghTYziTtzEyrTHe0Uufgx+9t6VuN1g2zL81kDA7U9
10Oqqry4Z66V2BhGrDMnXKYGeQNGRO8vNLT2DuuZd5XTN/LpV0knJHm/9F2E+5zl
T+GgQwS0IhXDcbS70TcbxXHPyBe2/eXRH1+rkSlAEjl656JVbKefgi1VUsqSzkjH
JBF2+zCodYelbbnRP89Aj5/03t+VeHbNC/1jixoYDHR7drXiU2XQqjfFZeCHvxOQ
YCznpoC84gcDupGC5q4op3tHBmvULJn0KaHYWryaAEWlCxjdVcjBis48B+GQVww8
JnDMC5WGVvAAxPHc74EkyEvdROx4Q+8UeOj+TXnrRlowEF8Wymxcvy7NUn2Bqq2J
VsRCUzLIReKCckdJQ/+SxG8eb9JUxQRWG76+Q9zzTHbdaBSWuMc=
=9Oxg
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-2 tag
  2020-10-24 10:50 [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-2 tag Michael Ellerman
@ 2020-10-24 18:11 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-24 18:11 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: mikey, srikar, aneesh.kumar, linuxppc-dev, linux-kernel,
	hegdevasant, ganeshgr, jniethe5, oohall, Linus Torvalds

The pull request you sent on Sat, 24 Oct 2020 21:50:21 +1100:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.10-2

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

Thank you!

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

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

end of thread, other threads:[~2020-10-24 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24 10:50 [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-2 tag Michael Ellerman
2020-10-24 18:11 ` 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).