# git rev-parse -q --verify e35184f321518acadb681928a016da21a9a20c13^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify e35184f321518acadb681928a016da21a9a20c13^{commit} e35184f321518acadb681928a016da21a9a20c13 # git checkout -q -f -B kisskb e35184f321518acadb681928a016da21a9a20c13 # git clean -qxdf # < git log -1 # commit e35184f321518acadb681928a016da21a9a20c13 # Merge: 6d36c728bc2e cbc543c59e8e # Author: Linus Torvalds # Date: Thu Oct 20 18:28:32 2022 -0700 # # Merge tag 'drm-fixes-2022-10-21' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Usual fixes for the week. # # The amdgpu contains fixes for two regressions, one reported in # response to rc1 which broke on SI GPUs, and one gfx9 APU regression. # # Otherwise it's mostly fixes for new IP, and some GPU reset fixes. vc4 # is just HDMI fixes, and panfrost has some mnor types fixes. # # Core: # - fix connector DDC pointer # - fix buffer overflow in format_helper_test # # amdgpu: # - Mode2 reset fixes for Sienna Cichlid # - Revert broken fan speed sensor fix # - SMU 13.x fixes # - GC 11.x fixes # - RAS fixes # - SR-IOV fixes # - Fix BO move breakage on SI # - Misc compiler fixes # - Fix gfx9 APU regression caused by PCI AER fix # # vc4: # - HDMI fixes # # panfrost: # - compiler fixes" # # * tag 'drm-fixes-2022-10-21' of git://anongit.freedesktop.org/drm/drm: (35 commits) # drm/amdgpu: fix sdma doorbell init ordering on APUs # drm/panfrost: replace endian-specific types with native ones # drm/panfrost: Remove type name from internal structs # drm/connector: Set DDC pointer in drmm_connector_init # drm: tests: Fix a buffer overflow in format_helper_test # drm/amdgpu: use DRM_SCHED_FENCE_DONT_PIPELINE for VM updates # drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flag # drm/amdgpu: Fix for BO move issue # drm/amdgpu: dequeue mes scheduler during fini # drm/amd/pm: enable thermal alert on smu_v13_0_10 # drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11 # drm/amdkfd: Fix type of reset_type parameter in hqd_destroy() callback # drm/amd/display: Increase frame size limit for display_mode_vba_util_32.o # drm/amd/pm: add SMU IP v13.0.4 IF version define to V7 # drm/amd/pm: update SMU IP v13.0.4 driver interface version # drm/amd/pm: Init pm_attr_list when dpm is disabled # drm/amd/pm: disable cstate feature for gpu reset scenario # drm/amd/pm: fulfill SMU13.0.7 cstate control interface # drm/amd/pm: fulfill SMU13.0.0 cstate control interface # drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supported # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 e35184f321518acadb681928a016da21a9a20c13 # < make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=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_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:7157:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:7162:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- vmlinux.o: warning: objtool: ibt_selftest+0x11: sibling call from callable instruction with modified stack frame vmlinux.o: warning: objtool: ibt_selftest+0x1e: return with modified stack frame vmlinux.o: warning: objtool: ___ksymtab+bpf_dispatcher_xdp_func+0x0: data relocation to !ENDBR: bpf_dispatcher_xdp_func+0x0 vmlinux.o: warning: objtool: bpf_dispatcher_xdp+0x88: data relocation to !ENDBR: bpf_dispatcher_xdp_func+0x0 BTF: .tmp_vmlinux.btf: pahole version v1.12 is too old, need at least v1.16 Failed to generate BTF for vmlinux Try to disable CONFIG_DEBUG_INFO_BTF make[2]: *** [/kisskb/src/scripts/Makefile.vmlinux:34: vmlinux] Error 1 make[1]: *** [/kisskb/src/Makefile:1236: vmlinux] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:13:14.028745