# git rev-parse -q --verify 42f82040ee66db13525dc6f14b8559890b2f4c1c^{commit} 42f82040ee66db13525dc6f14b8559890b2f4c1c already have revision, skipping fetch # git checkout -q -f -B kisskb 42f82040ee66db13525dc6f14b8559890b2f4c1c # git clean -qxdf # < git log -1 # commit 42f82040ee66db13525dc6f14b8559890b2f4c1c # Merge: d4e60453266b 38794a5465b7 # Author: Linus Torvalds # Date: Thu Jul 9 18:20:19 2020 -0700 # # Merge tag 'drm-fixes-2020-07-10' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "I've been off most of the week, but some fixes have piled up. Seems a # bit busier than last week, but they are pretty spread out across a # bunch of drivers, none of them seem that big or worried me too much. # # amdgpu: # - Fix a suspend/resume issue with PSP # - Backlight fix for Renoir # - Fix for gpu recovery debugging # # radeon: # - Fix a double free in error path # # i915: # - fbc fencing fix # - debugfs panic fix # - gem vma constuction fix # - gem pin under vm->nutex fix # # nouveau: # - SVM fixes # - display fixes # # meson: # - OSD burst length fixes # # hibmc: # - runtime warning fix # # mediatek: # - cmdq, mmsys fixes # - visibility check fixes" # # * tag 'drm-fixes-2020-07-10' of git://anongit.freedesktop.org/drm/drm: (24 commits) # drm/amdgpu: don't do soft recovery if gpu_recovery=0 # drm/radeon: fix double free # drm/amd/display: add dmcub check on RENOIR # drm/amdgpu: add TMR destory function for psp # drm/amdgpu: asd function needs to be unloaded in suspend phase # drm/hisilicon/hibmc: Move drm_fbdev_generic_setup() down to avoid the splat # drm/nouveau/nouveau: fix page fault on device private memory # drm/nouveau/svm: fix migrate page regression # drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout # drm/nouveau/kms/nv50-: bail from nv50_audio_disable() early if audio not enabled # drm/i915/gt: Pin the rings before marking active # drm/i915: Also drop vm.ref along error paths for vma construction # drm/i915: Drop vm.ref for duplicate vma on construction # drm/i915/fbc: Fix fence_y_offset handling # drm/i915: Skip stale object handle for debugfs per-file-stats # drm/mediatek: mtk_hdmi: Remove debug messages for function calls # drm/mediatek: mtk_mt8173_hdmi_phy: Remove unnused const variables # drm/mediatek: Delete not used of_device_get_match_data # drm/mediatek: Remove unnecessary conversion to bool # drm/meson: viu: fix setting the OSD burst length in VIU_OSD1_FIFO_CTRL_STAT # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 42f82040ee66db13525dc6f14b8559890b2f4c1c # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_magicpanelr2_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- magicpanelr2_defconfig # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_magicpanelr2_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 48 ARCH=sh O=/kisskb/build/linus_magicpanelr2_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_magicpanelr2_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:17: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type return ioread8(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread8(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:18: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type return ioread16(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread16(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:18: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type return ioread32(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread32(void __iomem *); ^ /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/core.o: uses dsp instructions while previous modules use floating point instructions /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld: kernel/sched/core.o: uses instructions which are incompatible with instructions used in previous modules /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld: failed to merge target specific data of file kernel/sched/core.o make[1]: *** [/kisskb/src/Makefile:1139: vmlinux] Error 1 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=sh O=/kisskb/build/linus_magicpanelr2_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_magicpanelr2_defconfig_sh4-gcc4.9 # Build took: 0:01:00.971595