mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-7.2-2 tag
@ 2026-07-17  5:01 Madhavan Srinivasan
  2026-07-17 15:57 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Madhavan Srinivasan @ 2026-07-17  5:01 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: amachhiw, chleroy, christophe.leroy, enelsonmoore, gautam,
	linux-kernel, linuxppc-dev, moonafterrain, mpe, naveen, npiggin,
	rosenp, sshegde, thorsten.blum

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

Hi Linus,

Please pull powerpc fixes for 7.2:

The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:

   Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)

are available in the git repository at:

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

for you to fetch changes up to a2c02aa0c6ca3ec9fab6f1c99912a440c7b8bfdb:

   powerpc: Remove dead non-preemption code (2026-07-15 08:04:13 +0530)

- ------------------------------------------------------------------
powerpc fixes for 7.2 #2

  - Enable CONFIG_VPA_PMU to be used with KVM

  - Initialize starttime at boot for native accounting

  - Set CPU_FTR_P11_PVR for Power11 and later processors

  - fix memory leak on krealloc failure in papr_init

  - Misc fixes and cleanups

Thanks to:
Amit Machhiwal, Christophe Leroy (CS GROUP), Ethan Nelson-Moore, Gautam
Menghani, Harsh Prateek Bora, Junrui Luo, Mukesh Kumar Chaurasiya (IBM), 
Ritesh
Harjani (IBM), Rosen Penev, Shrikanth Hegde, Thorsten Blum, Yuhao Jiang

- ------------------------------------------------------------------
Amit Machhiwal (1):
       powerpc/dt_cpu_ftrs: Set CPU_FTR_P11_PVR for Power11 and later 
processors

Christophe Leroy (CS GROUP) (1):
       powerpc: Remove dead non-preemption code

Ethan Nelson-Moore (1):
       powerpc/uaccess: correct check for CONFIG_PPC_E500 in 
mask_user_address()

Gautam Menghani (1):
       powerpc/pseries/Kconfig: Enable CONFIG_VPA_PMU to be used with KVM

Junrui Luo (1):
       powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access()

Rosen Penev (1):
       powerpc/85xx: Add fsl,ifc to common device ids

Shrikanth Hegde (1):
       powerpc/vtime: Initialize starttime at boot for native accounting

Thorsten Blum (1):
       powerpc/pseries: fix memory leak on krealloc failure in papr_init


  arch/powerpc/include/asm/preempt.h                        | 16 
----------------
  arch/powerpc/include/asm/uaccess.h                        |  2 +-
  arch/powerpc/kernel/dt_cpu_ftrs.c                         |  9 +++++++++
  arch/powerpc/kernel/time.c                                |  4 +++-
  arch/powerpc/lib/vmx-helper.c                             |  2 +-
  arch/powerpc/platforms/85xx/common.c                      |  2 ++
  arch/powerpc/platforms/cell/spufs/file.c                  |  6 ++++--
  arch/powerpc/platforms/pseries/Kconfig                    |  1 +
  arch/powerpc/platforms/pseries/papr_platform_attributes.c |  8 +++-----
  9 files changed, 24 insertions(+), 26 deletions(-)
  delete mode 100644 arch/powerpc/include/asm/preempt.h
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEqX2DNAOgU8sBX3pRpnEsdPSHZJQFAmpZtjMACgkQpnEsdPSH
ZJT+iBAAhKtQIVYpMtOUqzKjt0DwZaaayEMxKcgVCa07wolje/x50bC8l0D5Kpoi
QmQexojCT/00cfDkK7tiC+GUd1yr2eBMW/8AbBw3DqKBBdIiNNieWm//oRu5Zc7m
cPhrm17u0xTmZbzKeMp1fRsPZm7b+AwJmXoXj0B8wkfQiY1QKF8uR80xtNpx4Hsq
LOZQ4AjeOJOlMm/eprJlg657sLgPrBHIk+OZeO9LsU8UesRfpaA7swles4IwHRIU
3Gi7gQoAu9H7vl+9cSjbWbax7wCbmxAm94dNe0lPQ8awG0IyXKYRzYuE/J/By+hv
WjnHLFpWQYCjDwTrt4saZbplgzaiG7HO7GGHjcVMcmS6/qE41MiivRa8NHb/aMdJ
QO1vGw7QKwOE4zcvW6ZRZtYSjs544qr0Sxo46tfTg9iTTdkFDA4cmuqmZw7Msu2Q
EliKl7NTf/PY2BSYJzaPsIQyxIml0dQugAbHkjYbr/Uk4o+DztFOjapn3RbO1OLu
DpSW5N2Wc+ja3VDarr9oMAPUWt4IA6vfsGC9nXk2OhwAfK4P+h9asTLeRfNXTGFb
ZrzrfZkyxzgFsg/D2In/oT3OLOJqWneRvJkDXq22pR/kpYOkVfpw6kAat6hTT96U
9w2jPZF1L6o7b3PezyNqkJt80TfRrscJrUglYfZ/o+QHRDrqbLg=
=/Wf4
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-7.2-2 tag
  2026-07-17  5:01 [GIT PULL] Please pull powerpc/linux.git powerpc-7.2-2 tag Madhavan Srinivasan
@ 2026-07-17 15:57 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-07-17 15:57 UTC (permalink / raw)
  To: Madhavan Srinivasan
  Cc: Linus Torvalds, amachhiw, chleroy, christophe.leroy,
	enelsonmoore, gautam, linux-kernel, linuxppc-dev, moonafterrain,
	mpe, naveen, npiggin, rosenp, sshegde, thorsten.blum

The pull request you sent on Fri, 17 Jul 2026 10:31:13 +0530:

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

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

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-07-17 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17  5:01 [GIT PULL] Please pull powerpc/linux.git powerpc-7.2-2 tag Madhavan Srinivasan
2026-07-17 15:57 ` 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

Powered by JetHome