# git rev-parse -q --verify 13bc32bad7059d6c5671e9d037e6e3ed001cc0f4^{commit} 13bc32bad7059d6c5671e9d037e6e3ed001cc0f4 already have revision, skipping fetch # git checkout -q -f -B kisskb 13bc32bad7059d6c5671e9d037e6e3ed001cc0f4 # git clean -qxdf # < git log -1 # commit 13bc32bad7059d6c5671e9d037e6e3ed001cc0f4 # Merge: 0fe86b27cbad c18a2a280c07 # Author: Linus Torvalds # Date: Sat Apr 23 09:57:30 2022 -0700 # # Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drm # # Pull more drm fixes from Dave Airlie: # "Maarten was away, so Maxine stepped up and sent me the drm-fixes # merge, so no point leaving it for another week. # # The big change is an OF revert around bridge/panels, it may have some # driver fallout, but hopefully this revert gets them shook out in the # next week easier. # # Otherwise it's a bunch of locking/refcounts across drivers, a radeon # dma_resv logic fix and some raspberry pi panel fixes. # # panel: # - revert of patch that broke panel/bridge issues # # dma-buf: # - remove unused header file. # # amdgpu: # - partial revert of locking change # # radeon: # - fix dma_resv logic inversion # # panel: # - pi touchscreen panel init fixes # # vc4: # - build fix # - runtime pm refcount fix # # vmwgfx: # - refcounting fix" # # * tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drm: # drm/amdgpu: partial revert "remove ctx->lock" v2 # Revert "drm: of: Lookup if child node has panel or bridge" # Revert "drm: of: Properly try all possible cases for bridge/panel detection" # drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage # drm/vmwgfx: Fix gem refcounting and memory evictions # drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_RASPBERRYPI_FIRMWARE=m # drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepare # drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialised # dma-buf-map: remove renamed header file # drm/radeon: fix logic inversion in radeon_sync_resv # < /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 13bc32bad7059d6c5671e9d037e6e3ed001cc0f4 # < 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:4627:warning: override: reassigning to symbol STANDALONE .config:4629:warning: override: reassigning to symbol MODULE_SIG .config:4631:warning: override: reassigning to symbol PPC64 .config:4633:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4636:warning: override: reassigning to symbol GCC_PLUGINS .config:4638:warning: override: reassigning to symbol TRIM_UNUSED_KSYMS .config:4639:warning: override: reassigning to symbol UBSAN # 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- /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: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:288: 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:550: drivers/gpu/drm/amd/amdgpu] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:1834: 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:50.485612