From: Madhavan Srinivasan <maddy@linux.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ajd@linux.ibm.com, gautam@linux.ibm.com, jirislaby@kernel.org,
linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
masahiroy@kernel.org, Michael Ellerman <mpe@ellerman.id.au>,
Nicholas Piggin <npiggin@gmail.com>,
zhao.xichao@vivo.com,
Christophe Leroy <christophe.leroy@csgroup.eu>
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.17-3 tag
Date: Thu, 28 Aug 2025 10:58:49 +0530 [thread overview]
Message-ID: <832d6a3f-40b2-4e81-86a0-99d6ad73f1a3@linux.ibm.com> (raw)
-----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-----
next reply other threads:[~2025-08-28 5:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-28 5:28 Madhavan Srinivasan [this message]
2025-08-29 16:39 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=832d6a3f-40b2-4e81-86a0-99d6ad73f1a3@linux.ibm.com \
--to=maddy@linux.ibm.com \
--cc=ajd@linux.ibm.com \
--cc=christophe.leroy@csgroup.eu \
--cc=gautam@linux.ibm.com \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=masahiroy@kernel.org \
--cc=mpe@ellerman.id.au \
--cc=npiggin@gmail.com \
--cc=torvalds@linux-foundation.org \
--cc=zhao.xichao@vivo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®