-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Linus,

Please pull powerpc fixes for 7.0:

The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808:

  Linux 7.0-rc2 (2026-03-01 15:39:31 -0800)

are available in the git repository at:

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

for you to fetch changes up to 35e4f2a17eb40288f9bcdb09549fa04a63a96279:

  powerpc/pseries: Correct MSI allocation tracking (2026-03-07 16:02:28 +0530)

- ------------------------------------------------------------------
powerpc fixes for 7.0 #2

 - Correct MSI allocation tracking
 - Always use 64 bits PTE for powerpc/e500
 - Fix inline assembly for clang build on PPC32
 - Fixes for clang build issues in powerpc64/ftrace
 - Fixes for powerpc64/bpf JIT and tailcall support
 - Cleanup MPC83XX devicetrees
 - Fix keymile vendor prefix
 - Fix to use big-endian types for crash variables

Thanks to: Abhishek Dubey, Christophe Leroy (CS GROUP), Hari Bathini, Heiko
Schocher, J. Neuschäfer, Mahesh Salgaonkar, Nam Cao, Nilay Shroff, Rob Herring (Arm), Saket Kumar Bhaskar, Sourabh Jain, Stan Johnson, Venkat Rao Bagalkote,

- ------------------------------------------------------------------
Christophe Leroy (1):
      powerpc/e500: Always use 64 bits PTE

Christophe Leroy (CS GROUP) (1):
      powerpc/uaccess: Fix inline assembly for clang build on PPC32

Hari Bathini (9):
      powerpc64: make clang cross-build friendly
      powerpc64/ftrace: fix OOL stub count with clang
      powerpc64/ftrace: workaround clang recording GEP in __patchable_function_entries
      powerpc64/bpf: do not increment tailcall count when prog is NULL
      powerpc64/bpf: fix the address returned by bpf_get_func_ip
      powerpc64/bpf: use consistent tailcall offset in trampoline
      powerpc64/bpf: remove BPF redzone protection in trampoline stack
      powerpc64/bpf: fix handling of BPF stack in exception callback
      powerpc64/bpf: fix kfunc call support

J. Neuschäfer (7):
      dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs
      powerpc: 83xx: km83xx: Fix keymile vendor prefix
      powerpc: dts: mpc8313erdb: Use IRQ_TYPE_* macros
      powerpc: dts: mpc8315erdb: Use IRQ_TYPE_* macros
      powerpc: dts: mpc8315erdb: Rename LED nodes to comply with schema
      powerpc: dts: mpc8315erdb: Add missing #cells properties to SPI bus
      powerpc: dts: mpc83xx: Add unit addresses to /memory

Nam Cao (1):
      powerpc/pseries: Correct MSI allocation tracking

Rob Herring (Arm) (2):
      powerpc: dts: fsl: Drop unused .dtsi files
      powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodes

