From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: aneesh.kumar@linux.ibm.com, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org, naveen@kernel.org,
bgray@linux.ibm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-5 tag
Date: Sat, 05 Aug 2023 22:45:58 +1000 [thread overview]
Message-ID: <87sf8x4pyx.fsf@mail.lhotse> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi Linus,
Please pull some more powerpc fixes for 6.5:
The following changes since commit 106ea7ffd56b0f9454cd4f625474967f12ac4dbd:
Revert "powerpc/64s: Remove support for ELFv1 little endian userspace" (2023-07-19 21:28:35 +1000)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.5-5
for you to fetch changes up to 86582e6189dd8f9f52c25d46c70fe5d111da6345:
powerpc/powermac: Use early_* IO variants in via_calibrate_decr() (2023-08-02 22:57:22 +1000)
- ------------------------------------------------------------------
powerpc fixes for 6.5 #5
- Fix vmemmap altmap boundary check which could cause memory hotunplug failure.
- Create a dummy stackframe to fix ftrace stack unwind.
- Fix secondary thread bringup for Book3E ELFv2 kernels.
- Use early_ioremap/unmap() in via_calibrate_decr().
Thanks to: Aneesh Kumar K.V, Benjamin Gray, Christophe Leroy, David Hildenbrand,
Naveen N Rao.
- ------------------------------------------------------------------
Aneesh Kumar K.V (1):
powerpc/mm/altmap: Fix altmap boundary check
Benjamin Gray (1):
powerpc/powermac: Use early_* IO variants in via_calibrate_decr()
Michael Ellerman (1):
powerpc/64e: Fix secondary thread bringup for ELFv2 kernels
Naveen N Rao (1):
powerpc/ftrace: Create a dummy stackframe to fix stack unwind
arch/powerpc/kernel/head_64.S | 3 +--
arch/powerpc/kernel/trace/ftrace_mprofile.S | 9 +++++++--
arch/powerpc/mm/init_64.c | 3 +--
arch/powerpc/platforms/85xx/smp.c | 2 +-
arch/powerpc/platforms/powermac/time.c | 6 +++---
5 files changed, 13 insertions(+), 10 deletions(-)
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmTOP28ACgkQUevqPMjh
pYD/Dw//VVGuOe1yChY9X/ChgIqZ2PMTw4H+NpOal9xtPT9zjPG1mufNusA1rOh7
IhhxhvEvWu2Swy7m9zT9jC7KIj/5XQXM0UFrpMry/WiuOBd61c1dyB8R6VvH5Js1
yN1VfsWYP5lOLGBMInFu4ov+gzejvXHQbT6DlRjvlDbwALrcjO6rBlJ+lAlNzw/Y
/dFBbpwbEKwXBdez4yEsS5yH7ZlyMfh3Y4sJ+fh/k/q6ijGqU+EinMRfO5x40wB0
DvQjVX15Ns0fNFZK2You261igSjovDjS2GqukVXL91gxNPBhuoFEZSZXlOjziPfy
guJVWYnmfiKjcsMPkRCDJTKMkbOq8rcdk/lc6murLdt1HawTQPK91589cc9PfNzX
XbHrn6UybmQH7dzO1ZFkF/SdyimGWgt7QnwyZ9rKf13CmYJdDoA0Z01T3T3FH+O7
VIqaKNJZh7hYrpugH5cWtcJ1gQVVbf1/v4tolIDuBC3vhLSBWiwJ5CVX846Q9lzS
y5MzE3zh7T9FFh9vQw7yNMW00StCq2yV/UZwDpRqy8bkrlPExi3tZrcxODCl1t3V
kOAIzgcj1eunSDL1nEzZPcqEnk+IX8IKUk/XMr4GomqXLM7KPyUFmKaJLNOTdElm
LNK+oN6mTnaYInkISGImZXAGePY0s8GeHUyyE+W34OGU844HWI0=
=ZRFy
-----END PGP SIGNATURE-----
WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: aneesh.kumar@linux.ibm.com, bgray@linux.ibm.com,
linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
naveen@kernel.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-5 tag
Date: Sat, 05 Aug 2023 22:45:58 +1000 [thread overview]
Message-ID: <87sf8x4pyx.fsf@mail.lhotse> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi Linus,
Please pull some more powerpc fixes for 6.5:
The following changes since commit 106ea7ffd56b0f9454cd4f625474967f12ac4dbd:
Revert "powerpc/64s: Remove support for ELFv1 little endian userspace" (2023-07-19 21:28:35 +1000)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.5-5
for you to fetch changes up to 86582e6189dd8f9f52c25d46c70fe5d111da6345:
powerpc/powermac: Use early_* IO variants in via_calibrate_decr() (2023-08-02 22:57:22 +1000)
- ------------------------------------------------------------------
powerpc fixes for 6.5 #5
- Fix vmemmap altmap boundary check which could cause memory hotunplug failure.
- Create a dummy stackframe to fix ftrace stack unwind.
- Fix secondary thread bringup for Book3E ELFv2 kernels.
- Use early_ioremap/unmap() in via_calibrate_decr().
Thanks to: Aneesh Kumar K.V, Benjamin Gray, Christophe Leroy, David Hildenbrand,
Naveen N Rao.
- ------------------------------------------------------------------
Aneesh Kumar K.V (1):
powerpc/mm/altmap: Fix altmap boundary check
Benjamin Gray (1):
powerpc/powermac: Use early_* IO variants in via_calibrate_decr()
Michael Ellerman (1):
powerpc/64e: Fix secondary thread bringup for ELFv2 kernels
Naveen N Rao (1):
powerpc/ftrace: Create a dummy stackframe to fix stack unwind
arch/powerpc/kernel/head_64.S | 3 +--
arch/powerpc/kernel/trace/ftrace_mprofile.S | 9 +++++++--
arch/powerpc/mm/init_64.c | 3 +--
arch/powerpc/platforms/85xx/smp.c | 2 +-
arch/powerpc/platforms/powermac/time.c | 6 +++---
5 files changed, 13 insertions(+), 10 deletions(-)
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmTOP28ACgkQUevqPMjh
pYD/Dw//VVGuOe1yChY9X/ChgIqZ2PMTw4H+NpOal9xtPT9zjPG1mufNusA1rOh7
IhhxhvEvWu2Swy7m9zT9jC7KIj/5XQXM0UFrpMry/WiuOBd61c1dyB8R6VvH5Js1
yN1VfsWYP5lOLGBMInFu4ov+gzejvXHQbT6DlRjvlDbwALrcjO6rBlJ+lAlNzw/Y
/dFBbpwbEKwXBdez4yEsS5yH7ZlyMfh3Y4sJ+fh/k/q6ijGqU+EinMRfO5x40wB0
DvQjVX15Ns0fNFZK2You261igSjovDjS2GqukVXL91gxNPBhuoFEZSZXlOjziPfy
guJVWYnmfiKjcsMPkRCDJTKMkbOq8rcdk/lc6murLdt1HawTQPK91589cc9PfNzX
XbHrn6UybmQH7dzO1ZFkF/SdyimGWgt7QnwyZ9rKf13CmYJdDoA0Z01T3T3FH+O7
VIqaKNJZh7hYrpugH5cWtcJ1gQVVbf1/v4tolIDuBC3vhLSBWiwJ5CVX846Q9lzS
y5MzE3zh7T9FFh9vQw7yNMW00StCq2yV/UZwDpRqy8bkrlPExi3tZrcxODCl1t3V
kOAIzgcj1eunSDL1nEzZPcqEnk+IX8IKUk/XMr4GomqXLM7KPyUFmKaJLNOTdElm
LNK+oN6mTnaYInkISGImZXAGePY0s8GeHUyyE+W34OGU844HWI0=
=ZRFy
-----END PGP SIGNATURE-----
next reply other threads:[~2023-08-05 12:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-05 12:45 Michael Ellerman [this message]
2023-08-05 12:45 ` [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-5 tag Michael Ellerman
2023-08-05 20:19 ` pr-tracker-bot
2023-08-05 20:19 ` 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=87sf8x4pyx.fsf@mail.lhotse \
--to=mpe@ellerman.id.au \
--cc=aneesh.kumar@linux.ibm.com \
--cc=bgray@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=naveen@kernel.org \
--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.