mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-6.19-2 tag
@ 2025-12-28  3:13 Madhavan Srinivasan
  2025-12-29  2:34 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Madhavan Srinivasan @ 2025-12-28  3:13 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: aboorvad, chleroy, christophe.leroy, fthain, joe.lawrence,
	jstancek, krishnagopi487, linux-kernel, linuxppc-dev, mpe,
	naveen, npiggin, nysal

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

Hi Linus,

Please pull powerpc fixes for 6.19:

The following changes since commit 9448598b22c50c8a5bb77a9103e2d49f134c9578:

   Linux 6.19-rc2 (2025-12-21 15:52:04 -0800)

are available in the git repository at:

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

for you to fetch changes up to 608328ba5b0619cbc28b409296b5e3840bcb97b6:

   powerpc/32: Restore disabling of interrupts at interrupt/syscall exit 
(2025-12-22 18:25:07 +0530)

- ------------------------------------------------------------------
powerpc fixes for 6.19 #2

  - Fix for kexec warning due to SMT disable or partial SMT enabled
  - Handle font bitmap pointer with reloc_offset to fix boot crash
  - Fix to enable cpuidle state for Power11
  - Couple of misc fixes

Thanks to: Aboorva Devarajan, Aditya Bodkhe, Cedar Maxwell, Christian 
Zigotzky, Christophe Leroy, Christophe Leroy (CS GROUP), Finn Thain, 
Gopi Krishna Menon, Guenter Roeck, Jan Stancek, Joe Lawrence, Josh 
Poimboeuf, Justin M. Forbes, Madadi Vineeth Reddy, Naveen N Rao (AMD), 
Nysal Jan K.A., Sachin P Bappalige, Samir M, Sourabh Jain, Srikar 
Dronamraju, Stan Johnson

- ------------------------------------------------------------------
Aboorva Devarajan (1):
       powerpc/powernv: Enable cpuidle state detection for POWER11

Christophe Leroy (CS GROUP) (1):
       powerpc/32: Restore disabling of interrupts at interrupt/syscall exit

Finn Thain (1):
       powerpc: Add reloc_offset() to font bitmap pointer used for 
bootx_printf()

Gopi Krishna Menon (1):
       selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore

Jan Stancek (1):
       powerpc/tools: drop `-o pipefail` in gcc check scripts

Nysal Jan K.A. (1):
       powerpc/kexec: Enable SMT before waking offline CPUs


  arch/powerpc/include/asm/hw_irq.h  |  2 +-
  arch/powerpc/include/asm/reg.h |  1 +
  arch/powerpc/kernel/btext.c  |  3 ++-
  arch/powerpc/kernel/entry_32.S                                | 15 
---------------
  arch/powerpc/kernel/interrupt.c  |  5 ++++-
  arch/powerpc/kexec/core_64.c                                  | 19 
+++++++++++++++++++
  arch/powerpc/platforms/powernv/idle.c  |  9 +++++----
  arch/powerpc/tools/gcc-check-fpatchable-function-entry.sh  |  1 -
  arch/powerpc/tools/gcc-check-mprofile-kernel.sh  |  1 -
  tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore |  1 +
  10 files changed, 33 insertions(+), 24 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEqX2DNAOgU8sBX3pRpnEsdPSHZJQFAmlQn60ACgkQpnEsdPSH
ZJR/Sw/8DiY43o+/FAU3RWwi9Nh2wrvMaNbN/9hWu2UnHMGNnKTgDd19NHW4LWmh
C7kBPCNqyePEjPbqT99JiRCkTQkrGasi/jpWjUSNDURcm3dS+MasL0En21KQV3X6
GVpwjLPpEzDTajliKiAh+UFkMECSeh1kxmm3k77nU8sxg/fshB6sjymnW0R9M+Wf
vB3C+w6xZYHqIHiGXeo2IDAi/cAH+KKmyXyWmnrm5FAJyOYMDC73xqxYz+wvkSvu
M4mabXl80cPMqinhghwHpC545ok41SccgVAPoFDYt+d4r9JJXfy3PsCI4Od8vw9W
FqBsKIosYTikULilqBavPRU51gSux3adeC2l9v+vEzUpLmb7WNMkLw+WLCbJjkPR
n+q4psJLTKt5FKBStZA9ZWDQc43cgSzH/JSmPFhdzH2ChT6HRSfO/NimDrNcMKHu
NicwVHpm9jkEvkv36WZkFbbk5jHgn6vcivDZf5HA4ipvZ2gIIhtuI7vnBhbxBIvZ
2cteL41s1Xl+3CDPkL3kL4qzaBUXmU04+8t/eHMaumWEK7mP7uT7N0BrM2Y2J+9j
wVwGx5x43XgyEitokybblatPl59TTL3c4TfzvhFJfwUFu0BOHXpci5h6aqlgs+3D
MSmZ275FPB2kuo9dsBDYutFvWq3ZmTvoykGpXcUK8NbFarInk7A=
=d8CF
-----END PGP SIGNATURE-----


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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.19-2 tag
  2025-12-28  3:13 [GIT PULL] Please pull powerpc/linux.git powerpc-6.19-2 tag Madhavan Srinivasan
@ 2025-12-29  2:34 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-12-29  2:34 UTC (permalink / raw)
  To: Madhavan Srinivasan
  Cc: Linus Torvalds, aboorvad, chleroy, christophe.leroy, fthain,
	joe.lawrence, jstancek, krishnagopi487, linux-kernel,
	linuxppc-dev, mpe, naveen, npiggin, nysal

The pull request you sent on Sun, 28 Dec 2025 08:43:06 +0530:

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

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

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:[~2025-12-29  2:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-28  3:13 [GIT PULL] Please pull powerpc/linux.git powerpc-6.19-2 tag Madhavan Srinivasan
2025-12-29  2:34 ` 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

all inboxes | Powered by JetHome®