[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200331083755.GA70287@gmail.com>
Date: Tue, 31 Mar 2020 10:37:55 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Borislav Petkov <bp@...en8.de>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/misc changes for v5.7
Linus,
Please pull the latest x86-misc-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-misc-for-linus
# HEAD: 1032f32645f8a650edb0134d52fa085642d0a492 perf/tests: Add CET instructions to the new instructions test
Misc [ :-) ] changes:
- extend the decoder maps with CET instructions
- fix !vDSO corner cases
out-of-topic modifications in x86-misc-for-linus:
---------------------------------------------------
tools/testing/selftests/x86/ptrace_syscall.c# 630b99ab60aa: selftests/x86/ptrace_syscall
tools/testing/selftests/x86/test_vdso.c# 07f24dc95dac: selftests/x86/vdso: Fix no-v
tools/testing/selftests/x86/vdso_restorer.c# 07f24dc95dac: selftests/x86/vdso: Fix no-v
Thanks,
Ingo
------------------>
Adrian Hunter (1):
perf/tests: Add CET instructions to the new instructions test
Andy Lutomirski (2):
selftests/x86/vdso: Fix no-vDSO segfaults
selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault
Yu-cheng Yu (1):
x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode map
arch/x86/lib/x86-opcode-map.txt | 17 +-
tools/arch/x86/lib/x86-opcode-map.txt | 17 +-
tools/perf/arch/x86/tests/insn-x86-dat-32.c | 112 +++++++++++++
tools/perf/arch/x86/tests/insn-x86-dat-64.c | 196 ++++++++++++++++++++++
tools/perf/arch/x86/tests/insn-x86-dat-src.c | 236 +++++++++++++++++++++++++++
tools/testing/selftests/x86/ptrace_syscall.c | 8 +-
tools/testing/selftests/x86/test_vdso.c | 5 +
tools/testing/selftests/x86/vdso_restorer.c | 15 ++
8 files changed, 592 insertions(+), 14 deletions(-)
Powered by blists - more mailing lists