mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Madhavan Srinivasan <maddy@linux.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>,
	j.ne@posteo.net, linux-kernel@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, nnmlinux@linux.ibm.com,
	Michael Ellerman <mpe@ellerman.id.au>,
	Nicholas Piggin <npiggin@gmail.com>
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.16-3 tag
Date: Mon, 16 Jun 2025 15:20:48 +0530	[thread overview]
Message-ID: <81e04fa6-2870-4b0e-82aa-602f9435a848@linux.ibm.com> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull powerpc fixes for 6.16:

The following changes since commit 0d67f0dee6c9176bc09a5482dd7346e3a0f14d0b:

  powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() (2025-06-10 07:56:41 +0530)

are available in the git repository at:

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

for you to fetch changes up to ab107276607af90b13a5994997e19b7b9731e251:

  powerpc: Fix struct termio related ioctl macros (2025-06-13 22:18:50 +0530)

- ------------------------------------------------------------------
powerpc fixes for 6.16 #3

 - Fix to handle VDSO32 with pcrel
 - Couple of dts fixes in microwatt and mpc8315erdb
 - Fix to handle PE bridge reconfiguration in VFIO EEH recovery path
 - Fix ioctl macros related to struct termio

Thanks to: Christophe Leroy, Ganesh Goudar, J. Neuschäfer, Justin M. Forbes, Michael Ellerman, Narayana Murty N, Tulio Magno, Vaibhav Jain

- ------------------------------------------------------------------
Christophe Leroy (1):
      powerpc/vdso: Fix build of VDSO32 with pcrel

J. Neuschäfer (2):
      powerpc/microwatt: Fix model property in device tree
      powerpc: dts: mpc8315erdb: Add GPIO controller node

Madhavan Srinivasan (1):
      powerpc: Fix struct termio related ioctl macros

Narayana Murty N (1):
      powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery


 arch/powerpc/boot/dts/microwatt.dts    |  2 +-
 arch/powerpc/boot/dts/mpc8315erdb.dts  | 10 ++++++++++
 arch/powerpc/include/asm/ppc_asm.h     |  2 +-
 arch/powerpc/include/uapi/asm/ioctls.h |  8 ++++----
 arch/powerpc/kernel/eeh.c              |  2 ++
 arch/powerpc/kernel/vdso/Makefile      |  2 +-
 6 files changed, 19 insertions(+), 7 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEqX2DNAOgU8sBX3pRpnEsdPSHZJQFAmhP6CgACgkQpnEsdPSH
ZJQocg/9Edbt09ToMZMdk2R5CXxDlzeGliFX7bdKV2Q4jwEqyjHMc4J3PqCNGymO
3GmP2yemB18a4ujl36KQet6CsbRtSPd4RX9yXUyyPTZAEuyo3sNIsrJEYmD2HV4B
fErrE8xln+/l21HNBlPWQ0EN4m3c4bY6c6K3VaY8dMoxg11A79SGIRY/3cr93tYA
zjYdbWnCz4rxpgffKmfdM2xu17DmMO2Molq4lfsRp1vkfDBUq+sGGMYvn/njCCMb
W5I9/CN5xJrhF2iKBwP4U0wl2GsQ1DSgqp2RNvKv3wnuiKt5dUiYg6FswAsM2nQ/
89YTNgBhjtZsO9rLSX2jk1tmf8o5lJ7CGvByQgXMr35AWt1XhMe5dC+XXIXsU2YQ
fbK81Eiyf2NMFdfKN77hwwo3SfpdZqP1FC/4bjfsJ8JzsTZPrVfFfVXTV3rIAJsG
TNIioFauZAz/wlrwHkTyLqkXp77TJXtVsl9dHbvr2tpqblyb1k3b24qgwckWvf1t
XDc90Y478bdblBN+PThaxUm2AVFhWZSNxLzo2DiltetbtTmC5qeIyzl5PkgdJALr
Kqxqe2dg2ZkGXhi+FFNWWxicdleEbV8+zKQeY4K/tPnsPdUqe5DoQaqjPoMytRAF
l5RN5lqxNOY9odAH9gkgJSUlhWXI7+SSSIq2xF1ci6JnWBH+izE=
=NMl4
-----END PGP SIGNATURE-----

             reply	other threads:[~2025-06-16  9:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-16  9:50 Madhavan Srinivasan [this message]
2025-06-16 16:12 ` 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=81e04fa6-2870-4b0e-82aa-602f9435a848@linux.ibm.com \
    --to=maddy@linux.ibm.com \
    --cc=christophe.leroy@csgroup.eu \
    --cc=j.ne@posteo.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mpe@ellerman.id.au \
    --cc=nnmlinux@linux.ibm.com \
    --cc=npiggin@gmail.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 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®