Merge branch 'x86-ptrace-for-linus' of...
Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, ptrace: Remove set_stopped_child_used_math() in [x]fpregs_set x86, ptrace: Simplify xstateregs_get() ptrace: Fix ptrace_regset() comments and diagnose errors specifically parisc: Disable CONFIG_HAVE_ARCH_TRACEHOOK ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET x86, ptrace: regset extensions to support xstate
Showing
- arch/x86/include/asm/i387.h 10 additions, 2 deletionsarch/x86/include/asm/i387.h
- arch/x86/include/asm/user.h 58 additions, 0 deletionsarch/x86/include/asm/user.h
- arch/x86/include/asm/xsave.h 2 additions, 0 deletionsarch/x86/include/asm/xsave.h
- arch/x86/kernel/i387.c 67 additions, 4 deletionsarch/x86/kernel/i387.c
- arch/x86/kernel/ptrace.c 32 additions, 2 deletionsarch/x86/kernel/ptrace.c
- arch/x86/kernel/xsave.c 1 addition, 0 deletionsarch/x86/kernel/xsave.c
- include/linux/elf.h 6 additions, 1 deletioninclude/linux/elf.h
- include/linux/ptrace.h 20 additions, 0 deletionsinclude/linux/ptrace.h
- kernel/ptrace.c 88 additions, 0 deletionskernel/ptrace.c
Please register or sign in to comment