This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f306b90c69ce Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/ [...] new c784e46c8445 auxdisplay: Add I2C gpio expander example new 333ff32d54cd auxdisplay: hd44780: Fix oops on module unloading new ac8c8fa0a8c3 auxdisplay: charlcd: Drop unneeded initializers and switch [...] new f885afe28d20 auxdisplay: ks0108: Switch to use module_parport_driver() new 24ebc044c72e auxdisplay: Replace symbolic permissions with octal permissions new d41adc4e22c6 Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github [...] new 7ed012969bbc Compiler Attributes: fix __has_attribute(__no_sanitize_cov [...] new 1ca70b24afb9 MAINTAINERS: add Nick as Reviewer for compiler_attributes.h new b83a908498d6 compiler_attributes.h: move __compiletime_{error|warning} new c3e46874dfb9 Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of [...] new bb91de44693b perf beauty: Update copy of linux/socket.h with the kernel [...] new 64f4535166aa tools headers UAPI: Sync files changed by new process_mrel [...] new 3e11300cdfd5 perf test: Fix bpf test sample mismatch reporting new 51ae7fa62dcb perf scripts python: Fix passing arguments to stackcollaps [...] new d2930ede5218 perf symbol: Look for ImageBase in PE file to compute .tex [...] new 9fe8895a27a8 perf env: Add perf_env__cpuid, perf_env__{nr_}pmu_mappings new dde994dd54fb perf report: Add tools/arch/x86/include/asm/amd-ibs.h new 291dcb98d7ee perf report: Add support to print a textual representation [...] new 03d6f3fe5427 tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources new dfa00459c626 tools headers UAPI: Sync linux/kvm.h with the kernel sources new f9f018e4d9a4 tools include UAPI: Sync sound/asound.h copy with the kern [...] new 2c3ef25c4a60 tools headers UAPI: Sync linux/prctl.h with the kernel sources new 155ed9f1b5ff perf beauty: Cover more flags in the move_mount syscall a [...] new 37ce9e4fc596 tools include UAPI: Update linux/mount.h copy new 218e7b775d36 perf bpf: Provide a weak btf__load_from_kernel_by_id() for [...] new da4572d62d38 perf tools: Ignore Documentation dependency file new eb34363ae1c0 perf tools: Fix perf_event_attr__fprintf() missing/dupl. fields new a7d212fc6c89 perf tools: Factor out copy_config_terms() and free_config [...] new 99fc5941b835 perf tools: Fix hybrid config terms list corruption new 4a86d4140400 perf tools: Allow build-id with trailing zeros new 0d1c50ac488e perf tools: Add an option to build without libbfd new ee286c60c268 tools headers UAPI: Sync linux/in.h copy with the kernel sources new 2bae3e64ec46 tools headers UAPI: Sync linux/fs.h with the kernel sources new 4dc24d7cf498 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources new 17a99e521f67 tools headers UAPI: Update tools's copy of drm.h headers new b5b65f139827 Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.k [...]
The 36 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: .../bindings/auxdisplay/hit,hd44780.yaml | 31 +- MAINTAINERS | 1 + drivers/auxdisplay/cfag12864b.c | 2 +- drivers/auxdisplay/charlcd.c | 4 +- drivers/auxdisplay/hd44780.c | 2 +- drivers/auxdisplay/ks0108.c | 18 +- include/linux/compiler-gcc.h | 3 - include/linux/compiler_attributes.h | 25 ++ include/linux/compiler_types.h | 6 - {arch => tools/arch}/x86/include/asm/amd-ibs.h | 2 +- tools/arch/x86/include/uapi/asm/kvm.h | 1 + tools/include/uapi/asm-generic/unistd.h | 14 +- tools/include/uapi/drm/drm.h | 14 +- tools/include/uapi/drm/i915_drm.h | 498 +++++++++++++++++---- tools/include/uapi/linux/fs.h | 1 + tools/include/uapi/linux/in.h | 42 +- tools/include/uapi/linux/kvm.h | 11 +- tools/include/uapi/linux/mount.h | 3 +- tools/include/uapi/linux/prctl.h | 12 +- tools/include/uapi/sound/asound.h | 1 + tools/perf/.gitignore | 1 + tools/perf/Makefile.config | 47 +- .../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 2 + tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 12 +- tools/perf/arch/s390/entry/syscalls/syscall.tbl | 14 +- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 3 +- tools/perf/check-headers.sh | 1 + tools/perf/scripts/python/bin/stackcollapse-report | 2 +- tools/perf/tests/bpf.c | 2 +- tools/perf/trace/beauty/include/linux/socket.h | 9 +- tools/perf/trace/beauty/move_mount_flags.sh | 2 +- tools/perf/util/Build | 1 + tools/perf/util/amd-sample-raw.c | 289 ++++++++++++ tools/perf/util/bpf-event.c | 8 + tools/perf/util/dso.c | 10 + tools/perf/util/env.c | 78 ++++ tools/perf/util/env.h | 5 + tools/perf/util/evsel.c | 20 +- tools/perf/util/evsel.h | 3 + tools/perf/util/parse-events-hybrid.c | 18 +- tools/perf/util/parse-events.c | 27 +- tools/perf/util/perf_event_attr_fprintf.c | 5 +- tools/perf/util/sample-raw.c | 8 + tools/perf/util/sample-raw.h | 6 +- tools/perf/util/symbol.c | 20 +- 45 files changed, 1078 insertions(+), 206 deletions(-) copy {arch => tools/arch}/x86/include/asm/amd-ibs.h (99%) create mode 100644 tools/perf/util/amd-sample-raw.c