# git rev-parse -q --verify 5ee88057889bbca5f5bb96031b62b3756b33e164^{commit} 5ee88057889bbca5f5bb96031b62b3756b33e164 already have revision, skipping fetch # git checkout -q -f -B kisskb 5ee88057889bbca5f5bb96031b62b3756b33e164 # git clean -qxdf # < git log -1 # commit 5ee88057889bbca5f5bb96031b62b3756b33e164 # Merge: cdaed110311d c8f6364f35f3 # Author: Linus Torvalds # Date: Thu Jan 14 20:10:06 2021 -0800 # # Merge tag 'drm-fixes-2021-01-15' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Regular fixes for rc4, a bunch of fixes across i915, amdgpu and # nouveau here, along with a couple of TTM fixes, and dma-buf and one # core pageflip/modifier interaction fix. # # One notable i915 fix is a HSW GT1 regression fix that has been # outstanding for quite a while. (Thanks to Matt Turner for kicking # Intel into getting it fixed). # # dma-buf: # - Fix a memory leak in CMAV heap # # core: # - Fix format check for legacy pageflips # # ttm: # - Pass correct address to dma_mapping_error() # - Use mutex in pool shrinker # # i915: # - Allow the sysadmin to override security mitigations # - Restore clear-residual mitigations for ivb/byt # - Limit VFE threads based on GT # - GVT: fix vfio edid and full display detection # - Fix DSI DSC power refcounting # - Fix LPT CPU mode backlight takeover # - Disable RPM wakeref assertions during driver shutdown # - Fix DSI sequence sleeps # # amdgpu: # - Update repo location in MAINTAINERS # - Add some new renoir PCI IDs # - Revert CRC UAPI changes # - Revert OLED display fix which cases clocking problems for some systems # - Misc vangogh fixes # - GFX fix for sienna cichlid # - DCN1.0 fix for pipe split # - Fix incorrect PSP command # # amdkfd: # - Fix possible out of bounds read in vcrat creation # # nouveau: # - irq handling fix # - expansion ROM fix # - hw init dpcd disable # - aux semaphore owner field fix # - vram heap sizing fix # - notifier at 0 is valid fix" # # * tag 'drm-fixes-2021-01-15' of git://anongit.freedesktop.org/drm/drm: (37 commits) # drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0 # drm/nouveau/mmu: fix vram heap sizing # drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields # drm/nouveau/i2c/gk110-: disable hw-initiated dpcd reads # drm/nouveau/i2c/gk110: split out from i2c/gk104 # drm/nouveau/privring: ack interrupts the same way as RM # drm/nouveau/bios: fix issue shadowing expansion ROMs # drm/amd/display: Fix to be able to stop crc calculation # Revert "drm/amd/display: Expose new CRC window property" # Revert "drm/amdgpu/disply: fix documentation warnings in display manager" # Revert "drm/amd/display: Fix unused variable warning" # drm/amdgpu: set power brake sequence # drm/amdgpu: add new device id for Renior # drm/amdgpu: add green_sardine device id (v2) # drm/amdgpu: fix vram type and bandwidth error for DDR5 and DDR4 # drm/amdgpu/gfx10: add updated GOLDEN_TSC_COUNT_UPPER/LOWER register offsets for VGH # drm/amdkfd: Fix out-of-bounds read in kdf_create_vcrat_image_cpu() # Revert "drm/amd/display: Fixed Intermittent blue screen on OLED panel" # drm/amd/display: disable dcn10 pipe split by default # drm/amd/display: Add a missing DCN3.01 API mapping # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 5ee88057889bbca5f5bb96031b62b3756b33e164 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:10:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd3f308) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:20 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6444484 Bytes = 6293.44 KiB = 6.15 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:21 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6477871 Bytes = 6326.05 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:21 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6476846 Bytes = 6325.04 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:21 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475029 Bytes = 6323.27 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:21 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6474954 Bytes = 6323.20 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:21 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6474954 Bytes = 6323.20 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:21 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6477643 Bytes = 6325.82 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:21 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475041 Bytes = 6323.28 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:23 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6477941 Bytes = 6326.11 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:25 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6474704 Bytes = 6322.95 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:26 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475237 Bytes = 6323.47 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:26 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475035 Bytes = 6323.28 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:26 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475023 Bytes = 6323.26 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:26 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475036 Bytes = 6323.28 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:26 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475078 Bytes = 6323.32 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc3-81649-g5ee88057 Created: Fri Jan 15 15:55:26 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475054 Bytes = 6323.29 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:03:14.367003