diff options
author | 2021-11-01 15:45:14 -0700 | |
---|---|---|
committer | 2021-11-01 15:45:14 -0700 | |
commit | 160729afc83c0053cb3c574b85e84574ad892bd7 (patch) | |
tree | afc8e08dfeb5541cb0f2fe9ef1aff1809f36ae70 /tools/perf | |
parent | Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff) | |
parent | x86/insn: Use get_unaligned() instead of memcpy() (diff) | |
download | linux-dev-160729afc83c0053cb3c574b85e84574ad892bd7.tar.xz linux-dev-160729afc83c0053cb3c574b85e84574ad892bd7.zip |
Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull misc x86 changes from Borislav Petkov:
- Use the proper interface for the job: get_unaligned() instead of
memcpy() in the insn decoder
- A randconfig build fix
* tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/insn: Use get_unaligned() instead of memcpy()
x86/Kconfig: Fix an unused variable error in dell-smm-hwmon
Diffstat (limited to '')
-rw-r--r-- | tools/perf/util/intel-pt-decoder/Build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/intel-pt-decoder/Build b/tools/perf/util/intel-pt-decoder/Build index bc629359826f..b41c2e9c6f88 100644 --- a/tools/perf/util/intel-pt-decoder/Build +++ b/tools/perf/util/intel-pt-decoder/Build @@ -18,3 +18,5 @@ CFLAGS_intel-pt-insn-decoder.o += -I$(OUTPUT)util/intel-pt-decoder ifeq ($(CC_NO_CLANG), 1) CFLAGS_intel-pt-insn-decoder.o += -Wno-override-init endif + +CFLAGS_intel-pt-insn-decoder.o += -Wno-packed |