linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: aik@ozlabs.ru, maz@kernel.org, masahiroy@kernel.org,
	npiggin@gmail.com, linux-kernel@vger.kernel.org, clg@kaod.org,
	u.kleine-koenig@pengutronix.de, linuxppc-dev@lists.ozlabs.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.16-2 tag
Date: Sun, 21 Nov 2021 15:48:02 +1100	[thread overview]
Message-ID: <87lf1iqflp.fsf@mpe.ellerman.id.au> (raw)

-----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-----

             reply	other threads:[~2021-11-21  4:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-21  4:48 Michael Ellerman [this message]
2021-11-21 19:39 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.16-2 tag pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lf1iqflp.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=aik@ozlabs.ru \
    --cc=clg@kaod.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=masahiroy@kernel.org \
    --cc=maz@kernel.org \
    --cc=npiggin@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).