All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-4 tag
@ 2022-07-02 10:42 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2022-07-02 10:42 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: aneesh.kumar, christophe.leroy, liam.howlett, linux-kernel,
	linuxppc-dev, nathanl, naveen.n.rao, rppt

-----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-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-4 tag
@ 2022-07-02 10:42 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2022-07-02 10:42 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: nathanl, aneesh.kumar, linux-kernel, liam.howlett, rppt,
	naveen.n.rao, linuxppc-dev

-----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-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-4 tag
  2022-07-02 10:42 ` Michael Ellerman
@ 2022-07-02 17:38   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-07-02 17:38 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, nathanl, aneesh.kumar, linux-kernel,
	liam.howlett, rppt, naveen.n.rao, linuxppc-dev

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-4 tag
@ 2022-07-02 17:38   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-07-02 17:38 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: nathanl, aneesh.kumar, linuxppc-dev, linux-kernel, liam.howlett,
	rppt, naveen.n.rao, Linus Torvalds

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-02 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-02 10:42 [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-4 tag Michael Ellerman
2022-07-02 10:42 ` Michael Ellerman
2022-07-02 17:38 ` pr-tracker-bot
2022-07-02 17:38   ` pr-tracker-bot

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.