# git rev-parse -q --verify 1831fed559732b132aef0ea8261ac77e73f7eadf^{commit} 1831fed559732b132aef0ea8261ac77e73f7eadf already have revision, skipping fetch # git checkout -q -f -B kisskb 1831fed559732b132aef0ea8261ac77e73f7eadf # git clean -qxdf # < git log -1 # commit 1831fed559732b132aef0ea8261ac77e73f7eadf # Merge: 5a5dcfd1e878 88711fa9a14f # Author: Linus Torvalds # Date: Thu Apr 7 19:27:39 2022 -1000 # # Merge tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Main set of fixes for rc2, mostly amdgpu, but some dma-fence fixups as # well, along with some other misc ones. # # dma-fence: # - fix warning about fence containers # - fix logic error in new fence merge code # - handle empty dma_fence_arrays gracefully # # bridge: # - Try all possible cases for bridge/panel detection. # # bindings: # - Don't require input port for MIPI-DSI, and make width/height mandatory. # # fbdev: # - Fix unregistering of framebuffers without device. # # nouveau: # - Fix a crash when booting with nouveau on tegra. # # amdgpu: # - GFX 10.3.7 fixes # - noretry updates # - VCN fixes # - TMDS fix # - zstate fix for freesync video # - DCN 3.1.5 fix # - Display stack size fix # - Audio fix # - DCN 3.1 pstate fix # - TMZ VCN fix # - APU passthrough fix # - Misc other fixes # - VCN 3.0 fixes # - Misc display fixes # - GC 10.3 golden register fix # - Suspend fix # - SMU 10 fix # # amdkfd: # - Error handling fix # - xgmi p2p fix # - HWS VMIDs fix # - Event fix # # panel: # - ili9341: Fix optional regulator handling # # imx: # - Catch an EDID allocation failure in imx-ldb # - fix a leaked drm display mode on DT parsing error in parallel-display # - properly remove the dw_hdmi bridge in case the component_add fails in dw_hdmi-imx # - fix the IPU clock frequency debug printout in ipu-di" # # * tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drm: (61 commits) # dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory # fbdev: Fix unregistering of framebuffers without device # drm/amdgpu/smu10: fix SoC/fclk units in auto mode # drm/amd/display: update dcn315 clock table read # drm/amdgpu/display: change pipe policy for DCN 2.1 # drm/amd/display: Add configuration options for AUX wake work around. # drm/amd/display: remove assert for odm transition case # drm/amdgpu: don't use BACO for reset in S3 # drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw # drm/amdkfd: Create file descriptor after client is added to smi_clients list # drm/amdgpu: Sync up header and implementation to use the same parameter names # drm/amdgpu: fix incorrect GCR_GENERAL_CNTL address # amd/display: set backlight only if required # drm/amd/display: Fix allocate_mst_payload assert on resume # drm/amd/display: Revert FEC check in validation # drm/amd/display: Add work around for AUX failure on wake. # drm/amd/display: Clear optc false state when disable otg # drm/amd/display: Enable power gating before init_pipes # drm/amd/display: Remove redundant dsc power gating from init_hw # drm/amd/display: Correct Slice reset calculation # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 1831fed559732b132aef0ea8261ac77e73f7eadf # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- skiroot_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/byteorder/little_endian.h:5, from /kisskb/src/arch/powerpc/include/uapi/asm/byteorder.h:12, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:46: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_make_ioc_operational': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5396:40: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5396 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/byteorder/little_endian.h:37:51: note: in definition of macro '__le16_to_cpu' 37 | #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5396:14: note: in expansion of macro 'le16_to_cpu' 5396 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:26: note: referencing an object of size 20 allocated by 'kzalloc' 5382 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/byteorder/little_endian.h:5, from /kisskb/src/arch/powerpc/include/uapi/asm/byteorder.h:12, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:46: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5400:40: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5400 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/byteorder/little_endian.h:37:51: note: in definition of macro '__le16_to_cpu' 37 | #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5400:14: note: in expansion of macro 'le16_to_cpu' 5400 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:26: note: referencing an object of size 20 allocated by 'kzalloc' 5382 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5403:43: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5403 | ioc->max_sata_qd = (sas_iounit_pg1->SATAMaxQDepth) ? | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:26: note: referencing an object of size 20 allocated by 'kzalloc' 5382 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 # Build took: 0:01:32.077064