Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - A fix for undetected data corruption on Power9 Nimbus <= DD2.1 in the emulation of VSX loads. The affected CPUs were not widely available. - Two fixes for machine check handling in guests under PowerVM. - A fix for our recent changes to SMP setup, when CONFIG_CPUMASK_OFFSTACK=y. - Three fixes for races in the handling of some of our powernv sysfs attributes. - One change to remove TM from the set of Power10 CPU features. - A couple of other minor fixes. Thanks to: Aneesh Kumar K.V, Christophe Leroy, Ganesh Goudar, Jordan Niethe, Mahesh Salgaonkar, Michael Neuling, Oliver O'Halloran, Qian Cai, Srikar Dronamraju, Vasant Hegde. * tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/pseries: Avoid using addr_to_pfn in real mode powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9 powerpc/eeh: Fix eeh_dev_check_failure() for PE#0 powerpc/64s: Remove TM from Power10 features selftests/powerpc: Make alignment handler test P9N DD2.1 vector CI load workaround powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulation powerpc/powernv/dump: Handle multiple writes to ack attribute powerpc/powernv/dump: Fix race while processing OPAL dump powerpc/smp: Use GFP_ATOMIC while allocating tmp mask powerpc/smp: Remove unnecessary variable powerpc/mce: Avoid nmi_enter/exit in real mode on pseries hash powerpc/opal_elog: Handle multiple writes to ack attribute
No related branches found
No related tags found
Showing
- arch/powerpc/include/asm/asm-const.h 13 additions, 0 deletionsarch/powerpc/include/asm/asm-const.h
- arch/powerpc/include/asm/cputable.h 1 addition, 1 deletionarch/powerpc/include/asm/cputable.h
- arch/powerpc/include/asm/uaccess.h 2 additions, 2 deletionsarch/powerpc/include/asm/uaccess.h
- arch/powerpc/kernel/cputable.c 10 additions, 3 deletionsarch/powerpc/kernel/cputable.c
- arch/powerpc/kernel/eeh.c 0 additions, 5 deletionsarch/powerpc/kernel/eeh.c
- arch/powerpc/kernel/mce.c 3 additions, 4 deletionsarch/powerpc/kernel/mce.c
- arch/powerpc/kernel/smp.c 35 additions, 35 deletionsarch/powerpc/kernel/smp.c
- arch/powerpc/kernel/traps.c 1 addition, 1 deletionarch/powerpc/kernel/traps.c
- arch/powerpc/platforms/powernv/opal-dump.c 37 additions, 15 deletionsarch/powerpc/platforms/powernv/opal-dump.c
- arch/powerpc/platforms/powernv/opal-elog.c 8 additions, 3 deletionsarch/powerpc/platforms/powernv/opal-elog.c
- arch/powerpc/platforms/pseries/ras.c 69 additions, 49 deletionsarch/powerpc/platforms/pseries/ras.c
- tools/testing/selftests/powerpc/alignment/alignment_handler.c 6 additions, 2 deletions...s/testing/selftests/powerpc/alignment/alignment_handler.c
Loading
Please register or sign in to comment