aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile.feature
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2018-11-21 15:57:21 +0100
committerIngo Molnar <mingo@kernel.org>2018-11-21 15:57:21 +0100
commitb1a9d7b0190119dad5b9b7841751b5a7586bbc8b (patch)
tree420b566cd05d201ce4be13084a11d60108ceb573 /tools/build/Makefile.feature
parentperf/x86/intel: Fix regression by default disabling perfmon v4 interrupt handling (diff)
parentperf tools beauty ioctl: Support new ISO7816 commands (diff)
downloadlinux-dev-b1a9d7b0190119dad5b9b7841751b5a7586bbc8b.tar.xz
linux-dev-b1a9d7b0190119dad5b9b7841751b5a7586bbc8b.zip
Merge tag 'perf-urgent-for-mingo-4.20-20181121' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull perf/urgent fixes: - Update kernel ABI headers, one of them lead to a small change in the ioctl 'cmd' beautifier in 'perf trace' to support the new ISO7816 commands. (Arnaldo Carvalho de Melo) - Restore proper cwd on return from mnt namespace (Jiri Olsa) - Add feature check for the get_current_dir_name() function used in the namespace fix from Jiri, that is not available in systems such as Alpine Linux, which uses the musl libc (Arnaldo Carvalho de Melo) - Fix crash in 'perf record' when synthesizing the unit for events such as 'cpu-clock' (Jiri Olsa) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/build/Makefile.feature')
-rw-r--r--tools/build/Makefile.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature
index f216b2f5c3d7..d74bb9414d7c 100644
--- a/tools/build/Makefile.feature
+++ b/tools/build/Makefile.feature
@@ -33,6 +33,7 @@ FEATURE_TESTS_BASIC := \
dwarf_getlocations \
fortify-source \
sync-compare-and-swap \
+ get_current_dir_name \
glibc \
gtk2 \
gtk2-infobar \