# git rev-parse -q --verify 99cc7ad46b62ef20b0478147677bebd1157bd9cf^{commit} 99cc7ad46b62ef20b0478147677bebd1157bd9cf already have revision, skipping fetch # git checkout -q -f -B kisskb 99cc7ad46b62ef20b0478147677bebd1157bd9cf # git clean -qxdf # < git log -1 # commit 99cc7ad46b62ef20b0478147677bebd1157bd9cf # Merge: 0214f46 19358d4 # Author: Linus Torvalds # Date: Tue Aug 21 17:40:46 2018 -0700 # # Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux # # Pull i2c updates from Wolfram Sang: # # - the core has now a lockless variant of i2c_smbus_xfer. Some open # coded versions of this got removed in drivers. This also enables # proper SCCB support in regmap. # # - locking got a more precise naming. i2c_{un}lock_adapter() had to go, # and we know use i2c_lock_bus() consistently with flags like # I2C_LOCK_ROOT_ADAPTER and I2C_LOCK_SEGMENT to avoid ambiguity. # # - the gpio fault injector got a new delicate testcase # # - the bus recovery procedure got fixed to handle the new testcase # correctly # # - a new quirk flag for controllers not able to handle zero length # messages together with driver updates to use it # # - new drivers: FSI bus attached I2C masters, GENI I2C controller, Owl # family S900 # # - and a good set of driver improvements and bugfixes # # * 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (77 commits) # i2c: rcar: implement STOP and REP_START according to docs # i2c: rcar: refactor private flags # i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return value # i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes # dt-bindings: i2c: rcar: Add r8a774a1 support # dt-bindings: i2c: sh_mobile: Add r8a774a1 support # i2c: imx: Simplify stopped state tracking # i2c: imx: Fix race condition in dma read # i2c: pasemi: remove hardcoded bus numbers on smbus # i2c: designware: Add SPDX license tag # i2c: designware: Convert to use struct i2c_timings # i2c: core: Parse SDA hold time from firmware # i2c: designware-pcidrv: Mark expected switch fall-through # i2c: amd8111: Mark expected switch fall-through # i2c: sh_mobile: use core to detect 'no zero length read' quirk # i2c: xlr: use core to detect 'no zero length' quirk # i2c: rcar: use core to detect 'no zero length' quirk # i2c: stu300: use core to detect 'no zero length' quirk # i2c: pmcmsp: use core to detect 'no zero length' quirk # i2c: mxs: use core to detect 'no zero length' quirk # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 99cc7ad46b62ef20b0478147677bebd1157bd9cf # < make -s -j 10 ARCH=sh O=/kisskb/build/linus_urquell_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- urquell_defconfig # make -s -j 10 ARCH=sh O=/kisskb/build/linus_urquell_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4a/setup-sh7786.c:245:31: warning: 'tmu3_device' defined but not used [-Wunused-variable] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2511:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1833:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1433:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:339:21: note: 'pdeo' was declared here /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Image Name: Linux-4.18.0-g99cc7ad Created: Wed Aug 22 13:29:36 2018 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 4480997 Bytes = 4375.97 kB = 4.27 MB Load Address: 88001000 Entry Point: 88002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_urquell_defconfig_sh4 # Build took: 0:01:48.859089