This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 71c5f03154ac Merge tag 'docs-5.11-2' of git://git.lwn.net/linux new edf7ddbf1c5e fs/namespace.c: WARN if mnt_count has become negative new 88149082bb8e fs: Handle I_DONTCACHE in iput_final() instead of generic_ [...] new 77573fa310d9 fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set new 1a97d899ecbc Make sure that make_create_in_sticky() never sees uninitia [...] new 2e2cbaf920d1 fix hostfs_open() use of ->f_path.dentry new 7bb5226c8a4b Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...] new 11cc92eb747a genirq: Fix export of irq_to_desc() for powerpc KVM new 2b076054e524 remove boolinit.cocci new 33114c435959 kbuild: do not use scripts/ld-version.sh for checking spat [...] new b784c7707502 coccinnelle: Remove ptr_ret script new d2ee8447e1be coccinelle: update expiring email addresses new d8f6e5c6c837 scripts: coccicheck: Correct usage of make coccicheck new 42dc45e84452 Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/li [...] new 6e5192143ab5 tools headers UAPI: Update epoll_pwait2 affected files new 7f3905f00a20 tools headers cpufeatures: Sync with the kernel sources new fde668244d1d tools arch x86: Sync the msr-index.h copy with the kernel sources new 288807fc3a5f tools headers UAPI: Sync kvm.h headers with the kernel sources new cd97448db80e tools headers UAPI: Sync KVM's vmx.h header with the kerne [...] new 9880e71cbaa8 tools kvm headers: Update KVM headers from the kernel sources new b71df82d05b7 tools headers UAPI: Synch KVM's svm.h header with the kernel new 9bad32b2c63c perf powerpc: Move syscall.tbl check to check-headers.sh new 22ffc3f5598d perf s390: Move syscall.tbl check into check-headers.sh new c5ef52944a2d perf tools: Update powerpc's syscall.tbl copy from the ker [...] new b27d20ab1c6a perf tools: Update s390's syscall.tbl copy from the kernel [...] new 23331eeb731a perf tests: Improve topology test to check all aggregation types new 91585846f105 perf cpumap: Use existing allocator to avoid using malloc new fa265e59b81a perf cpumap: Add new struct for cpu aggregation new 2760f5a14fe7 perf stat: Replace aggregation ID with a struct new cea6575fdccf perf cpumap: Add new map type for aggregation new d526e1a033e0 perf cpumap: Drop in cpu_aggr_map struct new ff5232956e07 perf stat aggregation: Start using cpu_aggr_id in map new fcd83a35dd93 perf stat aggregation: Add separate node member new 1a270cb6b3cc perf stat aggregation: Add separate socket member new ba2ee166d92b perf stat aggregation: Add separate die member new b993381779da perf stat aggregation: Add separate core member new 8d4852b468c3 perf stat aggregation: Add separate thread member new 5149303fdfe5 perf probe: Fix memory leak when synthesizing SDT probes new 5814bc2d4cc2 Merge tag 'perf-tools-2020-12-24' of git://git.kernel.org/ [...]
The 38 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: MAINTAINERS | 4 +- 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 +- 36 files changed, 732 insertions(+), 708 deletions(-) delete mode 100644 scripts/coccinelle/api/ptr_ret.cocci delete mode 100644 scripts/coccinelle/misc/boolinit.cocci