summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-04-26 19:09:18 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2021-04-26 19:09:18 +0300
commit98ee795b21733a370bfdb3ba4359d2e31e6db514 (patch)
tree61c5008625eebde02dfde1ca8acd25bd64faad76 /tools/testing
parent2c5ce2dba26afb39d426d9c06fd1c8e5057936d7 (diff)
parentf281854fa743f3474b2d0d69533301f48cf0e184 (diff)
downloadlinux-98ee795b21733a370bfdb3ba4359d2e31e6db514.tar.xz
Merge tag 'x86_misc_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 tool update from Borislav Petkov: "A new kcpuid tool to dump the raw CPUID leafs of a CPU. It has the CPUID bit definitions in a separate csv file which allows for adding support for new CPUID leafs and bits without having to update the tool. The main use case for the tool is hw enablement on preproduction x86 hardware" * tag 'x86_misc_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: tools/x86/kcpuid: Add AMD leaf 0x8000001E tools/x86/kcpuid: Check last token too selftests/x86: Add a missing .note.GNU-stack section to thunks_32.S tools/x86/kcpuid: Add AMD Secure Encryption leaf tools/x86: Add a kcpuid tool to show raw CPU features
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/x86/thunks_32.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/x86/thunks_32.S b/tools/testing/selftests/x86/thunks_32.S
index a71d92da8f46..f3f56e681e9f 100644
--- a/tools/testing/selftests/x86/thunks_32.S
+++ b/tools/testing/selftests/x86/thunks_32.S
@@ -45,3 +45,5 @@ call64_from_32:
ret
.size call64_from_32, .-call64_from_32
+
+.section .note.GNU-stack,"",%progbits