# git rev-parse -q --verify 79ef0c00142519bc34e1341447f3797436cc48bf^{commit} 79ef0c00142519bc34e1341447f3797436cc48bf already have revision, skipping fetch # git checkout -q -f -B kisskb 79ef0c00142519bc34e1341447f3797436cc48bf # git clean -qxdf # < git log -1 # commit 79ef0c00142519bc34e1341447f3797436cc48bf # Merge: d54f486035fd feea69ec121f # Author: Linus Torvalds # Date: Mon Nov 1 20:05:19 2021 -0700 # # Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace # # Pull tracing updates from Steven Rostedt: # # - kprobes: Restructured stack unwinder to show properly on x86 when a # stack dump happens from a kretprobe callback. # # - Fix to bootconfig parsing # # - Have tracefs allow owner and group permissions by default (only # denying others). There's been pressure to allow non root to tracefs # in a controlled fashion, and using groups is probably the safest. # # - Bootconfig memory managament updates. # # - Bootconfig clean up to have the tools directory be less dependent on # changes in the kernel tree. # # - Allow perf to be traced by function tracer. # # - Rewrite of function graph tracer to be a callback from the function # tracer instead of having its own trampoline (this change will happen # on an arch by arch basis, and currently only x86_64 implements it). # # - Allow multiple direct trampolines (bpf hooks to functions) be batched # together in one synchronization. # # - Allow histogram triggers to add variables that can perform # calculations against the event's fields. # # - Use the linker to determine architecture callbacks from the ftrace # trampoline to allow for proper parameter prototypes and prevent # warnings from the compiler. # # - Extend histogram triggers to key off of variables. # # - Have trace recursion use bit magic to determine preempt context over # if branches. # # - Have trace recursion disable preemption as all use cases do anyway. # # - Added testing for verification of tracing utilities. # # - Various small clean ups and fixes. # # * tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: (101 commits) # tracing/histogram: Fix semicolon.cocci warnings # tracing/histogram: Fix documentation inline emphasis warning # tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together # tracing: Show size of requested perf buffer # bootconfig: Initialize ret in xbc_parse_tree() # ftrace: do CPU checking after preemption disabled # ftrace: disable preemption when recursion locked # tracing/histogram: Document expression arithmetic and constants # tracing/histogram: Optimize division by a power of 2 # tracing/histogram: Covert expr to const if both operands are constants # tracing/histogram: Simplify handling of .sym-offset in expressions # tracing: Fix operator precedence for hist triggers expression # tracing: Add division and multiplication support for hist triggers # tracing: Add support for creating hist trigger variables from literal # selftests/ftrace: Stop tracing while reading the trace file by default # MAINTAINERS: Update KPROBES and TRACING entries # test_kprobes: Move it from kernel/ to lib/ # docs, kprobes: Remove invalid URL and add new reference # samples/kretprobes: Fix return value if register_kretprobe() failed # lib/bootconfig: Fix the xbc_get_info kerneldoc # ... # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 79ef0c00142519bc34e1341447f3797436cc48bf # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:6154:warning: override: reassigning to symbol STANDALONE .config:6156:warning: override: reassigning to symbol MODULE_SIG .config:6158:warning: override: reassigning to symbol PPC64 .config:6160:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:6163:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- :1559:2: warning: #warning syscall futex_waitv not implemented [-Wcpp] /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c: In function 'dc_fpu_begin': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c:97:4: error: implicit declaration of function 'enable_kernel_altivec'; did you mean 'enable_kernel_vsx'? [-Werror=implicit-function-declaration] 97 | enable_kernel_altivec(); | ^~~~~~~~~~~~~~~~~~~~~ | enable_kernel_vsx /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c: In function 'dc_fpu_end': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c:133:4: error: implicit declaration of function 'disable_kernel_altivec'; did you mean 'disable_kernel_vsx'? [-Werror=implicit-function-declaration] 133 | disable_kernel_altivec(); | ^~~~~~~~~~~~~~~~~~~~~~ | disable_kernel_vsx cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:277: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/gpu/drm/amd/amdgpu] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1869: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:04:42.077000