Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: "Fixes marked for stable: - Convert cmp to cmpd in idle enter sequence (Segher Boessenkool) - cxl: Fix leaking pid refs in some error paths (Vaibhav Jain) - Re-fix race condition between going idle and entering guest (Paul Mackerras) - Fix race condition in setting lock bit in idle/wakeup code (Paul Mackerras) - radix: Use tlbiel only if we ever ran on the current cpu (Aneesh Kumar K.V) - relocation, register save fixes for system reset interrupt (Nicholas Piggin) Fixes for code merged this cycle: - Fix CONFIG_ALIVEC typo in restore_tm_state() (Valentin Rothberg) - KVM: PPC: Book3S HV: Fix build error when SMP=n (Michael Ellerman)" * tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/64s: relocation, register save fixes for system reset interrupt powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpu powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state() powerpc/64: Fix race condition in setting lock bit in idle/wakeup code powerpc/64: Re-fix race condition between going idle and entering guest cxl: Fix leaking pid refs in some error paths powerpc: Convert cmp to cmpd in idle enter sequence KVM: PPC: Book3S HV: Fix build error when SMP=n
Showing
- arch/powerpc/include/asm/cpuidle.h 1 addition, 1 deletionarch/powerpc/include/asm/cpuidle.h
- arch/powerpc/include/asm/exception-64s.h 16 additions, 0 deletionsarch/powerpc/include/asm/exception-64s.h
- arch/powerpc/include/asm/tlb.h 12 additions, 0 deletionsarch/powerpc/include/asm/tlb.h
- arch/powerpc/kernel/exceptions-64s.S 29 additions, 21 deletionsarch/powerpc/kernel/exceptions-64s.S
- arch/powerpc/kernel/idle_book3s.S 29 additions, 6 deletionsarch/powerpc/kernel/idle_book3s.S
- arch/powerpc/kernel/process.c 1 addition, 1 deletionarch/powerpc/kernel/process.c
- arch/powerpc/kvm/book3s_hv_rm_xics.c 1 addition, 0 deletionsarch/powerpc/kvm/book3s_hv_rm_xics.c
- arch/powerpc/mm/tlb-radix.c 4 additions, 4 deletionsarch/powerpc/mm/tlb-radix.c
- drivers/misc/cxl/api.c 2 additions, 0 deletionsdrivers/misc/cxl/api.c
- drivers/misc/cxl/file.c 13 additions, 9 deletionsdrivers/misc/cxl/file.c
Please register or sign in to comment