mbox series

[GIT,PULL] Please pull powerpc/linux.git powerpc-5.19-4 tag

Message ID 87edz3aj9f.fsf@mpe.ellerman.id.au (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] Please pull powerpc/linux.git powerpc-5.19-4 tag | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.19-4

Message

Michael Ellerman July 2, 2022, 10:42 a.m. UTC
-----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-----

Comments

pr-tracker-bot@kernel.org July 2, 2022, 5:38 p.m. UTC | #1
The pull request you sent on Sat, 02 Jul 2022 20:42:04 +1000:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.19-4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5411de073362300d99bb35d46d77d656760e4606

Thank you!