linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-5.7-3 tag
@ 2020-04-25 23:52 Michael Ellerman
  2020-04-26 18:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ellerman @ 2020-04-25 23:52 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: chris.packham, christophe.leroy, herbert, linux-kernel,
	linuxppc-dev, natechancellor

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

Hi Linus,

Please pull some more powerpc fixes for 5.7.

The lib/mpi one is all contained within #ifdef _ARCH_PPC.

cheers


The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

are available in the git repository at:

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

for you to fetch changes up to 5990cdee689c6885b27c6d969a3d58b09002b0bc:

  lib/mpi: Fix building for powerpc with clang (2020-04-24 13:14:59 +1000)

Out of area changes:
lib/mpi/longlong.h	# 5990cdee689c lib/mpi: Fix building for powerpc with clang

- ------------------------------------------------------------------
powerpc fixes for 5.7 #3

 - One important fix for a bug in the way we find the cache-line size from the
   device tree, which was leading to the wrong size being reported to userspace
   on some platforms.

 - A fix for 8xx STRICT_KERNEL_RWX which was leaving TLB entries around leading
   to a window at boot when the strict mapping wasn't enforced.

 - A fix to enable our KUAP (kernel user access prevention) debugging on PPC32.

 - A build fix for clang in lib/mpi.

Thanks to:
  Chris Packham, Christophe Leroy, Nathan Chancellor, Qian Cai.

- ------------------------------------------------------------------
Chris Packham (1):
      powerpc/setup_64: Set cache-line-size based on cache-block-size

Christophe Leroy (2):
      powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failure
      powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32

Nathan Chancellor (1):
      lib/mpi: Fix building for powerpc with clang


 arch/powerpc/kernel/entry_32.S         |  2 +-
 arch/powerpc/kernel/setup_64.c         |  2 ++
 arch/powerpc/mm/nohash/8xx.c           |  3 ++
 arch/powerpc/platforms/Kconfig.cputype |  2 +-
 lib/mpi/longlong.h                     | 34 ++++++++++----------
 5 files changed, 24 insertions(+), 19 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl6kzJMACgkQUevqPMjh
pYDp0g/+Ndo+utPPnfPQmcc8fX9poJYqxW27p99rK4lj3t2Gk1tuIwHK6UmZYjTP
admPhfRPU16M+bqcIEhqab8YA0JeTYxgggGZER0hxHBCeZXqp6nxcr6J7N4rlR+I
HqwE8Pt4+8GOvIK992F5O2YL0upAkgjdfNGwIDdYEcui1312P0y2OWxb/CMJ6wn/
nvzmljbog/U/OR6oCppe2DkEJwxM4Q+XOP7nMsDSsQCYmFakjlbpvMVOv0SuQ2nJ
A9zOihWDonYYD17kKRUON6Z0QStGCWM53koHZXzSvC3CZxv749/FD1iIfs1wGUzc
/xGMuqjCWbzOBlDF7Nc8OsO9sdB7MkymZu5yINLgrL0kaHftiUVDrooPdTgK0pZO
tFW41pgbMUHJaLqvH51oNxbrTpsu3uUaR8fv+aPeQW6sGxehQ3qANQUHiTQ+U+Jq
qwyxqBlGHVRe2DmjAaOSP2fYRwlFVQbH1/C7kCMByNNbWiJ6lQYi7Prxq8/3HQ2q
nrmLhYTna52YPPH0i745KxXvi0z0B46nMjpKq5r1a7R2MwWZ0+cBoTvZEECH9ar/
Pzu7qR4SrEJLBXfQ9T5wEPbqe1/yL9Azt836juRyEc7kF94htOswW5MiAtyxZ6v1
6BWX58XYw+QUhtH6QmB8xtm6zLTRiT0mChwU7VxwuEUBa3T6SSA=
=fSRV
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.7-3 tag
  2020-04-25 23:52 [GIT PULL] Please pull powerpc/linux.git powerpc-5.7-3 tag Michael Ellerman
@ 2020-04-26 18:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-04-26 18:15 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, chris.packham, christophe.leroy, herbert,
	linux-kernel, linuxppc-dev, natechancellor

The pull request you sent on Sun, 26 Apr 2020 09:52:43 +1000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/670bcd79b5237deaf1518cfc90d5058b52ea5ac8

Thank you!

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

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

end of thread, other threads:[~2020-04-26 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25 23:52 [GIT PULL] Please pull powerpc/linux.git powerpc-5.7-3 tag Michael Ellerman
2020-04-26 18:15 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).