Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "The main thing is a fix to our FUTEX_WAKE_OP implementation which was unbelievably broken, but did actually work for the one scenario that GLIBC used to use. Summary: - Fix stack unwinding so we ignore user stacks - Fix ftrace module PLT trampoline initialisation checks - Fix terminally broken implementation of FUTEX_WAKE_OP atomics" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value arm64: backtrace: Don't bother trying to unwind the userspace stack arm64/ftrace: fix inadvertent BUG() in trampoline check
No related branches found
No related tags found
Showing
- arch/arm64/include/asm/futex.h 8 additions, 8 deletionsarch/arm64/include/asm/futex.h
- arch/arm64/include/asm/module.h 5 additions, 0 deletionsarch/arm64/include/asm/module.h
- arch/arm64/kernel/ftrace.c 1 addition, 2 deletionsarch/arm64/kernel/ftrace.c
- arch/arm64/kernel/traps.c 9 additions, 6 deletionsarch/arm64/kernel/traps.c
Please register or sign in to comment