All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-5.14-5 tag
@ 2021-08-15 12:48 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2021-08-15 12:48 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: christophe.leroy, clg, ldufour, linux-kernel, linuxppc-dev, pulehui

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

Hi Linus,

Please pull some more powerpc fixes for 5.14:

The following changes since commit a88603f4b92ecef9e2359e40bcb99ad399d85dd7:

  powerpc/vdso: Don't use r30 to avoid breaking Go lang (2021-07-29 23:13:12 +1000)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.14-5

for you to fetch changes up to cbc06f051c524dcfe52ef0d1f30647828e226d30:

  powerpc/xive: Do not skip CPU-less nodes when creating the IPIs (2021-08-12 22:31:41 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.14 #5

 - Fix crashes coming out of nap on 32-bit Book3s (eg. powerbooks).
 - Fix critical and debug interrupts on BookE, seen as crashes when using ptrace.
 - Fix an oops when running an SMP kernel on a UP system.
 - Update pseries LPAR security flavor after partition migration.
 - Fix an oops when using kprobes on BookE.
 - Fix oops on 32-bit pmac by not calling do_IRQ() from timer_interrupt().
 - Fix softlockups on CPU hotplug into a CPU-less node with xive (P9).

Thanks to: Cédric Le Goater, Christophe Leroy, Finn Thain, Geetika Moolchandani, Laurent
Dufour, Laurent Vivier, Nicholas Piggin, Pu Lehui, Radu Rendec, Srikar Dronamraju, Stan
Johnson.

- ------------------------------------------------------------------
Christophe Leroy (5):
      powerpc/32s: Fix napping restore in data storage interrupt (DSI)
      powerpc/32: Fix critical and debug interrupts on BOOKE
      powerpc/smp: Fix OOPS in topology_init()
      powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()
      powerpc/interrupt: Do not call single_step_exception() from other exceptions

Cédric Le Goater (1):
      powerpc/xive: Do not skip CPU-less nodes when creating the IPIs

Laurent Dufour (1):
      powerpc/pseries: Fix update of LPAR security flavor after LPM

Pu Lehui (1):
      powerpc/kprobes: Fix kprobe Oops happens in booke


 arch/powerpc/include/asm/interrupt.h   |  3 ++
 arch/powerpc/include/asm/irq.h         |  2 +-
 arch/powerpc/include/asm/ptrace.h      | 16 +++++++++
 arch/powerpc/kernel/asm-offsets.c      | 31 ++++++++---------
 arch/powerpc/kernel/head_book3s_32.S   |  2 +-
 arch/powerpc/kernel/head_booke.h       | 27 ++-------------
 arch/powerpc/kernel/irq.c              |  7 +++-
 arch/powerpc/kernel/kprobes.c          |  3 +-
 arch/powerpc/kernel/sysfs.c            |  2 +-
 arch/powerpc/kernel/time.c             |  2 +-
 arch/powerpc/kernel/traps.c            |  9 +++--
 arch/powerpc/platforms/pseries/setup.c |  5 +--
 arch/powerpc/sysdev/xive/common.c      | 35 ++++++++++++++------
 13 files changed, 82 insertions(+), 62 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmEZDQQACgkQUevqPMjh
pYDVNQ//cV/JSIm1THeqbfjZFrx2iO5hcwgO0lXaRK6Lf4gXGAcQAGr6Co+JjsNy
A5vz3myCKHiTlCe7862Dm7X54FKeJKwhQsdzpWVfw8aeQwxdhkc1Wg4WtgKMT3/j
woN6je4+2/I9LctFgnRMqMV1ode4t91jgjX4wGCxqLYQxPtBXgkZ4jwwIvTh5xR8
DmkYr5ZFaHzVX+wHY/58aT4rtej5f88RXVdR1ClCw9APzgPzSP+t/arZm1B7TRGN
PFetXlHtyOzHcsf5OhfHXWJ4tjUxLsuHccPmnJKJsPAnfNP2fUEZv8fqHqJma+bj
YVG8wzCI4/OTdaoEzmgwdyKXsE0g5GSh0V2ok4DEUaRWrWCbSmsKvLLqW9gVn06K
9iLMne+MoxOmUh4z2ZI2PI+Ko31IEOlaRudsdeJGCYAYAqTRrbBdrrUK55Qjozv0
oGccwMZrqyWwlNfyx4kgD03x1N0zITr1/CstAIssfQilnrlrM6n4vWjc3tvMI1R7
Lgl5Ja8UYkLQsOmH5FD0iqEwmjaJgNuc7+Vt93rWvxk1Pk/s8Kx5dEer+/q0tLku
u7QabZMOd3DsVsgU3oNNNUDGA3RbvhlOj3H2J/RoHftmXg2UG0T4MBIVk9r5N+DP
MOgk1GP1zxLQ2B6FazRG3J5W/Ct9gHTMSFUpWGaz313VWp6gpJ4=
=NuwF
-----END PGP SIGNATURE-----

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

* [GIT PULL] Please pull powerpc/linux.git powerpc-5.14-5 tag
@ 2021-08-15 12:48 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2021-08-15 12:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, clg, pulehui, ldufour, linuxppc-dev

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

Hi Linus,

Please pull some more powerpc fixes for 5.14:

The following changes since commit a88603f4b92ecef9e2359e40bcb99ad399d85dd7:

  powerpc/vdso: Don't use r30 to avoid breaking Go lang (2021-07-29 23:13:12 +1000)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.14-5

for you to fetch changes up to cbc06f051c524dcfe52ef0d1f30647828e226d30:

  powerpc/xive: Do not skip CPU-less nodes when creating the IPIs (2021-08-12 22:31:41 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.14 #5

 - Fix crashes coming out of nap on 32-bit Book3s (eg. powerbooks).
 - Fix critical and debug interrupts on BookE, seen as crashes when using ptrace.
 - Fix an oops when running an SMP kernel on a UP system.
 - Update pseries LPAR security flavor after partition migration.
 - Fix an oops when using kprobes on BookE.
 - Fix oops on 32-bit pmac by not calling do_IRQ() from timer_interrupt().
 - Fix softlockups on CPU hotplug into a CPU-less node with xive (P9).

Thanks to: Cédric Le Goater, Christophe Leroy, Finn Thain, Geetika Moolchandani, Laurent
Dufour, Laurent Vivier, Nicholas Piggin, Pu Lehui, Radu Rendec, Srikar Dronamraju, Stan
Johnson.

- ------------------------------------------------------------------
Christophe Leroy (5):
      powerpc/32s: Fix napping restore in data storage interrupt (DSI)
      powerpc/32: Fix critical and debug interrupts on BOOKE
      powerpc/smp: Fix OOPS in topology_init()
      powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()
      powerpc/interrupt: Do not call single_step_exception() from other exceptions

Cédric Le Goater (1):
      powerpc/xive: Do not skip CPU-less nodes when creating the IPIs

Laurent Dufour (1):
      powerpc/pseries: Fix update of LPAR security flavor after LPM

Pu Lehui (1):
      powerpc/kprobes: Fix kprobe Oops happens in booke


 arch/powerpc/include/asm/interrupt.h   |  3 ++
 arch/powerpc/include/asm/irq.h         |  2 +-
 arch/powerpc/include/asm/ptrace.h      | 16 +++++++++
 arch/powerpc/kernel/asm-offsets.c      | 31 ++++++++---------
 arch/powerpc/kernel/head_book3s_32.S   |  2 +-
 arch/powerpc/kernel/head_booke.h       | 27 ++-------------
 arch/powerpc/kernel/irq.c              |  7 +++-
 arch/powerpc/kernel/kprobes.c          |  3 +-
 arch/powerpc/kernel/sysfs.c            |  2 +-
 arch/powerpc/kernel/time.c             |  2 +-
 arch/powerpc/kernel/traps.c            |  9 +++--
 arch/powerpc/platforms/pseries/setup.c |  5 +--
 arch/powerpc/sysdev/xive/common.c      | 35 ++++++++++++++------
 13 files changed, 82 insertions(+), 62 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmEZDQQACgkQUevqPMjh
pYDVNQ//cV/JSIm1THeqbfjZFrx2iO5hcwgO0lXaRK6Lf4gXGAcQAGr6Co+JjsNy
A5vz3myCKHiTlCe7862Dm7X54FKeJKwhQsdzpWVfw8aeQwxdhkc1Wg4WtgKMT3/j
woN6je4+2/I9LctFgnRMqMV1ode4t91jgjX4wGCxqLYQxPtBXgkZ4jwwIvTh5xR8
DmkYr5ZFaHzVX+wHY/58aT4rtej5f88RXVdR1ClCw9APzgPzSP+t/arZm1B7TRGN
PFetXlHtyOzHcsf5OhfHXWJ4tjUxLsuHccPmnJKJsPAnfNP2fUEZv8fqHqJma+bj
YVG8wzCI4/OTdaoEzmgwdyKXsE0g5GSh0V2ok4DEUaRWrWCbSmsKvLLqW9gVn06K
9iLMne+MoxOmUh4z2ZI2PI+Ko31IEOlaRudsdeJGCYAYAqTRrbBdrrUK55Qjozv0
oGccwMZrqyWwlNfyx4kgD03x1N0zITr1/CstAIssfQilnrlrM6n4vWjc3tvMI1R7
Lgl5Ja8UYkLQsOmH5FD0iqEwmjaJgNuc7+Vt93rWvxk1Pk/s8Kx5dEer+/q0tLku
u7QabZMOd3DsVsgU3oNNNUDGA3RbvhlOj3H2J/RoHftmXg2UG0T4MBIVk9r5N+DP
MOgk1GP1zxLQ2B6FazRG3J5W/Ct9gHTMSFUpWGaz313VWp6gpJ4=
=NuwF
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.14-5 tag
  2021-08-15 12:48 ` Michael Ellerman
@ 2021-08-15 17:00   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-08-15 17:00 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, christophe.leroy, clg, ldufour, linux-kernel,
	linuxppc-dev, pulehui

The pull request you sent on Sun, 15 Aug 2021 22:48:51 +1000:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.14-5

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

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.14-5 tag
@ 2021-08-15 17:00   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-08-15 17:00 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, linux-kernel, clg, pulehui, ldufour, linuxppc-dev

The pull request you sent on Sun, 15 Aug 2021 22:48:51 +1000:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.14-5

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

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-08-15 17:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-15 12:48 [GIT PULL] Please pull powerpc/linux.git powerpc-5.14-5 tag Michael Ellerman
2021-08-15 12:48 ` Michael Ellerman
2021-08-15 17:00 ` pr-tracker-bot
2021-08-15 17:00   ` 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.