Messages in this thread |  | | From | Michael Ellerman <> | Subject | [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-4 tag | Date | Fri, 27 Nov 2020 23:45:35 +1100 |
| |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi Linus,
Please pull some more powerpc fixes for 5.10.
Note this includes a merge of the powerpc-cve-2020-4788 tag, which you already have, so that I could fix a build break it introduced. That merge should be a nop from your POV.
cheers
The following changes since commit da631f7fd623b6c180c8d93a93040d1e0d61291f:
Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.10-4
for you to fetch changes up to b6b79dd53082db11070b4368d85dd6699ff0b063:
powerpc/64s: Fix allnoconfig build since uaccess flush (2020-11-23 21:16:42 +1100)
- ------------------------------------------------------------------ powerpc fixes for 5.10 #4
A regression fix for a boot failure on some 32-bit machines.
A fix for host crashes in the KVM system reset handling.
A fix for a possible oops in the KVM XIVE interrupt handling on Power9.
A fix for host crashes triggerable via the KVM emulated MMIO handling when running HPT guests.
A couple of small build fixes.
Thanks to: Andreas Schwab, Cédric Le Goater, Christophe Leroy, Erhard Furtner, Greg Kurz, Greg Kurz, Németh Márton, Nicholas Piggin, Nick Desaulniers, Serge Belyshev, Stephen Rothwell.
- ------------------------------------------------------------------ Christophe Leroy (1): powerpc/32s: Use relocation offset when setting early hash table
Cédric Le Goater (1): KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
Michael Ellerman (2): powerpc: Drop -me200 addition to build flags Merge tag 'powerpc-cve-2020-4788' into fixes
Nicholas Piggin (2): powerpc/64s: Fix KVM system reset handling when CONFIG_PPC_PSERIES=y powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU context
Stephen Rothwell (1): powerpc/64s: Fix allnoconfig build since uaccess flush
arch/powerpc/Makefile | 1 - arch/powerpc/include/asm/book3s/64/kup-radix.h | 2 ++ arch/powerpc/kernel/exceptions-64s.S | 13 +++++++------ arch/powerpc/kernel/head_book3s_32.S | 3 ++- arch/powerpc/kvm/book3s_xive_native.c | 7 +++++++ 5 files changed, 18 insertions(+), 8 deletions(-) -----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl/A8B4ACgkQUevqPMjh pYCUdQ/9HN2ikGl+dT5h3CoAVZoGsyl6/KQm6t+tVjHHxDWcuH/wOmmpvqRET5th 7uGOJrKEPaWDo3KwmM/Q2Srf74Qtb23n4D62Hi4dTBGoVix1930BIrz/VaQq416T WwvrZIwbOSOvklbERq/ta4YeXN9fHquAX0dgxQEWPgLugoXCJhKndvAoy+l+0ZLa F3uOFnqt1IKaQA7wM7I+BbgOlP6rF+VhNPMZmUEvNDsVa6HUhv6/R46c7Un4jKyQ O8hTn/yz/Sc7kB06LoF9PiHlwtZVuDvwIi+6h5W1LcLCWGIBkEhJkNZ1K6Qwiu7H YIFvCTLovliLSOYIRjRS+s1a0hSjRUdOcrb/VukzRNP/JFpbzKid8gHkVdG8yEN8 HIXT6W9/YOACr+rviuYJAuA+hk4ll8SHdgbFnr7QGLJKdy9SCUHSWrkgoBHXKig5 eV/bRE0H5WauyqPcct1xP781UKf1zmcNiouvDXmRBoAJalRSVFB5HxpN+GKPQxwu la/lv/eAujuydJYxlgCHu8pNbn/DhPsIPpbNnXLNOYxiWR8LXESkt4I7dxPJQxvr pkWuR+T1FAXzF6tor+iK8anpmAmXKrWFQNSC2cCnqBdGtORdARztjHhVWgOCQLiR H0mN8abC+b7h6LVsRsDieZt5u0+o+G69FvNLxaPQymvnDaQtbQI= =7BPy -----END PGP SIGNATURE-----
|  |