Revision c3c7579f5e3b4826d32af0521e53d5d565ed5a73 authored by Linus Torvalds on 14 March 2021, 19:37:43 UTC, committed by Linus Torvalds on 14 March 2021, 19:37:43 UTC
Pull powerpc fixes from Michael Ellerman:
 "Some more powerpc fixes for 5.12:

   - Fix wrong instruction encoding for lis in ppc_function_entry(),
     which could potentially lead to missed kprobes.

   - Fix SET_FULL_REGS on 32-bit and 64e, which prevented ptrace of
     non-volatile GPRs immediately after exec.

   - Clean up a missed SRR specifier in the recent interrupt rework.

   - Don't treat unrecoverable_exception() as an interrupt handler, it's
     called from other handlers so shouldn't do the interrupt entry/exit
     accounting itself.

   - Fix build errors caused by missing declarations for
     [en/dis]able_kernel_vsx().

  Thanks to Christophe Leroy, Daniel Axtens, Geert Uytterhoeven, Jiri
  Olsa, Naveen N. Rao, and Nicholas Piggin"

* tag 'powerpc-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
  powerpc/traps: unrecoverable_exception() is not an interrupt handler
  powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()
  powerpc/64s/exception: Clean up a missed SRR specifier
  powerpc: Fix inverted SET_FULL_REGS bitop
  powerpc/64s: Use symbolic macros for function entry encoding
  powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()
2 parent s 9d0c8e7 + 0b73688
History
File Mode Size
Kconfig -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 343 bytes
acl.c -rw-r--r-- 3.2 KB
acl.h -rw-r--r-- 629 bytes
aops.c -rw-r--r-- 20.5 KB
aops.h -rw-r--r-- 374 bytes
bmap.c -rw-r--r-- 65.9 KB
bmap.h -rw-r--r-- 2.2 KB
dentry.c -rw-r--r-- 2.3 KB
dir.c -rw-r--r-- 51.8 KB
dir.h -rw-r--r-- 2.5 KB
export.c -rw-r--r-- 4.6 KB
file.c -rw-r--r-- 35.2 KB
gfs2.h -rw-r--r-- 372 bytes
glock.c -rw-r--r-- 64.6 KB
glock.h -rw-r--r-- 10.0 KB
glops.c -rw-r--r-- 21.2 KB
glops.h -rw-r--r-- 1.0 KB
incore.h -rw-r--r-- 23.5 KB
inode.c -rw-r--r-- 51.3 KB
inode.h -rw-r--r-- 3.9 KB
lock_dlm.c -rw-r--r-- 40.3 KB
log.c -rw-r--r-- 36.9 KB
log.h -rw-r--r-- 2.9 KB
lops.c -rw-r--r-- 27.6 KB
lops.h -rw-r--r-- 2.3 KB
main.c -rw-r--r-- 6.2 KB
meta_io.c -rw-r--r-- 12.6 KB
meta_io.h -rw-r--r-- 2.4 KB
ops_fstype.c -rw-r--r-- 42.9 KB
quota.c -rw-r--r-- 42.5 KB
quota.h -rw-r--r-- 2.0 KB
recovery.c -rw-r--r-- 14.8 KB
recovery.h -rw-r--r-- 1.1 KB
rgrp.c -rw-r--r-- 73.2 KB
rgrp.h -rw-r--r-- 3.4 KB
super.c -rw-r--r-- 38.4 KB
super.h -rw-r--r-- 2.2 KB
sys.c -rw-r--r-- 17.7 KB
sys.h -rw-r--r-- 507 bytes
trace_gfs2.h -rw-r--r-- 17.8 KB
trans.c -rw-r--r-- 9.2 KB
trans.h -rw-r--r-- 1.6 KB
util.c -rw-r--r-- 15.6 KB
util.h -rw-r--r-- 6.3 KB
xattr.c -rw-r--r-- 32.9 KB
xattr.h -rw-r--r-- 1.9 KB

back to top