All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-5.15-2 tag
@ 2021-09-19 13:11 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2021-09-19 13:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: clg, ganeshgr, linux-kernel, linuxppc-dev, npiggin

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

Hi Linus,

Please pull powerpc fixes for 5.15:

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the git repository at:

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

for you to fetch changes up to c006a06508db4841d256d82f42da392d6391f3d9:

  powerpc/xics: Set the IRQ chip data for the ICS native backend (2021-09-15 22:05:53 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.15 #2

Fix crashes when scv (System Call Vectored) is used to make a syscall when a transaction
is active, on Power9 or later.

Fix bad interactions between rfscv (Return-from scv) and Power9 fake-suspend mode.

Fix crashes when handling machine checks in LPARs using the Hash MMU.

Partly revert a recent change to our XICS interrupt controller code, which broke the
recently added Microwatt support.

Thanks to: Cédric Le Goater, Eirik Fuller, Ganesh Goudar, Gustavo Romero, Joel Stanley,
Nicholas Piggin.

- ------------------------------------------------------------------
Cédric Le Goater (1):
      powerpc/xics: Set the IRQ chip data for the ICS native backend

Ganesh Goudar (1):
      powerpc/mce: Fix access error in mce handler

Nicholas Piggin (4):
      powerpc/64s: system call scv tabort fix for corrupt irq soft-mask state
      selftests/powerpc: Add scv versions of the basic TM syscall tests
      powerpc/64s: system call rfscv workaround for TM bugs
      KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registers


 arch/powerpc/kernel/interrupt.c                     | 43 ++++++++++++++++++++
 arch/powerpc/kernel/interrupt_64.S                  | 41 -------------------
 arch/powerpc/kernel/mce.c                           | 17 +++++++-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S             | 36 +++++++++++++++-
 arch/powerpc/sysdev/xics/xics-common.c              |  4 +-
 tools/testing/selftests/powerpc/tm/tm-syscall-asm.S | 37 ++++++++++++++++-
 tools/testing/selftests/powerpc/tm/tm-syscall.c     | 36 ++++++++++++----
 7 files changed, 159 insertions(+), 55 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmFHMuoACgkQUevqPMjh
pYD59RAAsMPzDU+iT15Vm2dC9Ar4hmlLvC0Ew3I/JigC/XSf1bcyGPM4ybSUsoLj
wop5AeOyoaAtegWki3HxMM5iC99KRI9GuJd8Fa8yrSwKYz/O+6oqVJdq0oJY/rLl
NpHDgFCencKya/H0UV+Xobfb41ol25bGchMfcuhQw5G6JVCtWbYSFQXUefTcC3lt
GjYy9jLzvNT7DGlmJBJaeIU78vqRbXLmbHgBwLhxIIBD0us48BQX4elDWcP5Jjwr
UMyz962EaWLAb/nyac9BHzqO9OS6awYJGI5lx3CPJz3+VA6RI/Vu8WoentfejupP
GaiGnCcRBnUAkcUuapy0XQtcv9197yOLkLi5XUPgS82o9EuI2+TLtpoZCwLBOceu
HLpcjYbxf6rV79wYb+P5+oZkPIUi+JWEzF9hCMSFDIJO3mY8rqoDqbEnGEIdiQUi
6IhihFw6s4a15vd+sn0J1KsUvceeA98zE/7zFXW1tYTqxn2zlJFn923EJuHMr+24
mCQb4JvsWlUi+8YuEvr1659I0nstFJaUxY1BFDuFr5oR4/ZFDwnRUs2JbAw8No8Y
uzM7wuq1PMswnKLm5cnR3tsYOVgwTdR6O9wCe3Uva4PoOoB5Y97VpSU8ElfPI+c+
ePdHNteAjRiMLTggWzLryCUNw+2T8wny/r9nyx5tfI2JswXgSvg=
=KZ/U
-----END PGP SIGNATURE-----

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

* [GIT PULL] Please pull powerpc/linux.git powerpc-5.15-2 tag
@ 2021-09-19 13:11 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2021-09-19 13:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc-dev, ganeshgr, clg, npiggin, linux-kernel

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

Hi Linus,

Please pull powerpc fixes for 5.15:

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the git repository at:

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

for you to fetch changes up to c006a06508db4841d256d82f42da392d6391f3d9:

  powerpc/xics: Set the IRQ chip data for the ICS native backend (2021-09-15 22:05:53 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.15 #2

Fix crashes when scv (System Call Vectored) is used to make a syscall when a transaction
is active, on Power9 or later.

Fix bad interactions between rfscv (Return-from scv) and Power9 fake-suspend mode.

Fix crashes when handling machine checks in LPARs using the Hash MMU.

Partly revert a recent change to our XICS interrupt controller code, which broke the
recently added Microwatt support.

Thanks to: Cédric Le Goater, Eirik Fuller, Ganesh Goudar, Gustavo Romero, Joel Stanley,
Nicholas Piggin.

- ------------------------------------------------------------------
Cédric Le Goater (1):
      powerpc/xics: Set the IRQ chip data for the ICS native backend

Ganesh Goudar (1):
      powerpc/mce: Fix access error in mce handler

Nicholas Piggin (4):
      powerpc/64s: system call scv tabort fix for corrupt irq soft-mask state
      selftests/powerpc: Add scv versions of the basic TM syscall tests
      powerpc/64s: system call rfscv workaround for TM bugs
      KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registers


 arch/powerpc/kernel/interrupt.c                     | 43 ++++++++++++++++++++
 arch/powerpc/kernel/interrupt_64.S                  | 41 -------------------
 arch/powerpc/kernel/mce.c                           | 17 +++++++-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S             | 36 +++++++++++++++-
 arch/powerpc/sysdev/xics/xics-common.c              |  4 +-
 tools/testing/selftests/powerpc/tm/tm-syscall-asm.S | 37 ++++++++++++++++-
 tools/testing/selftests/powerpc/tm/tm-syscall.c     | 36 ++++++++++++----
 7 files changed, 159 insertions(+), 55 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmFHMuoACgkQUevqPMjh
pYD59RAAsMPzDU+iT15Vm2dC9Ar4hmlLvC0Ew3I/JigC/XSf1bcyGPM4ybSUsoLj
wop5AeOyoaAtegWki3HxMM5iC99KRI9GuJd8Fa8yrSwKYz/O+6oqVJdq0oJY/rLl
NpHDgFCencKya/H0UV+Xobfb41ol25bGchMfcuhQw5G6JVCtWbYSFQXUefTcC3lt
GjYy9jLzvNT7DGlmJBJaeIU78vqRbXLmbHgBwLhxIIBD0us48BQX4elDWcP5Jjwr
UMyz962EaWLAb/nyac9BHzqO9OS6awYJGI5lx3CPJz3+VA6RI/Vu8WoentfejupP
GaiGnCcRBnUAkcUuapy0XQtcv9197yOLkLi5XUPgS82o9EuI2+TLtpoZCwLBOceu
HLpcjYbxf6rV79wYb+P5+oZkPIUi+JWEzF9hCMSFDIJO3mY8rqoDqbEnGEIdiQUi
6IhihFw6s4a15vd+sn0J1KsUvceeA98zE/7zFXW1tYTqxn2zlJFn923EJuHMr+24
mCQb4JvsWlUi+8YuEvr1659I0nstFJaUxY1BFDuFr5oR4/ZFDwnRUs2JbAw8No8Y
uzM7wuq1PMswnKLm5cnR3tsYOVgwTdR6O9wCe3Uva4PoOoB5Y97VpSU8ElfPI+c+
ePdHNteAjRiMLTggWzLryCUNw+2T8wny/r9nyx5tfI2JswXgSvg=
=KZ/U
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.15-2 tag
  2021-09-19 13:11 ` Michael Ellerman
@ 2021-09-19 20:36   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-09-19 20:36 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, clg, ganeshgr, linux-kernel, linuxppc-dev, npiggin

The pull request you sent on Sun, 19 Sep 2021 23:11:04 +1000:

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

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

Thank you!

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

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.15-2 tag
@ 2021-09-19 20:36   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-09-19 20:36 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, linux-kernel, npiggin, ganeshgr, clg, linuxppc-dev

The pull request you sent on Sun, 19 Sep 2021 23:11:04 +1000:

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

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

Thank you!

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

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

end of thread, other threads:[~2021-09-19 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-19 13:11 [GIT PULL] Please pull powerpc/linux.git powerpc-5.15-2 tag Michael Ellerman
2021-09-19 13:11 ` Michael Ellerman
2021-09-19 20:36 ` pr-tracker-bot
2021-09-19 20:36   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.