This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dc1c8034e31b minmax: simplify min()/max()/clamp() implementation new 4e7b4ff2dcae ARM: 9406/1: Fix callchain_trace() return value new 657a292d679a ARM: 9408/1: mm: CFI: Fix some erroneous reset prototypes new 9b69b52cdde7 ARM: 9400/1: Remove unused struct 'mod_unwind_map' new 8ede71e12020 ARM: 9402/1: Kconfig: Spelling s/Cortex A-/Cortex-A/ new 9ac7ba12d37b ARM: 9403/1: Alpine: Spelling s/initialiing/initializing/ new ed0f94102251 ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION new 2335c9cb831f ARM: 9407/1: Add support for STACKLEAK gcc plugin new d7ac67b94390 Merge branches 'fixes' and 'misc' into for-linus new 3894840a7a11 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 99d3bf5f7377 Input: MT - limit max slots new 7c51f7bbf057 profiling: remove prof_cpu_mask new 2accfdb7eff6 profiling: attempt to remove per-cpu profile flip buffer
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/arm/Kconfig | 4 +- arch/arm/boot/compressed/Makefile | 1 + arch/arm/boot/compressed/vmlinux.lds.S | 2 +- arch/arm/include/asm/stacktrace.h | 7 + arch/arm/include/asm/vmlinux.lds.h | 2 +- arch/arm/kernel/entry-armv.S | 3 + arch/arm/kernel/entry-common.S | 3 + arch/arm/kernel/module.c | 5 - arch/arm/kernel/perf_callchain.c | 3 +- arch/arm/kernel/vmlinux-xip.lds.S | 4 +- arch/arm/kernel/vmlinux.lds.S | 6 +- arch/arm/mach-alpine/alpine_cpu_pm.c | 2 +- arch/arm/mm/proc.c | 20 +-- drivers/firmware/efi/libstub/Makefile | 7 +- drivers/input/input-mt.c | 3 + include/linux/cpuhotplug.h | 1 - kernel/ksysfs.c | 7 + kernel/profile.c | 225 +-------------------------------- 18 files changed, 58 insertions(+), 247 deletions(-)