linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-6.17-3 tag
@ 2025-08-28  5:28 Madhavan Srinivasan
  2025-08-29 16:39 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Madhavan Srinivasan @ 2025-08-28  5:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ajd, gautam, jirislaby, linux-kernel, linuxppc-dev, masahiroy,
	Michael Ellerman, Nicholas Piggin, zhao.xichao, Christophe Leroy

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

Hi Linus,

Please pull couple of powerpc fixes for 6.17:

The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:

  Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.17-3

for you to fetch changes up to 8763d2257f5231cfdfd8a53594647927dbf8bb06:

  powerpc/boot/install.sh: Fix shellcheck warnings (2025-08-20 14:05:18 +0530)

- ------------------------------------------------------------------
powerpc fixes for 6.17 #3

 - Merge two CONFIG_POWERPC64_CPU entries in Kconfig.cputype
 - Replace extra-y to always-y in Makefile
 - Cleanup to use dev_fwnode helper
 - Fix misleading comment in kvmppc_prepare_to_enter()
 - misc cleanup and fixes

Thanks to: Amit Machhiwal, Andrew Donnellan, Christophe Leroy, Gautam Menghani,
Jiri Slaby (SUSE), Masahiro Yamada, Shrikanth Hegde, Stephen Rothwell, Venkat
Rao Bagalkote, Xichao Zhao

- ------------------------------------------------------------------
Andrew Donnellan (1):
      KVM: PPC: Fix misleading interrupts comment in kvmppc_prepare_to_enter()

Jiri Slaby (SUSE) (1):
      powerpc: Use dev_fwnode()

Madhavan Srinivasan (3):
      powerpc/kvm: Fix ifdef to remove build warning
      powerpc/prom_init: Fix shellcheck warnings
      powerpc/boot/install.sh: Fix shellcheck warnings

Masahiro Yamada (2):
      powerpc: use always-y instead of extra-y in Makefiles
      powerpc: unify two CONFIG_POWERPC64_CPU entries in the same choice block

Xichao Zhao (1):
      powerpc/64: Drop unnecessary 'rc' variable


 arch/powerpc/boot/Makefile             |  6 +++---
 arch/powerpc/boot/install.sh           | 14 +++++++-------
 arch/powerpc/kernel/Makefile           |  4 +++-
 arch/powerpc/kernel/kvm.c              |  8 ++++----
 arch/powerpc/kernel/prom_init_check.sh | 16 ++++++++--------
 arch/powerpc/kernel/setup_64.c         |  5 +----
 arch/powerpc/kvm/powerpc.c             |  2 +-
 arch/powerpc/platforms/8xx/cpm1-ic.c   |  3 +--
 arch/powerpc/platforms/Kconfig.cputype | 13 ++++---------
 arch/powerpc/sysdev/fsl_msi.c          |  5 ++---
 10 files changed, 34 insertions(+), 42 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEqX2DNAOgU8sBX3pRpnEsdPSHZJQFAmiv6G0ACgkQpnEsdPSH
ZJRFww/9Emkh7vi33dCowAFNTSNMEJFZla+JAAMPJ6TsX7kWw2Ejxcj9aymEBY89
udTNgrX8zYgdHkfFMUwW/e+XSb/B5/Em/ssEcFLTuVIc50WKdt8eod0b3gHMx1Nv
RmxaHxivM9Pp2mEuCuw7oEJYcYDQFxPJd6KToeKNgCODp7f+ZC4jEos/ObxuwPOf
+96iIeqS/QIkaCb4DRFg7ZMUYrSWJw2tQGRkocmuPW7/ryVSj4cVB8YQGR/oEhr8
BCSMiYY3PO6u+9laVxtth58AqJhQ6n8WMG83W+IHUt6c7Ed4C8rkYDHwdJSkMi9t
wq1VUajEmKO4V26NXSOgqZCtLZK2XMeMdBmP3rjkFX5/lPU4QhmDza2/RP9UAXlC
mXNL6V36iOyRa4GUDvY5prhEn/+Jli+W1aAnnrB1cqFDsy9wvw3NhrY2h8KsGPhF
CnNiUNfIfxjYgONFHxmcgPhbxkEF4f8OWudnmVUJzxq9ssXGZNOuR22OiIozrWTf
T8GFRvIUJ+lc49/iB8ve81+KCf7EPCdLUSMXsBdHxGK1bm1MR8tSOpixt0N2NxOr
Ujq6Mco57Bwz+IiaDKQ652sS2VpbhYWYh1dhQJcrcHODwQ289ONJ1infZ0xrl9mT
/EQhrnxj73l7e2/87Hdk6XNpbiY62IXks0Tgp18u9os7/WOZmKw=
=T1gP
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.17-3 tag
  2025-08-28  5:28 [GIT PULL] Please pull powerpc/linux.git powerpc-6.17-3 tag Madhavan Srinivasan
@ 2025-08-29 16:39 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-08-29 16:39 UTC (permalink / raw)
  To: Madhavan Srinivasan
  Cc: Linus Torvalds, ajd, gautam, jirislaby, linux-kernel,
	linuxppc-dev, masahiroy, Michael Ellerman, Nicholas Piggin,
	zhao.xichao, Christophe Leroy

The pull request you sent on Thu, 28 Aug 2025 10:58:49 +0530:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.17-3

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

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-08-29 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28  5:28 [GIT PULL] Please pull powerpc/linux.git powerpc-6.17-3 tag Madhavan Srinivasan
2025-08-29 16:39 ` 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;
as well as URLs for NNTP newsgroup(s).