-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Linus,
Please pull some more powerpc fixes for 6.5: The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c: Linux 6.5-rc2 (2023-07-16 15:10:37 -0700) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.5-4 for you to fetch changes up to 106ea7ffd56b0f9454cd4f625474967f12ac4dbd: Revert "powerpc/64s: Remove support for ELFv1 little endian userspace" (2023-07-19 21:28:35 +1000) - ------------------------------------------------------------------ powerpc fixes for 6.5 #4 - Reinstate support for little endian ELFv1 binaries, which it turns out still exist in the wild. - Revert a change which used asm goto for WARN_ON/__WARN_FLAGS, as it lead to dead code generation and seemed to trigger compiler bugs in some edge cases. - Fix a deadlock in the pseries VAS code, between live migration and the driver's mmap handler. - Disable KCOV instrumentation in the powerpc KASAN code. Thanks to: Andrew Donnellan, Benjamin Gray, Christophe Leroy, Haren Myneni, Russell Currey, Uwe Kleine-König. - ------------------------------------------------------------------ Andrew Donnellan (1): Revert "powerpc/64s: Remove support for ELFv1 little endian userspace" Benjamin Gray (1): powerpc/kasan: Disable KCOV in KASAN code Christophe Leroy (1): Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto" Haren Myneni (1): powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close Russell Currey (1): powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files Uwe Kleine-König (1): powerpc/512x: lpbfifo: Convert to platform remove callback returning void arch/powerpc/crypto/.gitignore | 3 + arch/powerpc/include/asm/bug.h | 69 ++++---------------- arch/powerpc/include/asm/elf.h | 6 -- arch/powerpc/include/asm/thread_info.h | 6 +- arch/powerpc/kernel/traps.c | 9 +-- arch/powerpc/mm/kasan/Makefile | 1 + arch/powerpc/platforms/512x/mpc512x_lpbfifo.c | 6 +- arch/powerpc/platforms/pseries/vas.c | 9 ++- 8 files changed, 29 insertions(+), 80 deletions(-) create mode 100644 arch/powerpc/crypto/.gitignore -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmS8guQACgkQUevqPMjh pYBJ2A//f8zyL2FfBB7JRFoA6B06TmEg7GR1NlxRBrW0HWNaaxbAqureHJNElcm4 0eyi0aUy1ky2IkkyqBTJWZxwewlGkPOZTDdXvGam76B8Y5U+/beHwaKlOYkb/GHs lnlsZsMpEiHI6T7b8PFqWn+bE3O5EaJ3eamxIiPQv5XIRk84D0ny9OH4jRcbQIY3 AMZRcJIvWFSCe043JzYjj3CVfL5ySxWEjYYWNgSuhJ9zOnDb9CtZBKjHyNk0/paW vFnG309jyOKvl+2J66+JHgCvjV8Dl2nZCjQpQ42/FX5cdRTjr/b+6FE57ygC5ZvS jsSR/EFACAPHPOLRfdBXaRb7PJ1zDb4YCVtNTxwJ4059XBzKzvdBd5dc1UO4+WCR dxtn4pvWHv6mCJ5YLKcJXSOgvdVq4aLtnkirwuqoY/QY7XhuYosqB305CevRJrWp upDhMtzvofmEVN81SCB48TnzTYXyxNrSEvNjJgFby9pIXgTnXkwJvgU7LKvSrSox cbsCZEcgIy1iUjFQZENQ3GWve1RRea77C0RAsNWSPvgLna3ITNDiKlWFo4vEtrt6 9wKKegRvOsz4yCJAEfYe62qLDu/4tqIknPxqxuapnhNj+N2+f+5wjcV8D7E7hSaP f1y8QXbN2+yRvFGIRhdqwE0+4BEP6B/fq4XXQ1fjmw4aIrNWoSc= =BUmd -----END PGP SIGNATURE-----