# git rev-parse -q --verify f5e94d10e4c468357019e5c28d48499f677b284f^{commit} f5e94d10e4c468357019e5c28d48499f677b284f already have revision, skipping fetch # git checkout -q -f -B kisskb f5e94d10e4c468357019e5c28d48499f677b284f # git clean -qxdf # < git log -1 # commit f5e94d10e4c468357019e5c28d48499f677b284f # Merge: 9ebe5422ad6c 12ab316ced2c # Author: Linus Torvalds # Date: Tue Apr 7 20:24:34 2020 -0700 # # Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "This is a set of fixes that have queued up, I think I might have # another pull with some more before rc1 but I'd like to dequeue what I # have now just in case Easter is more eggciting that expected. # # The main thing in here is a fix for a longstanding nouveau power # management issues on certain laptops, it should help runtime # suspend/resume for a lot of people. # # There is also a reverted patch for some drm_mm behaviour in atomic # contexts. # # Summary: # # core: # - revert drm_mm atomic patch # - dt binding fixes # # fbcon: # - null ptr error fix # # i915: # - GVT fixes # # nouveau: # - runpm fix # - svm fixes # # amdgpu: # - HDCP fixes # - gfx10 fix # - Misc display fixes # - BACO fixes # # amdkfd: # - Fix memory leak # # vboxvideo: # - remove conflicting fbs # # vc4: # - mode validation fix # # xen: # - fix PTR_ERR usage" # # * tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drm: (41 commits) # drm/nouveau/kms/nv50-: wait for FIFO space on PIO channels # drm/nouveau/nvif: protect waits against GPU falling off the bus # drm/nouveau/nvif: access PTIMER through usermode class, if available # drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during init # drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges # drm/nouveau/svm: remove useless SVM range check # drm/nouveau/svm: check for SVM initialized before migrating # drm/nouveau/svm: fix vma range check for migration # drm/nouveau: remove checks for return value of debugfs functions # drm/nouveau/ttm: evict other IO mappings when running out of BAR1 space # drm/amdkfd: kfree the wrong pointer # drm/amd/display: increase HDCP authentication delay # drm/amd/display: Correctly cancel future watchdog and callback events # drm/amd/display: Don't try hdcp1.4 when content_type is set to type1 # drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.c # drm/amd/powerplay: drop redundant BIF doorbell interrupt operations # drm/amd/display: Fix dcn21 num_states # drm/amd/display: Enable BT2020 in COLOR_ENCODING property # drm/amd/display: LFC not working on 2.0x range monitors (v2) # drm/amd/display: Support plane level CTM # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 f5e94d10e4c468357019e5c28d48499f677b284f # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:471:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:4774:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_events.c: In function 'event_create_dir': /kisskb/src/kernel/trace/trace_events.c:2189:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1741:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1805:10: warning: 'inode' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c:1805:10: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:6617:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /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 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc93e9c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6059249 Bytes = 5917.24 KiB = 5.78 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:17 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6091589 Bytes = 5948.82 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:17 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6089843 Bytes = 5947.11 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:17 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6089885 Bytes = 5947.15 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:17 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6090185 Bytes = 5947.45 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:17 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6090363 Bytes = 5947.62 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:17 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6089384 Bytes = 5946.66 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:17 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6089840 Bytes = 5947.11 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca4634) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:18 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6091621 Bytes = 5948.85 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:19 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6090036 Bytes = 5947.30 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:20 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6089818 Bytes = 5947.09 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:20 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6090043 Bytes = 5947.31 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:20 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6090045 Bytes = 5947.31 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:20 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6089808 Bytes = 5947.08 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:20 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6089272 Bytes = 5946.55 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.6.0-13453-gf5e94d10e4c4 Created: Wed Apr 8 17:40:20 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6089966 Bytes = 5947.23 KiB = 5.81 MiB Load Address: 00d00000 Entry Point: 00d002e8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:02:38.325504