# git rev-parse -q --verify 3b7c59a1950c75f2c0152e5a9cd77675b09233d6^{commit} 3b7c59a1950c75f2c0152e5a9cd77675b09233d6 already have revision, skipping fetch # git checkout -q -f -B kisskb 3b7c59a1950c75f2c0152e5a9cd77675b09233d6 # git clean -qxdf # < git log -1 # commit 3b7c59a1950c75f2c0152e5a9cd77675b09233d6 # Merge: 7d194c2100ad d6e7a1a5119c # Author: Linus Torvalds # Date: Tue Oct 22 06:40:07 2019 -0400 # # Merge tag 'pinctrl-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl # # Pull pin control fixes from Linus Walleij: # "Here is a bunch of pin control fixes. I was lagging behind on this # one, some fixes should have come in earlier, sorry about that. # # Anyways here it is, pretty straight-forward fixes, the Strago fix # stand out as something serious affecting a lot of machines. # # Summary: # - Handle multiple instances of Intel chips without complaining. # - Restore the Intel Strago DMI workaround # - Make the Armada 37xx handle pins over 32 # - Fix the polarity of the LED group on Armada 37xx # - Fix an off-by-one bug in the NS2 driver # - Fix error path for iproc's platform_get_irq() # - Fix error path on the STMFX driver # - Fix a typo in the Berlin AS370 driver # - Fix up misc errors in the Aspeed 2600 BMC support # - Fix a stray SPDX tag" # # * tag 'pinctrl-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: # pinctrl: aspeed-g6: Rename SD3 to EMMC and rework pin groups # pinctrl: aspeed-g6: Fix UART13 group pinmux # pinctrl: aspeed-g6: Make SIG_DESC_CLEAR() behave intuitively # pinctrl: aspeed-g6: Fix I3C3/I3C4 pinmux configuration # pinctrl: aspeed-g6: Fix I2C14 SDA description # pinctrl: aspeed-g6: Sort pins for sanity # dt-bindings: pinctrl: aspeed-g6: Rework SD3 function and groups # pinctrl: berlin: as370: fix a typo s/spififib/spdifib # pinctrl: armada-37xx: swap polarity on LED group # pinctrl: stmfx: fix null pointer on remove # pinctrl: iproc: allow for error from platform_get_irq() # pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable() # pinctrl: bcm-iproc: Use SPDX header # pinctrl: armada-37xx: fix control of pins 32 and up # pinctrl: cherryview: restore Strago DMI workaround for all versions # pinctrl: intel: Allocate IRQ chip dynamic # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 3b7c59a1950c75f2c0152e5a9cd77675b09233d6 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc40x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc40x_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc40x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /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/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:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here INFO: Uncompressed kernel (size 0x53b72c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x53b72c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x52b0b8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) Image Name: Linux-5.4.0-rc4-g3b7c59a1950c Created: Tue Oct 22 22:48:14 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2624957 Bytes = 2563.43 KiB = 2.50 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.4.0-rc4-g3b7c59a1950c Created: Tue Oct 22 22:48:14 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2658070 Bytes = 2595.77 KiB = 2.53 MiB Load Address: 00600000 Entry Point: 00601758 INFO: Uncompressed kernel (size 0x53b72c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x53b72c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) Image Name: Linux-5.4.0-rc4-g3b7c59a1950c Created: Tue Oct 22 22:48:15 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2658398 Bytes = 2596.09 KiB = 2.54 MiB Load Address: 00600000 Entry Point: 006019cc Completed OK # rm -rf /kisskb/build/linus_ppc40x_defconfig_powerpc-gcc4.6 # Build took: 0:00:46.202527