From: Ingo Molnar Date: Tue, 7 Nov 2017 09:30:18 +0000 (+0100) Subject: Merge branch 'linus' into perf/core, to fix conflicts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=15bcdc9477b03eb035052412c3a087e11e855e76;p=linux.git Merge branch 'linus' into perf/core, to fix conflicts 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 --- 15bcdc9477b03eb035052412c3a087e11e855e76 diff --cc tools/perf/arch/arm/annotate/instructions.c index 6dfec7c236968,b39b16395aac5..f64516d5b23eb --- a/tools/perf/arch/arm/annotate/instructions.c +++ b/tools/perf/arch/arm/annotate/instructions.c @@@ -1,4 -1,4 +1,5 @@@ + // SPDX-License-Identifier: GPL-2.0 +#include #include #include diff --cc tools/perf/arch/arm64/annotate/instructions.c index a2c32be4132a5,9a3e0523e2c93..6688977e4ac77 --- a/tools/perf/arch/arm64/annotate/instructions.c +++ b/tools/perf/arch/arm64/annotate/instructions.c @@@ -1,4 -1,4 +1,5 @@@ + // SPDX-License-Identifier: GPL-2.0 +#include #include #include diff --cc tools/perf/arch/powerpc/annotate/instructions.c index b6b0ef5952d01,b7bc04980fe87..a3f423c27caea --- a/tools/perf/arch/powerpc/annotate/instructions.c +++ b/tools/perf/arch/powerpc/annotate/instructions.c @@@ -1,5 -1,4 +1,6 @@@ + // SPDX-License-Identifier: GPL-2.0 +#include + static struct ins_ops *powerpc__associate_instruction_ops(struct arch *arch, const char *name) { int i; diff --cc tools/perf/arch/s390/annotate/instructions.c index b8676ccbed76d,c9a81673e8aa3..e0e466c650dfa --- a/tools/perf/arch/s390/annotate/instructions.c +++ b/tools/perf/arch/s390/annotate/instructions.c @@@ -1,5 -1,4 +1,6 @@@ + // SPDX-License-Identifier: GPL-2.0 +#include + static struct ins_ops *s390__associate_ins_ops(struct arch *arch, const char *name) { struct ins_ops *ops = NULL; diff --cc tools/perf/ui/tui/progress.c index 68f6144ea6032,236bcb620ae49..bc134b82829d6 --- a/tools/perf/ui/tui/progress.c +++ b/tools/perf/ui/tui/progress.c @@@ -1,4 -1,4 +1,5 @@@ + // SPDX-License-Identifier: GPL-2.0 +#include #include "../cache.h" #include "../progress.h" #include "../libslang.h" diff --cc tools/perf/util/event.c index 3c411e7e36aa9,fc690fecbfd66..97a8ef9980db7 --- a/tools/perf/util/event.c +++ b/tools/perf/util/event.c @@@ -1,6 -1,6 +1,7 @@@ + // SPDX-License-Identifier: GPL-2.0 #include #include +#include #include #include #include diff --cc tools/perf/util/zlib.c index 7c1175310a129,008fe68d7b76d..a725b958cf31b --- a/tools/perf/util/zlib.c +++ b/tools/perf/util/zlib.c @@@ -1,4 -1,4 +1,5 @@@ + // SPDX-License-Identifier: GPL-2.0 +#include #include #include #include