linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-5.16-2 tag
@ 2021-11-21  4:48 Michael Ellerman
  2021-11-21 19:39 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ellerman @ 2021-11-21  4:48 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: aik, christophe.leroy, clg, linux-kernel, linuxppc-dev,
	masahiroy, maz, npiggin, u.kleine-koenig

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

Hi Linus,

Please pull some powerpc fixes for 5.16:

The following changes since commit 158ea2d2b2ff8fb49f39209a31b4920f13193a3d:

  kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.x (2021-11-14 18:59:49 -0800)

are available in the git repository at:

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

for you to fetch changes up to 8e80a73fa9a7747e3e8255cb149c543aabf65a24:

  powerpc/xive: Change IRQ domain to a tree domain (2021-11-17 21:55:42 +1100)

- ------------------------------------------------------------------
powerpc fixes for 5.16 #2

Fix a bug in copying of sigset_t for 32-bit systems, which caused X to not start.

Fix handling of shared LSIs (rare) with the xive interrupt controller (Power9/10).

Fix missing TOC setup in some KVM code, which could result in oopses depending on kernel
data layout.

Fix DMA mapping when we have persistent memory and only one DMA window available.

Fix further problems with STRICT_KERNEL_RWX on 8xx, exposed by a recent fix.

A couple of other minor fixes.

Thanks to: Alexey Kardashevskiy, Aneesh Kumar K.V, Cédric Le Goater, Christian Zigotzky,
Christophe Leroy, Daniel Axtens, Finn Thain, Greg Kurz, Masahiro Yamada, Nicholas Piggin,
Uwe Kleine-König.

- ------------------------------------------------------------------
Alexey Kardashevskiy (3):
      powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for persistent memory"
      powerpc/pseries/ddw: simplify enable_ddw()
      powerpc/pseries/ddw: Do not try direct mapping with persistent memory and one window

Christophe Leroy (3):
      powerpc/book3e: Fix TLBCAM preset at boot
      powerpc/signal32: Fix sigset_t copy
      powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX

Cédric Le Goater (1):
      powerpc/xive: Change IRQ domain to a tree domain

Masahiro Yamada (1):
      powerpc: clean vdso32 and vdso64 directories

Michael Ellerman (1):
      KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()

Nicholas Piggin (2):
      powerpc/pseries: rename numa_dist_table to form2_distances
      powerpc/pseries: Fix numa FORM2 parsing fallback code

Uwe Kleine-König (1):
      powerpc/83xx/mpc8349emitx: Drop unused variable


 arch/powerpc/kernel/Makefile                   |  3 ++
 arch/powerpc/kernel/head_8xx.S                 | 13 +++---
 arch/powerpc/kernel/signal.h                   | 10 ++++-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S        |  4 +-
 arch/powerpc/mm/nohash/kaslr_booke.c           |  2 +-
 arch/powerpc/mm/nohash/tlb.c                   |  4 +-
 arch/powerpc/mm/numa.c                         | 44 +++++++++-----------
 arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c |  1 -
 arch/powerpc/platforms/pseries/iommu.c         | 26 ++++--------
 arch/powerpc/sysdev/xive/Kconfig               |  1 -
 arch/powerpc/sysdev/xive/common.c              |  3 +-
 11 files changed, 52 insertions(+), 59 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmGZzfUACgkQUevqPMjh
pYDQNg//VzUcbRZgUaPw7NkPCberclTmpaFyUwk3iMx0rLH95vXhNjrCJa7tSxWk
fBp3WwVkytglPSM8CTxXNZm7ufXJyv7gO2jcpIzzkFxdD+uMODNd7wdl2rGq6Vxq
KLixLpP1696qVGKfma8NXsFlLJpUImDbRKNd5r2rYpLRSouQ8n5lfXVO1H0y4Pdn
aBxHidR10wiIG/SmDYawlAyxVmxAQZV5z7nnXYbNulB4exZeIOrSqo+XtBnr5Hem
CsLgsPizpERz6pRVKt08B9GUqNCqg8z/bwoU5xd8jlEdLGt3NX7MBkIhyoLOeSGu
94A+aQHsdP9bLp4I1cwqaA2FQ5NvU3BLwETC0nVmHtl5+unzFdm5mQMeGfkeTTqI
t0ki8d+JR5jyc8PayydXuy5RRwmRe9CHvr7mImb+RP3MMmL/ntOW0DnNWR7ARTSJ
By5lgKrm5XSer7M63LUltne5ZPUvLL2RBbGXU4HkVTbMQ0YzZikBcAg7T08CbOMz
0kMVlD+lygXk14u2WEFRYcwj4/aqGlxYVAYfKcJUiGI3jNNPi9ytGj5bL3Nityaf
XiGQ51kJREAKUNqrVHumI8JFZGtdrl7YD/7gUiCKUUV7GF6L+3imX7KQYbCIKqUN
HbN+Kni6KVkXvmu+0Y9w9aJf3l2pvyatY1cyliFfhTp1W8R7oOI=
=kNrV
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.16-2 tag
  2021-11-21  4:48 [GIT PULL] Please pull powerpc/linux.git powerpc-5.16-2 tag Michael Ellerman
@ 2021-11-21 19:39 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-11-21 19:39 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, aik, maz, masahiroy, npiggin, linux-kernel, clg,
	u.kleine-koenig, linuxppc-dev

The pull request you sent on Sun, 21 Nov 2021 15:48:02 +1100:

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

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

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:[~2021-11-21 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-21  4:48 [GIT PULL] Please pull powerpc/linux.git powerpc-5.16-2 tag Michael Ellerman
2021-11-21 19:39 ` 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).