# git rev-parse -q --verify 9892f9f6cf83e8ecaacc5ec7847cf5ba033119d2^{commit} 9892f9f6cf83e8ecaacc5ec7847cf5ba033119d2 already have revision, skipping fetch # git checkout -q -f -B kisskb 9892f9f6cf83e8ecaacc5ec7847cf5ba033119d2 # git clean -qxdf # < git log -1 # commit 9892f9f6cf83e8ecaacc5ec7847cf5ba033119d2 # Merge: 297cbcccc23d 4adbcff22e67 # Author: Linus Torvalds # Date: Fri Oct 11 09:02:33 2019 -0700 # # Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "The regular fixes pull for rc3. The i915 team found some fixes they # (or I) missed for rc1, which is why this is a bit bigger than usual, # otherwise there is a single amdgpu fix, some spi panel aliases, and a # bridge fix. # # i915: # - execlist access fixes # - list deletion fix # - CML display fix # - HSW workaround extension to GT2 # - chicken bit whitelist # - GGTT resume issue # - SKL GPU hangs for Vulkan compute # # amdgpu: # - memory leak fix # # panel: # - spi aliases # # tc358767: # - bridge artifacts fix" # # * tag 'drm-fixes-2019-10-11' of git://anongit.freedesktop.org/drm/drm: (22 commits) # drm/bridge: tc358767: fix max_tu_symbol value # drm/i915/gt: execlists->active is serialised by the tasklet # drm/i915/execlists: Protect peeking at execlists->active # drm/i915: Fixup preempt-to-busy vs reset of a virtual request # drm/i915: Only enqueue already completed requests # drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link) # drm/i915/cml: Add second PCH ID for CMP # drm/amdgpu: fix memory leak # drm/panel: tpo-td043mtea1: Fix SPI alias # drm/panel: tpo-td028ttec1: Fix SPI alias # drm/panel: sony-acx565akm: Fix SPI alias # drm/panel: nec-nl8048hl11: Fix SPI alias # drm/panel: lg-lb035q02: Fix SPI alias # drm/i915: Mark contents as dirty on a write fault # drm/i915: Prevent bonded requests from overtaking each other on preemption # drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled # drm/i915: Verify the engine after acquiring the active.lock # drm/i915: Extend Haswell GT1 PSMI workaround to all # drm/i915: Don't mix srcu tag and negative error codes # drm/i915: Whitelist COMMON_SLICE_CHICKEN2 # ... # < /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 9892f9f6cf83e8ecaacc5ec7847cf5ba033119d2 # < make -s -j 120 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 120 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:26, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/fs/nfs/read.c:11: /kisskb/src/fs/nfs/read.c: In function 'nfs_read_completion': /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/fs/nfs/read.c:196:5: note: in expansion of macro 'xchg' xchg(&nfs_req_openctx(req)->error, error); ^~~~ /kisskb/src/fs/nfs/read.c: In function 'nfs_readpage': /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/fs/nfs/read.c:352:2: note: in expansion of macro 'xchg' xchg(&ctx->error, 0); ^~~~ 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:26, 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:00:42.420631