public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-7.0-2 tag
@ 2026-03-11  4:16 Madhavan Srinivasan
  2026-03-11 16:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Madhavan Srinivasan @ 2026-03-11  4:16 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: chleroy, christophe.leroy, hbathini, j.ne, linux-kernel,
	linuxppc-dev, mpe, namcao, nathan, naveen, npiggin, robh,
	sourabhjain

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


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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-7.0-2 tag
  2026-03-11  4:16 [GIT PULL] Please pull powerpc/linux.git powerpc-7.0-2 tag Madhavan Srinivasan
@ 2026-03-11 16:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-03-11 16:35 UTC (permalink / raw)
  To: Madhavan Srinivasan
  Cc: Linus Torvalds, chleroy, christophe.leroy, hbathini, j.ne,
	linux-kernel, linuxppc-dev, mpe, namcao, nathan, naveen, npiggin,
	robh, sourabhjain

The pull request you sent on Wed, 11 Mar 2026 09:46:09 +0530:

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

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

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:[~2026-03-11 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11  4:16 [GIT PULL] Please pull powerpc/linux.git powerpc-7.0-2 tag Madhavan Srinivasan
2026-03-11 16:35 ` 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