Merge tag 'powerpc-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - A fix for a CMA change that broke booting guests with > 2G RAM on Power8 hosts. - Fix the RTAS call filter to allow a special case that applications rely on. - A change to our execve path, to make the execve syscall exit tracepoint work. - Three fixes to wire up our various RNGs earlier in boot so they're available for use in the initial seeding in random_init(). - A build fix for when KASAN is enabled along with STRUCTLEAK_BYREF_ALL. Thanks to Andrew Donnellan, Aneesh Kumar K.V, Christophe Leroy, Jason Donenfeld, Nathan Lynch, Naveen N. Rao, Sathvika Vasireddy, Sumit Dubey2, Tyrel Datwyler, and Zi Yan. * tag 'powerpc-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/powernv: wire up rng during setup_arch powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and KASAN powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address powerpc: Enable execve syscall exit tracepoint powerpc/pseries: wire up rng during setup_arch() powerpc/microwatt: wire up rng during setup_arch() powerpc/mm: Move CMA reservations after initmem_init()
No related branches found
No related tags found
Showing
- arch/powerpc/kernel/process.c 1 addition, 1 deletionarch/powerpc/kernel/process.c
- arch/powerpc/kernel/prom_init.c 1 addition, 1 deletionarch/powerpc/kernel/prom_init.c
- arch/powerpc/kernel/rtas.c 10 additions, 1 deletionarch/powerpc/kernel/rtas.c
- arch/powerpc/kernel/setup-common.c 7 additions, 6 deletionsarch/powerpc/kernel/setup-common.c
- arch/powerpc/platforms/microwatt/microwatt.h 7 additions, 0 deletionsarch/powerpc/platforms/microwatt/microwatt.h
- arch/powerpc/platforms/microwatt/rng.c 3 additions, 7 deletionsarch/powerpc/platforms/microwatt/rng.c
- arch/powerpc/platforms/microwatt/setup.c 8 additions, 0 deletionsarch/powerpc/platforms/microwatt/setup.c
- arch/powerpc/platforms/powernv/powernv.h 2 additions, 0 deletionsarch/powerpc/platforms/powernv/powernv.h
- arch/powerpc/platforms/powernv/rng.c 36 additions, 16 deletionsarch/powerpc/platforms/powernv/rng.c
- arch/powerpc/platforms/powernv/setup.c 2 additions, 0 deletionsarch/powerpc/platforms/powernv/setup.c
- arch/powerpc/platforms/pseries/pseries.h 2 additions, 0 deletionsarch/powerpc/platforms/pseries/pseries.h
- arch/powerpc/platforms/pseries/rng.c 3 additions, 8 deletionsarch/powerpc/platforms/pseries/rng.c
- arch/powerpc/platforms/pseries/setup.c 1 addition, 0 deletionsarch/powerpc/platforms/pseries/setup.c
Loading
Please register or sign in to comment