# git rev-parse -q --verify 46cf2c613f4b10eb12f749207b0fd2c1bfae3088^{commit} 46cf2c613f4b10eb12f749207b0fd2c1bfae3088 already have revision, skipping fetch # git checkout -q -f -B kisskb 46cf2c613f4b10eb12f749207b0fd2c1bfae3088 # git clean -qxdf # < git log -1 # commit 46cf2c613f4b10eb12f749207b0fd2c1bfae3088 # Merge: cf424ef014ac 0c9843a74a85 # Author: Linus Torvalds # Date: Tue Apr 26 16:34:11 2022 -0700 # # Merge tag 'pinctrl-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl # # Pull pin control fixes from Linus Walleij: # # - Fix some register offsets on Intel Alderlake # # - Fix the order the UFS and SDC pins on Qualcomm SM6350 # # - Fix a build error in Mediatek Moore. # # - Fix a pin function table in the Sunplus SP7021. # # - Fix some Kconfig and static keywords on the Samsung Tesla FSD SoC. # # - Fix up the EOI function for edge triggered IRQs and keep the block # clock enabled for level IRQs in the STM32 driver. # # - Fix some bits and order in the Rockchip RK3308 driver. # # - Handle the errorpath in the Pistachio driver probe() properly. # # * tag 'pinctrl-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: # pinctrl: pistachio: fix use of irq_of_parse_and_map() # pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested # pinctrl: rockchip: sort the rk3308_mux_recalced_data entries # pinctrl: rockchip: fix RK3308 pinmux bits # pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI # pinctrl: Fix an error in pin-function table of SP7021 # pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config # pinctrl: mediatek: moore: Fix build error # pinctrl: qcom: sm6350: fix order of UFS & SDC pins # pinctrl: alderlake: Fix register offsets for ADL-N variant # pinctrl: samsung: staticize fsd_pin_ctrl # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 46cf2c613f4b10eb12f749207b0fd2c1bfae3088 # < make -s -j 120 ARCH=parisc O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- generic-64bit_defconfig # < make -s -j 120 ARCH=parisc O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- help # make -s -j 120 ARCH=parisc O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- olddefconfig # make -s -j 120 ARCH=parisc O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- In file included from /kisskb/src/arch/parisc/include/asm/processor.h:18, from /kisskb/src/arch/parisc/include/asm/spinlock.h:7, from /kisskb/src/arch/parisc/include/asm/atomic.h:22, 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:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/arch/parisc/include/asm/bug.h:5, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/page-flags.h:10, from /kisskb/src/kernel/bounds.c:10: /kisskb/src/arch/parisc/include/asm/pdc.h:77:24: warning: 'struct pdc_memory_table' declared inside parameter list will not be visible outside of this definition or declaration 77 | struct pdc_memory_table *tbl, unsigned long entries); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/parisc/include/asm/pdc.h:76:30: warning: 'struct pdc_memory_table_raddr' declared inside parameter list will not be visible outside of this definition or declaration 76 | int pdc_mem_mem_table(struct pdc_memory_table_raddr *r_addr, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/arch/parisc/include/asm/bug.h:5, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/page-flags.h:10, from /kisskb/src/kernel/bounds.c:10: /kisskb/src/arch/parisc/include/asm/bitops.h:20:2: error: #error "Please use 'ARCH=parisc64' to build the 64-bit kernel." 20 | #error "Please use 'ARCH=parisc64' to build the 64-bit kernel." | ^~~~~ In file included from /kisskb/src/arch/parisc/include/asm/bitops.h:209, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/arch/parisc/include/asm/bug.h:5, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/page-flags.h:10, from /kisskb/src/kernel/bounds.c:10: /kisskb/src/include/asm-generic/bitops/__fls.h: In function '__fls': /kisskb/src/include/asm-generic/bitops/__fls.h:18:28: warning: left shift count >= width of type [-Wshift-count-overflow] 18 | if (!(word & (~0ul << 32))) { | ^~ /kisskb/src/include/asm-generic/bitops/__fls.h:20:22: warning: left shift count >= width of type [-Wshift-count-overflow] 20 | word <<= 32; | ^~~ /kisskb/src/include/asm-generic/bitops/__fls.h:23:28: warning: left shift count >= width of type [-Wshift-count-overflow] 23 | if (!(word & (~0ul << (BITS_PER_LONG-16)))) { | ^~ /kisskb/src/include/asm-generic/bitops/__fls.h:27:28: warning: left shift count >= width of type [-Wshift-count-overflow] 27 | if (!(word & (~0ul << (BITS_PER_LONG-8)))) { | ^~ /kisskb/src/include/asm-generic/bitops/__fls.h:31:28: warning: left shift count >= width of type [-Wshift-count-overflow] 31 | if (!(word & (~0ul << (BITS_PER_LONG-4)))) { | ^~ /kisskb/src/include/asm-generic/bitops/__fls.h:35:28: warning: left shift count >= width of type [-Wshift-count-overflow] 35 | if (!(word & (~0ul << (BITS_PER_LONG-2)))) { | ^~ /kisskb/src/include/asm-generic/bitops/__fls.h:39:28: warning: left shift count >= width of type [-Wshift-count-overflow] 39 | if (!(word & (~0ul << (BITS_PER_LONG-1)))) | ^~ make[2]: *** [/kisskb/src/scripts/Makefile.build:120: kernel/bounds.s] Error 1 make[1]: *** [/kisskb/src/Makefile:1194: prepare0] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 120 ARCH=parisc O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 # Build took: 0:00:06.398395