Merge branch 'linus' into perf/core, to fix conflicts
authorIngo Molnar <mingo@kernel.org>
Tue, 7 Nov 2017 09:30:18 +0000 (10:30 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 7 Nov 2017 09:30:18 +0000 (10:30 +0100)
Conflicts:
tools/perf/arch/arm/annotate/instructions.c
tools/perf/arch/arm64/annotate/instructions.c
tools/perf/arch/powerpc/annotate/instructions.c
tools/perf/arch/s390/annotate/instructions.c
tools/perf/arch/x86/tests/intel-cqm.c
tools/perf/ui/tui/progress.c
tools/perf/util/zlib.c

Signed-off-by: Ingo Molnar <mingo@kernel.org>
93 files changed:
1  2 
arch/Kconfig
arch/x86/kernel/kprobes/common.h
kernel/events/core.c
tools/include/linux/poison.h
tools/perf/arch/arm/annotate/instructions.c
tools/perf/arch/arm64/annotate/instructions.c
tools/perf/arch/powerpc/annotate/instructions.c
tools/perf/arch/s390/annotate/instructions.c
tools/perf/arch/x86/annotate/instructions.c
tools/perf/arch/x86/include/arch-tests.h
tools/perf/arch/x86/tests/arch-tests.c
tools/perf/builtin-annotate.c
tools/perf/builtin-buildid-cache.c
tools/perf/builtin-buildid-list.c
tools/perf/builtin-c2c.c
tools/perf/builtin-config.c
tools/perf/builtin-diff.c
tools/perf/builtin-evlist.c
tools/perf/builtin-inject.c
tools/perf/builtin-kmem.c
tools/perf/builtin-kvm.c
tools/perf/builtin-list.c
tools/perf/builtin-lock.c
tools/perf/builtin-mem.c
tools/perf/builtin-record.c
tools/perf/builtin-report.c
tools/perf/builtin-sched.c
tools/perf/builtin-script.c
tools/perf/check-headers.sh
tools/perf/perf.h
tools/perf/pmu-events/jevents.h
tools/perf/pmu-events/pmu-events.h
tools/perf/tests/attr.c
tools/perf/tests/attr.py
tools/perf/tests/builtin-test.c
tools/perf/tests/mmap-thread-lookup.c
tools/perf/tests/topology.c
tools/perf/trace/beauty/beauty.h
tools/perf/trace/beauty/mmap.c
tools/perf/ui/browsers/hists.c
tools/perf/ui/progress.c
tools/perf/ui/progress.h
tools/perf/ui/stdio/hist.c
tools/perf/ui/tui/progress.c
tools/perf/util/annotate.c
tools/perf/util/callchain.c
tools/perf/util/callchain.h
tools/perf/util/comm.c
tools/perf/util/config.c
tools/perf/util/data.c
tools/perf/util/data.h
tools/perf/util/debug.c
tools/perf/util/dso.c
tools/perf/util/dso.h
tools/perf/util/event.c
tools/perf/util/event.h
tools/perf/util/evlist.h
tools/perf/util/evsel.h
tools/perf/util/evsel_fprintf.c
tools/perf/util/header.c
tools/perf/util/hist.c
tools/perf/util/jit.h
tools/perf/util/jitdump.c
tools/perf/util/machine.c
tools/perf/util/machine.h
tools/perf/util/map.c
tools/perf/util/map.h
tools/perf/util/parse-events.c
tools/perf/util/parse-events.h
tools/perf/util/parse-events.l
tools/perf/util/pmu.c
tools/perf/util/pmu.h
tools/perf/util/print_binary.c
tools/perf/util/print_binary.h
tools/perf/util/rb_resort.h
tools/perf/util/session.c
tools/perf/util/session.h
tools/perf/util/sort.c
tools/perf/util/sort.h
tools/perf/util/srcline.c
tools/perf/util/srcline.h
tools/perf/util/stat-shadow.c
tools/perf/util/stat.c
tools/perf/util/stat.h
tools/perf/util/symbol.c
tools/perf/util/symbol.h
tools/perf/util/thread.c
tools/perf/util/thread.h
tools/perf/util/top.h
tools/perf/util/util.c
tools/perf/util/util.h
tools/perf/util/vdso.c
tools/perf/util/zlib.c

diff --cc arch/Kconfig
Simple merge
Simple merge
Simple merge
Simple merge
index 6dfec7c2369681b894530a280b94b44adb971b69,b39b16395aac5c251c5ce9c4270258bd31564700..f64516d5b23eb6f8001d10ad21888929d4a068df
@@@ -1,4 -1,4 +1,5 @@@
+ // SPDX-License-Identifier: GPL-2.0
 +#include <linux/compiler.h>
  #include <sys/types.h>
  #include <regex.h>
  
index a2c32be4132a5eb9e15e32c59ca02616068d526b,9a3e0523e2c937e0f06110906d6a6d155797c631..6688977e4ac7745e77b1e08a9a4e4a5ded16557a
@@@ -1,4 -1,4 +1,5 @@@
+ // SPDX-License-Identifier: GPL-2.0
 +#include <linux/compiler.h>
  #include <sys/types.h>
  #include <regex.h>
  
index b6b0ef5952d01682cfbc9eabed20554657b7a3d7,b7bc04980fe870fed34cdb362d5d13f0fd1aa269..a3f423c27caea44e7706ff8e8d00c9e811fa2ef0
@@@ -1,5 -1,4 +1,6 @@@
+ // SPDX-License-Identifier: GPL-2.0
 +#include <linux/compiler.h>
 +
  static struct ins_ops *powerpc__associate_instruction_ops(struct arch *arch, const char *name)
  {
        int i;
index b8676ccbed76d0e2d3bce98fc7f32a89edb77660,c9a81673e8aa37b30cbaf35cd7c0d43b2e535992..e0e466c650dfad10c6a0d0187be4331d05dddde3
@@@ -1,5 -1,4 +1,6 @@@
+ // SPDX-License-Identifier: GPL-2.0
 +#include <linux/compiler.h>
 +
  static struct ins_ops *s390__associate_ins_ops(struct arch *arch, const char *name)
  {
        struct ins_ops *ops = NULL;
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 68f6144ea6032548ce711d5643648329e08fd502,236bcb620ae49722286233d55ccbc8fa4af90f79..bc134b82829d64a55c61663bbfeadac09e14d6df
@@@ -1,4 -1,4 +1,5 @@@
+ // SPDX-License-Identifier: GPL-2.0
 +#include <linux/kernel.h>
  #include "../cache.h"
  #include "../progress.h"
  #include "../libslang.h"
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 3c411e7e36aa99b46748c6f54390e49c61e5ae6f,fc690fecbfd66509083eeb1527ea7c00bf7c1777..97a8ef9980db7407a6760a0b22049ddba88b3d6c
@@@ -1,6 -1,6 +1,7 @@@
+ // SPDX-License-Identifier: GPL-2.0
  #include <dirent.h>
  #include <errno.h>
 +#include <fcntl.h>
  #include <inttypes.h>
  #include <linux/kernel.h>
  #include <linux/types.h>
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 7c1175310a1292db2b7b5bd05025816885a58601,008fe68d7b76d83010c49d27d7fff469b2df7b7a..a725b958cf31bb67f04267d75b951035cb767a8c
@@@ -1,4 -1,4 +1,5 @@@
+ // SPDX-License-Identifier: GPL-2.0
 +#include <fcntl.h>
  #include <stdio.h>
  #include <unistd.h>
  #include <sys/stat.h>