linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-6.6-4 tag
@ 2023-10-15 10:31 Michael Ellerman
  2023-10-15 16:24 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ellerman @ 2023-10-15 10:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: atrajeev, christophe.leroy, linux-kernel, linuxppc-dev

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

Hi Linus,

Please pull some more powerpc fixes for 6.6:

The following changes since commit 58b33e78a31782ffe25d404d5eba9a45fe636e27:

  selftests/powerpc: Fix emit_tests to work with run_kselftest.sh (2023-09-22 20:29:48 +1000)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.6-4

for you to fetch changes up to f0eee815babed70a749d2496a7678be5b45b4c14:

  powerpc/47x: Fix 47x syscall return crash (2023-10-11 09:31:26 +1100)

- ------------------------------------------------------------------
powerpc fixes for 6.6 #4

 - Fix softlockup/crash when using hcall tracing.

 - Fix pte_access_permitted() for PAGE_NONE on 8xx.

 - Fix inverted pte_young() test in __ptep_test_and_clear_young() on 64-bit BookE.

 - Fix unhandled math emulation exception on 85xx.

 - Fix kernel crash on syscall return on 476.

Thanks to: Athira Rajeev, Christophe Leroy, Eddie James, Naveen N Rao.

- ------------------------------------------------------------------
Athira Rajeev (2):
      powerpc/pseries: Fix STK_PARAM access in the hcall tracing code
      powerpc/pseries: Remove unused r0 in the hcall tracing code

Christophe Leroy (3):
      powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE
      powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()
      powerpc/85xx: Fix math emulation exception

Michael Ellerman (1):
      powerpc/47x: Fix 47x syscall return crash


 arch/powerpc/include/asm/nohash/32/pte-8xx.h | 7 +++++++
 arch/powerpc/include/asm/nohash/64/pgtable.h | 2 +-
 arch/powerpc/include/asm/nohash/pgtable.h    | 2 ++
 arch/powerpc/kernel/entry_32.S               | 8 +++++---
 arch/powerpc/kernel/head_85xx.S              | 2 +-
 arch/powerpc/platforms/pseries/hvCall.S      | 8 +-------
 6 files changed, 17 insertions(+), 12 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmUrvzYACgkQUevqPMjh
pYCKAQ/+MjIJYV6DQPPoopfl1mFgPTKEGZh4xSj0VAuRHcvZGJT3UgJGu/ngnQw/
IWjcdDuHg1eYayWLhQBYBzTZVN8nNxSF/eAxdYyV2CFHBDk3iED1rpFO8nlrM+wL
rBfY+4U37Lx7HJDHPC6pzn+5hzIVBqwCh7cdS4z/VYW/7Nz1hPr5oD1MAYYTCBdV
Yuan4v5VqfMmXPCn/kBgGWjE2kNIDBfPqyi3VC3uJu9Z/pVpkBT8GFSqbZ6pxIHw
pOC8mkimWNkY3VZqqcrb649NeDHvZUjctzZTy45f3euC+x+UQ7kkI2Bc56DzcK4F
6M+aI6t9WO0N4XVZxrHCC5j90/RZDccwTK/KBbtAPGhOjZTWSY5oZF+F3v/ga+/2
IbcHSKHtFw3jf9JHpqe3VF9l4LbwsnYfh99ZaHZcfiY6007sJwzp8M+xbHOKLVVm
4Q+J2qoTqdXSHXkO7ldCcBz7dcp3CI8EGs3Nvk+EBjRkMjlsShhsFq8yGgzAOS3Y
AWg1br+w9udkvI4t7TWT8JhXy5jitSuB+Cxpe3wZ1PPRB9mVqICdIPcJ7XsAqMH1
fbaa7wOXbAXPSIN1o70WmrENB1qn5HLoDPBpbSJc+EW2efCPhDN+IsRsqEkWjKD6
hkD+z9B2WppLl79nE5Xso2/MwtxhlINVBpPyVLPvnVzYQ7An+1U=
=p0qH
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.6-4 tag
  2023-10-15 10:31 [GIT PULL] Please pull powerpc/linux.git powerpc-6.6-4 tag Michael Ellerman
@ 2023-10-15 16:24 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-10-15 16:24 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: Linus Torvalds, atrajeev, linuxppc-dev, linux-kernel

The pull request you sent on Sun, 15 Oct 2023 21:31:39 +1100:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.6-4

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

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:[~2023-10-15 16:24 UTC | newest]

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