# git rev-parse -q --verify 3c2edc36a77420d8be05d656019dbc8c31535992^{commit} 3c2edc36a77420d8be05d656019dbc8c31535992 already have revision, skipping fetch # git checkout -q -f -B kisskb 3c2edc36a77420d8be05d656019dbc8c31535992 # git clean -qxdf # < git log -1 # commit 3c2edc36a77420d8be05d656019dbc8c31535992 # Merge: 32b90daf5caf cb0438e44360 # Author: Linus Torvalds # Date: Thu Sep 19 14:19:33 2019 -0700 # # Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl # # Pull pin control updates from Linus Walleij: # "This is the bulk of pin control changes for the v5.4 kernel cycle: # # Core changes: # # - Fix errors in example code in the documentation. # # New drivers: # # - Add support for JZ4760, JZ4760B, X1000, X1000E and X1500 to the # Ingenic driver. # # - Support Cirrus Logic Madera CS47L92 and CS47L15. # # - Support Allwinner Sunxi V3S. # # - Support Aspeed 2600 BMC. # # - Support Qualcomm SC7180. # # - Support Marvell MVEBU CS115. # # Driver improvements: # # - Clean up a few drivers to use the devm_platform_ioremap_resource() # helper. # # - Pass the irqchip when registering the gpio_chip in some pin # controllers that are also GPIO controllers. # # - Support suspend/resume in the Tegra driver. # # - Support pull-up on the Broadcom BCM2711. # # - The Intel driver can now request locked pads. # # - Fix the UFS reset pin in the Qualcomm SDM845 driver" # # * tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (112 commits) # pinctrl: meson-gxbb: Fix wrong pinning definition for uart_c # pinctrl: sh-pfc: Unlock on error in sh_pfc_func_set_mux() # pinctrl: bcm: remove redundant assignment to pointer log # pinctrl: iproc: Add 'get_direction' support # pinctrl: iproc-gpio: Handle interrupts for multiple instances # pinctrl: iproc-gpio: Fix incorrect pinconf configurations # pinctrl: intel: mark intel_pin_to_gpio __maybe_unused # pinctrl: qcom: sdm845: Fix UFS_RESET pin # pinctrl: mvebu: add additional variant for standalone CP115 # pinctrl: mvebu: Add CP110 missing pin functionality # dt-bindings: cp110: document the new CP115 pinctrl compatible # pinctrl: bcm2835: Pass irqchip when adding gpiochip # pinctrl: meson: meson: Add of_node_put() before return # pinctrl/gpio: Take MUX usage into account # dt-bindings: pinctrl: qcom-pmic-gpio: Add pm8150l support # dt-bindings: pinctrl: qcom-pmic-gpio: Add pm8150b support # dt-bindings: pinctrl: qcom-pmic-gpio: Add pm8150 support # pinctrl: amd: disable spurious-firing GPIO IRQs # pinctrl: rza2: Include the appropriate headers # pinctrl: rza2: Drop driver use of consumer flags # ... # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 3c2edc36a77420d8be05d656019dbc8c31535992 # < make -s -j 120 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # yes \n | make -s -j 120 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=sparc64 O=/kisskb/build/linus_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/fs/cifs/smb2pdu.c: In function 'SMB2_ioctl_init': /kisskb/src/fs/cifs/smb2pdu.c:2682:19: warning: 'in_data_buf' may be used uninitialized in this function [-Wmaybe-uninitialized] iov[1].iov_base = in_data_buf; ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ In file included from /kisskb/src/include/linux/wait.h:9:0, from /kisskb/src/include/linux/net.h:19, from /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:8: /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c: In function 'siw_proc_send': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:335:16: note: 'flags' was declared here unsigned long flags; ^ In file included from /kisskb/src/include/linux/list.h:9:0, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c: In function 'process_extent': /kisskb/src/include/linux/kernel.h:37:33: warning: 'clone_src_i_size' may be used uninitialized in this function [-Wmaybe-uninitialized] #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) ^ /kisskb/src/fs/btrfs/send.c:5088:6: note: 'clone_src_i_size' was declared here u64 clone_src_i_size; ^ /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 [-Wmaybe-uninitialized] pd->msg->buf[real_pos] = data; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here unsigned char data; ^ /kisskb/src/drivers/soundwire/slave.c:16:12: warning: 'sdw_slave_add' defined but not used [-Wunused-function] static int sdw_slave_add(struct sdw_bus *bus, ^ In file included from /kisskb/src/include/linux/rwsem.h:16:0, from /kisskb/src/include/linux/notifier.h:15, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/tty/serial/sh-sci.c:24: /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_dma_rx_submit': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/tty/serial/sh-sci.c:1351:16: note: 'flags' was declared here unsigned long flags; ^ kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready warning: same module names found: drivers/char/adi.ko drivers/input/joystick/adi.ko Completed OK # rm -rf /kisskb/build/linus_sparc64-allmodconfig_sparc64 # Build took: 0:07:10.179073