From: Madhavan Srinivasan <maddy@linux.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: aboorvad@linux.ibm.com, allyheev@gmail.com, bvanassche@acm.org,
christophe.leroy@csgroup.eu, julianbraha@gmail.com,
linusw@kernel.org, linux-kernel@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org, make24@iscas.ac.cn,
mpe@ellerman.id.au, naveen@kernel.org, npiggin@gmail.com,
sayalip@linux.ibm.com, sshegde@linux.ibm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-7.1-3 tag
Date: Sat, 16 May 2026 11:25:28 +0530 [thread overview]
Message-ID: <6d0bf34e-af80-4b1e-aae7-9d2dc27fcc25@linux.ibm.com> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi Linus,
Please pull some more powerpc fixes for 7.1:
The following changes since commit f583bd5f64d40e083dde5bb22846c4d93e59d471:
powerpc/pasemi: Drop redundant res assignment (2026-05-06 07:49:19 +0530)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
tags/powerpc-7.1-3
for you to fetch changes up to 31467b23823ffec1f6fff407f8e3ca9af8b7491a:
powerpc/time: Remove redundant preempt_disable|enable() calls from
arch_irq_work_raise() (2026-05-14 11:15:26 +0530)
- ------------------------------------------------------------------
powerpc fixes for 7.1 #3
- fix preempt count leak in sysfs show paths
- Fix error handling in pika_dtm_thread
- Remove pmac_low_i2c_{lock,unlock}()
- Enable all windfarms by default
- fix dead default for GUEST_STATE_BUFFER_TEST
- Remove redundant preempt_disable|enable() calls from
arch_irq_work_raise()
Thanks to:
Aboorva Devarajan, Ally Heev, Amit Machhiwal, Bart Van Assche, Christophe
Leroy, Christophe Leroy (CS GROUP), Dan Carpenter, Gautam Menghani, Harsh
Prateek Bora, Julian Braha, Krzysztof Kozlowski, Linus Walleij, Ma Ke,
Ritesh
Harjani (IBM), Sayali Patil
- ------------------------------------------------------------------
Aboorva Devarajan (1):
powerpc/hv-gpci: fix preempt count leak in sysfs show paths
Ally Heev (1):
powerpc: 82xx: fix uninitialized pointers with free attribute
Bart Van Assche (1):
powerpc/powermac: Remove pmac_low_i2c_{lock,unlock}()
Julian Braha (1):
powerpc: fix dead default for GUEST_STATE_BUFFER_TEST
Linus Walleij (1):
powerpc/g5: Enable all windfarms by default
Ma Ke (1):
powerpc/warp: Fix error handling in pika_dtm_thread
Sayali Patil (1):
powerpc/time: Remove redundant preempt_disable|enable() calls
from arch_irq_work_raise()
arch/powerpc/Kconfig.debug | 3 +-
arch/powerpc/configs/g5_defconfig | 2 ++
arch/powerpc/include/asm/pmac_low_i2c.h | 4 ---
arch/powerpc/kernel/time.c | 6 ++--
arch/powerpc/perf/hv-gpci.c | 24 +++++++++-----
arch/powerpc/platforms/44x/warp.c | 2 ++
arch/powerpc/platforms/82xx/km82xx.c | 4 +--
arch/powerpc/platforms/powermac/low_i2c.c | 34 --------------------
8 files changed, 27 insertions(+), 52 deletions(-)
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEqX2DNAOgU8sBX3pRpnEsdPSHZJQFAmoIBlwACgkQpnEsdPSH
ZJTIcQ//RUVp6NY4tj5f2NsBZqo62rUAVWCaCFYSgBe0o0oSLU16uRUdP8TJCtYh
As4gP+sgNR2gP5bvURX9HwryB/7hQaJ/nLxehCY6WTg3C1I163BQZqzvcahBrw6Z
D5A5YhAi8ECFgwkWLf8AMShzER65krnFLnWmldmxuvbvGy7KJAUTgQZ6T+HilIoa
I01abDV7Lsv6Tu7bKjiuJLilGZjxWHbLII2MEmvK6OKTrF4od+VuC8cXsXDbG+Ks
9OA9jxz804Lo1fTvBHiZFLZYShaexnzoSmf6XDKP+/aPjg9HW6cYCm0AgukVdoW/
B/khmVdt5HcjJbnaoioifh3GXEZHOZO5GjsImXdQpdRJe/rQMkG99uyoh6t5kA0Q
c9k8UAT8FOWwtk1KzHn3098jZ7szGgPcFH36LCYPWUOnI+w9wFVA3lVKnwW0CKY0
RgAhPqcfwxwtCtNs+76eAZvYM89b9GFtv+v9Z4e5EaQdAUrG1zrBOo90byUuTdDy
M12CZnnqB46KdZIekPHhrRuDQ5teUCY4FqV5302WYZvf+qtb2UfY/rwrHUfl1yQJ
78tDAn/mryI17a+0DBkUo5mZlA0/u6WCn6wiJazunbVlvgRVM7+1nEmFNAuZlkSi
K3eBhzWT/WigrsvCYh2o15GyhYoNgHR5V3U0wBLW7ZEO8Gu4meA=
=ipJ5
-----END PGP SIGNATURE-----
reply other threads:[~2026-05-16 5:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=6d0bf34e-af80-4b1e-aae7-9d2dc27fcc25@linux.ibm.com \
--to=maddy@linux.ibm.com \
--cc=aboorvad@linux.ibm.com \
--cc=allyheev@gmail.com \
--cc=bvanassche@acm.org \
--cc=christophe.leroy@csgroup.eu \
--cc=julianbraha@gmail.com \
--cc=linusw@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=make24@iscas.ac.cn \
--cc=mpe@ellerman.id.au \
--cc=naveen@kernel.org \
--cc=npiggin@gmail.com \
--cc=sayalip@linux.ibm.com \
--cc=sshegde@linux.ibm.com \
--cc=torvalds@linux-foundation.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.