# git rev-parse -q --verify 3f9c4dc63309286a6513a86aac35ffc445cb9d1a^{commit} 3f9c4dc63309286a6513a86aac35ffc445cb9d1a already have revision, skipping fetch # git checkout -q -f -B kisskb 3f9c4dc63309286a6513a86aac35ffc445cb9d1a # git clean -qxdf # < git log -1 # commit 3f9c4dc63309286a6513a86aac35ffc445cb9d1a # Merge: ee39d46dcaf8 a0b2cf792ac9 # Author: Linus Torvalds # Date: Fri Jul 5 14:10:30 2019 +0900 # # Merge tag 'drm-fixes-2019-07-05-1' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "I skipped last week because there wasn't much worth doing, this week # got a few more fixes in. # # amdgpu: # - default register value change # - runpm regression fix # - fan control fix # # i915: # - fix Ironlake regression # # panfrost: # - fix a double free # # virtio: # - fix a locking bug # # imx: # - crtc disable fixes" # # * tag 'drm-fixes-2019-07-05-1' of git://anongit.freedesktop.org/drm/drm: # drm/imx: only send event on crtc disable if kept disabled # drm/imx: notify drm core before sending event during crtc disable # drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context # drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE # drm/amdgpu: Don't skip display settings in hwmgr_resume() # drm/amd/powerplay: use hardware fan control if no powerplay fan table # drm/panfrost: Fix a double-free error # drm/etnaviv: add missing failure path to destroy suballoc # drm/virtio: move drm_connector_update_edid_property() call # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-ld --version # < git log --format=%s --max-count=1 3f9c4dc63309286a6513a86aac35ffc445cb9d1a # < make -s -j 20 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- a500_defconfig # make -s -j 20 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/scsi/scsi_debug.c:18: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_start_stop': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) /kisskb/src/arch/parisc/include/asm/atomic.h:78:30: note: in expansion of macro 'xchg' #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:1618:2: note: in expansion of macro 'atomic_xchg' atomic_xchg(&devip->stopped, stop); ^~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_a500_defconfig_parisc64 # Build took: 0:01:33.750815