# git rev-parse -q --verify 701a9c8092ddf299d7f90ab2d66b19b4526d1186^{commit} 701a9c8092ddf299d7f90ab2d66b19b4526d1186 already have revision, skipping fetch # git checkout -q -f -B kisskb 701a9c8092ddf299d7f90ab2d66b19b4526d1186 # git clean -qxdf # < git log -1 # commit 701a9c8092ddf299d7f90ab2d66b19b4526d1186 # Merge: 975f9ce9a067 0db4a15d4c27 # Author: Linus Torvalds # Date: Wed Jan 29 10:35:54 2020 -0800 # # Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc # # Pull char/misc driver updates from Greg KH: # "Here is the big char/misc/whatever driver changes for 5.6-rc1 # # Included in here are loads of things from a variety of different # driver subsystems: # - soundwire updates # - binder updates # - nvmem updates # - firmware drivers updates # - extcon driver updates # - various misc driver updates # - fpga driver updates # - interconnect subsystem and driver updates # - bus driver updates # - uio driver updates # - mei driver updates # - w1 driver cleanups # - various other small driver updates # # All of these have been in linux-next for a while with no reported # issues" # # * tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (86 commits) # mei: me: add jasper point DID # char: hpet: Use flexible-array member # binder: fix log spam for existing debugfs file creation. # mei: me: add comet point (lake) H device ids # nvmem: add QTI SDAM driver # dt-bindings: nvmem: add binding for QTI SPMI SDAM # dt-bindings: imx-ocotp: Add i.MX8MP compatible # dt-bindings: soundwire: fix example # soundwire: cadence: fix kernel-doc parameter descriptions # soundwire: intel: report slave_ids for each link to SOF driver # siox: Use the correct style for SPDX License Identifier # w1: omap-hdq: Simplify driver with PM runtime autosuspend # firmware: stratix10-svc: Remove unneeded semicolon # firmware: google: Probe for a GSMI handler in firmware # firmware: google: Unregister driver_info on failure and exit in gsmi # firmware: google: Release devices before unregistering the bus # slimbus: qcom: add missed clk_disable_unprepare in remove # slimbus: Use the correct style for SPDX License Identifier # slimbus: qcom-ngd-ctrl: Use dma_request_chan() instead dma_request_slave_channel() # dt-bindings: SLIMBus: add slim devices optional properties # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 701a9c8092ddf299d7f90ab2d66b19b4526d1186 # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_sh7724_generic_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sh7724_generic_defconfig # make -s -j 24 ARCH=sh O=/kisskb/build/linus_sh7724_generic_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 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:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1859:6: warning: 'ret' 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:2598:6: warning: 'ret' 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:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' 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 *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sh7724_generic_defconfig_sh4 # Build took: 0:00:21.137308