This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-defconfig in repository toolchain/ci/linux.
from 71c5f03154ac Merge tag 'docs-5.11-2' of git://git.lwn.net/linux adds edf7ddbf1c5e fs/namespace.c: WARN if mnt_count has become negative adds 88149082bb8e fs: Handle I_DONTCACHE in iput_final() instead of generic_ [...] adds 77573fa310d9 fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set adds 1a97d899ecbc Make sure that make_create_in_sticky() never sees uninitia [...] adds 2e2cbaf920d1 fix hostfs_open() use of ->f_path.dentry adds 7bb5226c8a4b Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...] adds 11cc92eb747a genirq: Fix export of irq_to_desc() for powerpc KVM adds 2b076054e524 remove boolinit.cocci adds 33114c435959 kbuild: do not use scripts/ld-version.sh for checking spat [...] adds b784c7707502 coccinnelle: Remove ptr_ret script adds d2ee8447e1be coccinelle: update expiring email addresses adds d8f6e5c6c837 scripts: coccicheck: Correct usage of make coccicheck adds 42dc45e84452 Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/li [...] adds 6e5192143ab5 tools headers UAPI: Update epoll_pwait2 affected files adds 7f3905f00a20 tools headers cpufeatures: Sync with the kernel sources adds fde668244d1d tools arch x86: Sync the msr-index.h copy with the kernel sources adds 288807fc3a5f tools headers UAPI: Sync kvm.h headers with the kernel sources adds cd97448db80e tools headers UAPI: Sync KVM's vmx.h header with the kerne [...] adds 9880e71cbaa8 tools kvm headers: Update KVM headers from the kernel sources adds b71df82d05b7 tools headers UAPI: Synch KVM's svm.h header with the kernel adds 9bad32b2c63c perf powerpc: Move syscall.tbl check to check-headers.sh adds 22ffc3f5598d perf s390: Move syscall.tbl check into check-headers.sh adds c5ef52944a2d perf tools: Update powerpc's syscall.tbl copy from the ker [...] adds b27d20ab1c6a perf tools: Update s390's syscall.tbl copy from the kernel [...] adds 23331eeb731a perf tests: Improve topology test to check all aggregation types adds 91585846f105 perf cpumap: Use existing allocator to avoid using malloc adds fa265e59b81a perf cpumap: Add new struct for cpu aggregation adds 2760f5a14fe7 perf stat: Replace aggregation ID with a struct adds cea6575fdccf perf cpumap: Add new map type for aggregation adds d526e1a033e0 perf cpumap: Drop in cpu_aggr_map struct adds ff5232956e07 perf stat aggregation: Start using cpu_aggr_id in map adds fcd83a35dd93 perf stat aggregation: Add separate node member adds 1a270cb6b3cc perf stat aggregation: Add separate socket member adds ba2ee166d92b perf stat aggregation: Add separate die member adds b993381779da perf stat aggregation: Add separate core member adds 8d4852b468c3 perf stat aggregation: Add separate thread member adds 5149303fdfe5 perf probe: Fix memory leak when synthesizing SDT probes adds 5814bc2d4cc2 Merge tag 'perf-tools-2020-12-24' of git://git.kernel.org/ [...] adds 61d791365b72 drm/amd/display: avoid uninitialized variable warning adds c9a3c4e637ac mfd: ab8500-debugfs: Remove extraneous curly brace adds 275e88b06a27 PCI: tegra: Fix host link initialization adds 99e629f14b47 PCI: dwc: Fix inverted condition of DMA mask setup warning adds 40f78232f973 Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/ [...] adds f838f8d2b694 mfd: ab8500-debugfs: Remove extraneous seq_putc
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 4 +- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c | 2 +- drivers/mfd/ab8500-debugfs.c | 2 - drivers/pci/controller/dwc/pcie-designware-host.c | 8 +- drivers/pci/controller/dwc/pcie-tegra194.c | 55 +-- fs/dcache.c | 9 +- fs/hostfs/hostfs_kern.c | 2 +- fs/inode.c | 4 +- fs/namei.c | 4 +- fs/namespace.c | 9 +- fs/pnode.h | 2 +- include/linux/fs.h | 3 +- kernel/irq/irqdesc.c | 2 +- scripts/coccicheck | 26 +- scripts/coccinelle/api/ptr_ret.cocci | 97 ----- scripts/coccinelle/misc/boolinit.cocci | 195 ---------- scripts/nsdeps | 4 +- tools/arch/arm64/include/uapi/asm/kvm.h | 3 - tools/arch/x86/include/asm/cpufeatures.h | 2 + tools/arch/x86/include/asm/msr-index.h | 1 + tools/arch/x86/include/uapi/asm/kvm.h | 1 + tools/arch/x86/include/uapi/asm/svm.h | 28 ++ tools/arch/x86/include/uapi/asm/vmx.h | 2 + tools/include/uapi/asm-generic/unistd.h | 4 +- tools/include/uapi/linux/kvm.h | 56 ++- tools/perf/arch/powerpc/Makefile | 7 - tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 26 +- tools/perf/arch/s390/Makefile | 4 - tools/perf/arch/s390/entry/syscalls/syscall.tbl | 396 ++++++++++++--------- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 + tools/perf/builtin-stat.c | 128 +++---- tools/perf/check-headers.sh | 2 + tools/perf/tests/topology.c | 64 +++- tools/perf/trace/beauty/tracepoints/x86_msr.sh | 2 +- tools/perf/util/cpumap.c | 171 ++++++--- tools/perf/util/cpumap.h | 55 +-- tools/perf/util/probe-file.c | 13 +- tools/perf/util/stat-display.c | 102 +++--- tools/perf/util/stat.c | 2 +- tools/perf/util/stat.h | 9 +- 40 files changed, 764 insertions(+), 743 deletions(-) delete mode 100644 scripts/coccinelle/api/ptr_ret.cocci delete mode 100644 scripts/coccinelle/misc/boolinit.cocci