Messages in this thread |  | | From | Michael Ellerman <> | Subject | [GIT PULL] Please pull powerpc/linux.git powerpc-5.18-3 tag | Date | Sun, 24 Apr 2022 23:08:48 +1000 |
| |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi Linus,
Please pull some more powerpc fixes for 5.18:
The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:
Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.18-3
for you to fetch changes up to bb82c574691daf8f7fa9a160264d15c5804cb769:
powerpc/perf: Fix 32bit compile (2022-04-21 23:26:47 +1000)
- ------------------------------------------------------------------ powerpc fixes for 5.18 #3
- Partly revert a change to our timer_interrupt() that caused lockups with high res timers disabled.
- Fix a bug in KVM TCE handling that could corrupt kernel memory.
- Two commits fixing Power9/Power10 perf alternative event selection.
Thanks to: Alexey Kardashevskiy, Athira Rajeev, David Gibson, Frederic Barrat, Madhavan Srinivasan, Miguel Ojeda, Nicholas Piggin.
- ------------------------------------------------------------------ Alexey Kardashevskiy (2): KVM: PPC: Fix TCE handling for VFIO powerpc/perf: Fix 32bit compile
Athira Rajeev (2): powerpc/perf: Fix power9 event alternatives powerpc/perf: Fix power10 event alternatives
Michael Ellerman (1): powerpc/time: Always set decrementer in timer_interrupt()
arch/powerpc/kernel/time.c | 29 ++++++------- arch/powerpc/kvm/book3s_64_vio.c | 45 ++++++++++---------- arch/powerpc/kvm/book3s_64_vio_hv.c | 44 +++++++++---------- arch/powerpc/perf/Makefile | 4 +- arch/powerpc/perf/power10-pmu.c | 2 +- arch/powerpc/perf/power9-pmu.c | 8 ++-- 6 files changed, 66 insertions(+), 66 deletions(-) -----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmJlSSoACgkQUevqPMjh pYDAkA/7BkoLPd4V9VwBu847BkwK6Dd15b2Qu71y0ieF0xzDzG8pkOEjpk5gCVmd DV17CXSeX8t9ppDcKp82tLtuTnBIDjpZVtoKBALvzxB8tgErTp1CemwRcnlu+ILT Y5K/tioe+Y6V07HKcDefLIJrtt73IpHUV7GighPtbah0a/HNLB6+zx6HENzR2vKS G5ccs+FDbVgStRxw1tzWSH9JiAC7AznRJTWjA7XDiMcRva4t4qoZHSVU32H6Tlis fCQfIwyhyppxS5MizZx45qkumy5oJggdXhb2r7g1Wl7jeSAVPldY/S7Fq3UU8usa e2k5ZyUGWVSKZxGAlY7v6h6SwAhs28fspA/+tI0pvSH9a8knBkHk8H8bHlnORKkv j6zx1hx3qdD2BnVstEEwdiZzWrff6LwfaEytNfC1Fri7yVTkZoZVGihMKyCGHftB 7TmRMIg99WsEx8xNNDGelaEePyRhCPGHgrB0oEHrmCzJVi3a4IiVwGcaLZdYUekG oEFwcyXz4mStftyS5qV/NhFSHMgum9CuTjV8fi2pqN9fFVcPoDEXoGyaSzji9UDf AOIP1NXJMZZGgXAN5rusjRJ9zfyFkzLcRcLPjMUqRtKaDJD86LyGPgvxh+gR8ky4 8IzPHbwbYt6fMcDXkFjiS5Ks+x0ZfKkL5R7HbHNqyyKYWUSZxK0= =21WF -----END PGP SIGNATURE-----
|  |