# 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-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 42f82040ee66db13525dc6f14b8559890b2f4c1c # < make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- m5272c3_defconfig # < make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/drivers/net/ethernet/freescale/fec_main.c: In function 'fec_restart': /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:949:6: warning: unused variable 'val' [-Wunused-variable] u32 val; ^~~ /kisskb/src/drivers/net/ethernet/freescale/fec_main.c: In function 'fec_get_mac': /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:1692:28: warning: unused variable 'pdata' [-Wunused-variable] struct fec_platform_data *pdata = dev_get_platdata(&fep->pdev->dev); ^~~~~ In file included from /kisskb/src/arch/m68k/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/spinlock.h:460, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/core/filter.c:20: /kisskb/src/net/core/filter.c: In function 'bpf_clear_redirect_map': /kisskb/src/arch/m68k/include/asm/cmpxchg.h:137:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__cmpxchg_local_generic((ptr), (unsigned long)(o),\ ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (unsigned long)(n), sizeof(*(ptr)))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/cmpxchg.h:106:28: note: in expansion of macro 'cmpxchg_local' #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) ^~~~~~~~~~~~~ /kisskb/src/net/core/filter.c:3569:4: note: in expansion of macro 'cmpxchg' cmpxchg(&ri->map, map, NULL); ^~~~~~~ Completed OK # rm -rf /kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 # Build took: 0:01:05.900182