Sourabh Jain (2):
      powerpc/kexec/core: use big-endian types for crash variables
      powerpc/crash: adjust the elfcorehdr size


 Documentation/devicetree/bindings/powerpc/fsl/fsl,mpc83xx.yaml                                 |  93 ++++++++++
 arch/powerpc/Kconfig                                 |   4 +-
 arch/powerpc/boot/dts/asp834x-redboot.dts                                  |   2 +-  arch/powerpc/boot/dts/fsl/interlaken-lac-portals.dtsi                                  | 156 -----------------  arch/powerpc/boot/dts/fsl/interlaken-lac.dtsi                                  |  45 -----  arch/powerpc/boot/dts/fsl/pq3-mpic-message-B.dtsi                                  |  43 -----  arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi                                 |  80 ---------  arch/powerpc/boot/dts/mpc8308_p1m.dts                                  |   2 +-  arch/powerpc/boot/dts/mpc8308rdb.dts                                 |   2 +-  arch/powerpc/boot/dts/mpc8313erdb.dts                                  |  61 ++++---  arch/powerpc/boot/dts/mpc8315erdb.dts                                  | 119 +++++++------  arch/powerpc/boot/dts/mpc832x_rdb.dts                                  |   2 +-  arch/powerpc/boot/dts/mpc8349emitx.dts                                 |   2 +-  arch/powerpc/boot/dts/mpc8349emitxgp.dts                                 |   2 +-  arch/powerpc/boot/dts/mpc8377_rdb.dts                                  |   2 +-  arch/powerpc/boot/dts/mpc8377_wlan.dts                                 |   2 +-  arch/powerpc/boot/dts/mpc8378_rdb.dts                                  |   2 +-  arch/powerpc/boot/dts/mpc8379_rdb.dts                                  |   2 +-  arch/powerpc/include/asm/nohash/32/pgtable.h                                 |   4 +-  arch/powerpc/include/asm/nohash/32/pte-85xx.h                                  |  59 -------  arch/powerpc/include/asm/pgtable-types.h                                 |   2 +-  arch/powerpc/include/asm/uaccess.h                                 |   2 +-  arch/powerpc/kernel/head_85xx.S                                  |  46 +----
 arch/powerpc/kernel/prom_init.c                                  |   3 +-
 arch/powerpc/kernel/trace/ftrace.c                                 |  26 ++-
 arch/powerpc/kexec/core.c                                  |  17 +-
 arch/powerpc/kexec/file_load_64.c                                  |  14 +-
 arch/powerpc/net/bpf_jit.h                                 |   5 -
 arch/powerpc/net/bpf_jit_comp.c                                  | 127 ++++++--------  arch/powerpc/net/bpf_jit_comp64.c                                  | 181 ++++++++++++++++----  arch/powerpc/platforms/83xx/km83xx.c                                 |   4 +-  arch/powerpc/platforms/Kconfig.cputype                                 |   4 +-  arch/powerpc/platforms/pseries/msi.c                                 |   2 +-  arch/powerpc/tools/{gcc-check-fpatchable-function-entry.sh => check-fpatchable-function-entry.sh} |   0  arch/powerpc/tools/ftrace-gen-ool-stubs.sh                                 |   4 +-
 35 files changed, 460 insertions(+), 661 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/powerpc/fsl/fsl,mpc83xx.yaml
 delete mode 100644 arch/powerpc/boot/dts/fsl/interlaken-lac-portals.dtsi
 delete mode 100644 arch/powerpc/boot/dts/fsl/interlaken-lac.dtsi
 delete mode 100644 arch/powerpc/boot/dts/fsl/pq3-mpic-message-B.dtsi
 delete mode 100644 arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi
 delete mode 100644 arch/powerpc/include/asm/nohash/32/pte-85xx.h
 rename arch/powerpc/tools/{gcc-check-fpatchable-function-entry.sh => check-fpatchable-function-entry.sh} (100%)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEqX2DNAOgU8sBX3pRpnEsdPSHZJQFAmmw7BcACgkQpnEsdPSH
ZJS4bxAAl+2NnQUWKOt0ST85Hc7kZt47efcXkYaQ42ps2WRrPeDABHFlqyslLgFR
QfRAqDOj1hgnSqZAEQuzUCslL4WdnGLY7MyRD3c0F1w4Tb8k21Gt8izyxaZFP6yp
rYM1+dCRJQ8VNGyqWF1WFCLZidbVBBrS8fS/rM4KebQJfppXZFpcONguXP1MEmh9
RcA1Hb/faFogg+EmqwTHgav9mOiHNI23eNiMjCtGFzb8WFb59GZzAUTldvAUyVtV
oeO3WtUxwmYGC+ED31TBFBeB2Wq0AAHbAr8jwg05Kv9lkLLkZ5AOWB0UcxiRWlza
DFc4TyzUYHIUHWipyx3HAEYY1wDn/RzN5NL6WwPORmBvMYImkEuYGrONV72yuBnt
D8LTCcHnwLyZQDasK08ouevfsyJURU0Hxq/HQiANJxzbtTvVDU+pZ1OfKOQBIZfg
0fVhuBYZj2oRezvN4CEfPiCV3YWHco8MV0b44laF/L52Y+erqnFnWayqB+QBwEzV
YvgkhPcYHrWjmo9ZlPFxjjd7/JvC+c0fYn3igBz3xHQfwT6N45x9vxDfMo8Pj45K
SwGgWqwaZVaZUlOpJCDFoaIMak8+JemOfqKr+k7PN2iojydlzqevVnygT6riEmyR
uVSQ3uyE25QStXhayP/H6kMMzWRr57jN1Z5VvrOTE96LNgNipTs=
=e6Ya
-----END PGP SIGNATURE-----

Reply via email to