# git rev-parse -q --verify 16f4aa9b7c2304e439796bd097b2c0a7663f5d6e^{commit} 16f4aa9b7c2304e439796bd097b2c0a7663f5d6e already have revision, skipping fetch # git checkout -q -f -B kisskb 16f4aa9b7c2304e439796bd097b2c0a7663f5d6e # git clean -qxdf # < git log -1 # commit 16f4aa9b7c2304e439796bd097b2c0a7663f5d6e # Merge: be9160a90de7 25fae752156d # Author: Linus Torvalds # Date: Sun Jun 21 13:04:57 2020 -0700 # # Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl # # Pull pin control fixes from Linus Walleij: # "Some early fixes collected during the first week after the merge # window, all pretty self-evident, with the details below. The revert is # the crucial thing. # # - Fix a warning on the Qualcomm SPMI GPIO chip being instatiated # twice without a unique irqchip struct # # - Use the noirq variants of the suspend and resume callbacks in the # Tegra driver # # - Clean up the errorpath on the MCP23s08 driver # # - Revert the use of devm_of_iomap() in the Freescale driver as it was # regressing the platform # # - Add some missing pins in the Qualcomm IPQ6018 driver # # - Fix a simple documentation bug in the pinctrl-single driver" # # * tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: # pinctrl: single: fix function name in documentation # pinctrl: qcom: ipq6018 Add missing pins in qpic pin group # Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'" # pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warnings # pinctrl: tegra: Use noirq suspend/resume callbacks # pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 16f4aa9b7c2304e439796bd097b2c0a7663f5d6e # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x356B89D8 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5952:warning: override: reassigning to symbol STANDALONE .config:5957:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5958:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5964:warning: override: reassigning to symbol UBSAN # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/linux/list.h:9, 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/include/linux/debugfs.h:15, from /kisskb/src/arch/powerpc/mm/ptdump/hashpagetable.c:12: /kisskb/src/arch/powerpc/mm/ptdump/hashpagetable.c: In function 'pseries_find': /kisskb/src/arch/powerpc/mm/ptdump/hashpagetable.c:261:18: error: 'H_SUCCESS' undeclared (first use in this function) if (lpar_rc != H_SUCCESS) ^ /kisskb/src/include/linux/compiler.h:58:52: note: in definition of macro '__trace_if_var' #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) ^ /kisskb/src/arch/powerpc/mm/ptdump/hashpagetable.c:261:3: note: in expansion of macro 'if' if (lpar_rc != H_SUCCESS) ^ /kisskb/src/arch/powerpc/mm/ptdump/hashpagetable.c:261:18: note: each undeclared identifier is reported only once for each function it appears in if (lpar_rc != H_SUCCESS) ^ /kisskb/src/include/linux/compiler.h:58:52: note: in definition of macro '__trace_if_var' #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) ^ /kisskb/src/arch/powerpc/mm/ptdump/hashpagetable.c:261:3: note: in expansion of macro 'if' if (lpar_rc != H_SUCCESS) ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:280: arch/powerpc/mm/ptdump/hashpagetable.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:497: arch/powerpc/mm/ptdump] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:497: arch/powerpc/mm] Error 2 make[2]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/build_bug.h:5:0, from /kisskb/src/include/linux/bitfield.h:10, from /kisskb/src/drivers/phy/intel/phy-intel-combo.c:8: /kisskb/src/drivers/phy/intel/phy-intel-combo.c: In function 'combo_phy_w32_off_mask': /kisskb/src/include/linux/compiler.h:392:38: error: call to '__compiletime_assert_192' declared with attribute error: FIELD_PREP: mask is not constant _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler.h:373:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler.h:392:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/bitfield.h:46:3: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \ ^ /kisskb/src/include/linux/bitfield.h:94:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^ /kisskb/src/drivers/phy/intel/phy-intel-combo.c:137:13: note: in expansion of macro 'FIELD_PREP' reg_val |= FIELD_PREP(mask, val); ^ /kisskb/src/include/linux/compiler.h:392:38: error: call to '__compiletime_assert_193' declared with attribute error: FIELD_PREP: mask is zero _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler.h:373:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler.h:392:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/bitfield.h:48:3: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG((_mask) == 0, _pfx "mask is zero"); \ ^ /kisskb/src/include/linux/bitfield.h:94:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^ /kisskb/src/drivers/phy/intel/phy-intel-combo.c:137:13: note: in expansion of macro 'FIELD_PREP' reg_val |= FIELD_PREP(mask, val); ^ /kisskb/src/include/linux/compiler.h:392:38: error: call to '__compiletime_assert_196' declared with attribute error: BUILD_BUG_ON failed: (((mask) + (1ULL << (__builtin_ffsll(mask) - 1))) & (((mask) + (1ULL << (__builtin_ffsll(mask) - 1))) - 1)) != 0 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler.h:373:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler.h:392:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/build_bug.h:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^ /kisskb/src/include/linux/build_bug.h:21:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(((n) & ((n) - 1)) != 0) ^ /kisskb/src/include/linux/bitfield.h:54:3: note: in expansion of macro '__BUILD_BUG_ON_NOT_POWER_OF_2' __BUILD_BUG_ON_NOT_POWER_OF_2((_mask) + \ ^ /kisskb/src/include/linux/bitfield.h:94:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^ /kisskb/src/drivers/phy/intel/phy-intel-combo.c:137:13: note: in expansion of macro 'FIELD_PREP' reg_val |= FIELD_PREP(mask, val); ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:281: drivers/phy/intel/phy-intel-combo.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/phy/intel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/phy] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1756: arch/powerpc] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1756: drivers] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:02:03.840960