From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: aneesh.kumar@linux.ibm.com, christophe.leroy@csgroup.eu,
liam.howlett@oracle.com, linux-kernel@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org, nathanl@linux.ibm.com,
naveen.n.rao@linux.vnet.ibm.com, rppt@linux.ibm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-4 tag
Date: Sat, 02 Jul 2022 20:42:04 +1000 [thread overview]
Message-ID: <87edz3aj9f.fsf@mpe.ellerman.id.au> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi Linus,
Please pull some more powerpc fixes for 5.19:
The following changes since commit f3eac426657d985b97c92fa5f7ae1d43f04721f3:
powerpc/powernv: wire up rng during setup_arch (2022-06-22 19:47:22 +1000)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.19-4
for you to fetch changes up to ac790d09885d36143076e7e02825c541e8eee899:
powerpc/memhotplug: Add add_pages override for PPC (2022-06-29 20:43:16 +1000)
- ------------------------------------------------------------------
powerpc fixes for 5.19 #4
- Fix BPF uapi confusion about the correct type of bpf_user_pt_regs_t.
- Fix virt_addr_valid() when memory is hotplugged above the boot-time high_memory value.
- Fix a bug in 64-bit Book3E map_kernel_page() which would incorrectly allocate a PMD
page at PUD level.
- Fix a couple of minor issues found since we enabled KASAN for 64-bit Book3S.
Thanks to: Aneesh Kumar K.V, Cédric Le Goater, Christophe Leroy, Kefeng Wang, Liam
Howlett, Nathan Lynch, Naveen N. Rao.
- ------------------------------------------------------------------
Aneesh Kumar K.V (1):
powerpc/memhotplug: Add add_pages override for PPC
Christophe Leroy (1):
powerpc/book3e: Fix PUD allocation size in map_kernel_page()
Liam Howlett (1):
powerpc/prom_init: Fix kernel config grep
Nathan Lynch (1):
powerpc/xive/spapr: correct bitmap allocation size
Naveen N. Rao (1):
powerpc/bpf: Fix use of user_pt_regs in uapi
arch/powerpc/Kconfig | 4 +++
arch/powerpc/include/asm/bpf_perf_event.h | 9 ++++++
arch/powerpc/include/uapi/asm/bpf_perf_event.h | 9 ------
arch/powerpc/kernel/prom_init_check.sh | 2 +-
arch/powerpc/mm/mem.c | 33 +++++++++++++++++++-
arch/powerpc/mm/nohash/book3e_pgtable.c | 6 ++--
arch/powerpc/sysdev/xive/spapr.c | 5 +--
7 files changed, 52 insertions(+), 16 deletions(-)
create mode 100644 arch/powerpc/include/asm/bpf_perf_event.h
delete mode 100644 arch/powerpc/include/uapi/asm/bpf_perf_event.h
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmLAIMMACgkQUevqPMjh
pYBFzxAAt/LfbgVSWPGNv+JvqomiuokgbTd2zKP8PBsRiQg5Jh5i8ANNtIu3UGMt
Nl1/ht6FOZ6Eb76KnmfQni7I5JrIdfVa5zEMDe8GtA5fXPxnEg+lME56SSR6w6ed
2b31BuIB+1wzP6ZDjEV7fHmG4liQSVbTgWKsTjpWdPSuIqpYj5jPlgoimh4l7a2r
YY4Bz7PRFevrbiG5ME10+ZckjG7b13SnROg4JOjZO3leJCqGLHhT9SjHUZvYmot5
MjeObrZ7p4xO3MtBMWi2rDGXhLrHJAqYI+jrC1Z4P2jFAVVKm4l2cFjPQ5MHCqYy
9Di93hT1QrhCKxGr+FzDQSVCSENxPxktheqWz5IyBexwxvkH0tUkSwugmOhyHwq6
69uFxi9CLAtnv+8YXvqsLSwg8+n5DeYQ7mEVXsCyPIXKbZe+ZJE2r6XoYb0a3ags
nTwkiSnaBLvHBQtjBLh4Bd3dI5STL9LZsz1cUXFBlriCs3rP5enPF/vWOcc8tEix
F2iZPiXldpiep1g3zHDRuAAcACGWHrqxfVOPJfC/pLrqpzbmtFPJejmeE3WVC3uy
dkjjkXGBfrTAlFjVfdJgJVv+vyr9ShIrFrpsMjlFcsoktoDXUd2zkcJj+zdwIqrG
sRLRcHtNGQs6X0CltPs22qjtj66tLZja+Kj1eRDrFk896sJNsaA=
=YeKn
-----END PGP SIGNATURE-----
next reply other threads:[~2022-07-02 10:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-02 10:42 Michael Ellerman [this message]
2022-07-02 17:38 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-4 tag 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=87edz3aj9f.fsf@mpe.ellerman.id.au \
--to=mpe@ellerman.id.au \
--cc=aneesh.kumar@linux.ibm.com \
--cc=christophe.leroy@csgroup.eu \
--cc=liam.howlett@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=nathanl@linux.ibm.com \
--cc=naveen.n.rao@linux.vnet.ibm.com \
--cc=rppt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox