# git rev-parse -q --verify 351c8a09b00b5c51c8f58b016fffe51f87e2d820^{commit} 351c8a09b00b5c51c8f58b016fffe51f87e2d820 already have revision, skipping fetch # git checkout -q -f -B kisskb 351c8a09b00b5c51c8f58b016fffe51f87e2d820 # git clean -qxdf # < git log -1 # commit 351c8a09b00b5c51c8f58b016fffe51f87e2d820 # Merge: 3cf7487c5de7 8ebf15e9c869 # Author: Linus Torvalds # Date: Tue Sep 24 16:48:02 2019 -0700 # # Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux # # Pull i2c updates from Wolfram Sang: # # - new driver for ICY, an Amiga Zorro card :) # # - axxia driver gained slave mode support, NXP driver gained ACPI # # - the slave EEPROM backend gained 16 bit address support # # - and lots of regular driver updates and reworks # # * 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (52 commits) # i2c: tegra: Move suspend handling to NOIRQ phase # i2c: imx: ACPI support for NXP i2c controller # i2c: uniphier(-f): remove all dev_dbg() # i2c: uniphier(-f): use devm_platform_ioremap_resource() # i2c: slave-eeprom: Add comment about address handling # i2c: exynos5: Remove IRQF_ONESHOT # i2c: stm32f7: Make structure stm32f7_i2c_algo constant # i2c: cht-wc: drop check because i2c_unregister_device() is NULL safe # i2c-eeprom_slave: Add support for more eeprom models # i2c: fsi: Add of_put_node() before break # i2c: synquacer: Make synquacer_i2c_ops constant # i2c: hix5hd2: Remove IRQF_ONESHOT # i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyond # watchdog: iTCO: Add support for Cannon Lake PCH iTCO # i2c: iproc: Make bcm_iproc_i2c_quirks constant # i2c: iproc: Add full name of devicetree node to adapter name # i2c: piix4: Add ACPI support # i2c: piix4: Fix probing of reserved ports on AMD Family 16h Model 30h # i2c: ocores: use request_any_context_irq() to register IRQ handler # i2c: designware: Fix optional reset error handling # ... # < /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 351c8a09b00b5c51c8f58b016fffe51f87e2d820 # < make -s -j 24 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 24 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/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: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:17.050964