# git rev-parse -q --verify 4658aff6eeaaf0b049ce787513abfc985c452e3a^{commit} 4658aff6eeaaf0b049ce787513abfc985c452e3a already have revision, skipping fetch # git checkout -q -f -B kisskb 4658aff6eeaaf0b049ce787513abfc985c452e3a # git clean -qxdf # < git log -1 # commit 4658aff6eeaaf0b049ce787513abfc985c452e3a # Merge: 217c3e0196758 49a51c4b4064c # Author: Linus Torvalds # Date: Thu Aug 30 21:18:05 2018 -0700 # # Merge tag 'drm-fixes-2018-08-31' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Regular fixes pull: # # - Mediatek has a bunch of fixes to their RDMA and Overlay engines. # # - i915 has some Cannonlake/Geminilake watermark workarounds, LSPCON # fix, HDCP free fix, audio fix and a ppgtt reference counting fix. # # - amdgpu has some SRIOV, Kasan, memory leaks and other misc fixes" # # * tag 'drm-fixes-2018-08-31' of git://anongit.freedesktop.org/drm/drm: (35 commits) # drm/i915/audio: Hook up component bindings even if displays are disabled # drm/i915: Increase LSPCON timeout # drm/i915: Stop holding a ref to the ppgtt from each vma # drm/i915: Free write_buf that we allocated with kzalloc. # drm/i915: Fix glk/cnl display w/a #1175 # drm/amdgpu: Need to set moved to true when evict bo # drm/amdgpu: Remove duplicated power source update # drm/amd/display: Fix memory leak caused by missed dc_sink_release # drm/amdgpu: fix holding mn_lock while allocating memory # drm/amdgpu: Power on uvd block when hw_fini # drm/amdgpu: Update power state at the end of smu hw_init. # drm/amdgpu: Fix vce initialize failed on Kaveri/Mullins # drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode # drm/amdgpu: Adjust the VM size based on system memory size v2 # drm/mediatek: fix connection from RDMA2 to DSI1 # drm/mediatek: update some variable name from ovl to comp # drm/mediatek: use layer_nr function to get layer number to init plane # drm/mediatek: add function to return RDMA layer number # drm/mediatek: add function to return OVL layer number # drm/mediatek: add function to get layer number for component # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 4658aff6eeaaf0b049ce787513abfc985c452e3a # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_migor_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- migor_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_migor_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:341:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:186:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/vmstat.c: In function 'sysctl_vm_numa_stat_handler': /kisskb/src/mm/vmstat.c:89:5: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2511: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:1833:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Image Name: Linux-4.19.0-rc1-g4658aff6eeaaf Created: Fri Aug 31 21:16:11 2018 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 2634645 Bytes = 2572.90 KiB = 2.51 MiB Load Address: 8c001000 Entry Point: 8c002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_migor_defconfig_sh4 # Build took: 0:00:15.929450