# git rev-parse -q --verify c5fe9de7903330df7641fd342733fec6fb91afa2^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify c5fe9de7903330df7641fd342733fec6fb91afa2^{commit} c5fe9de7903330df7641fd342733fec6fb91afa2 # git checkout -q -f -B kisskb c5fe9de7903330df7641fd342733fec6fb91afa2 # git clean -qxdf # < git log -1 # commit c5fe9de7903330df7641fd342733fec6fb91afa2 # Merge: 27a96c4feb83 243d30803744 # Author: Linus Torvalds # Date: Sun Jan 30 15:12:02 2022 +0200 # # Merge tag 'irq_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull irq fixes from Borislav Petkov: # # - Drop an unused private data field in the AIC driver # # - Various fixes to the realtek-rtl driver # # - Make the GICv3 ITS driver compile again in !SMP configurations # # - Force reset of the GICv3 ITSs at probe time to avoid issues during kexec # # - Yet another kfree/bitmap_free conversion # # - Various DT updates (Renesas, SiFive) # # * tag 'irq_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # dt-bindings: interrupt-controller: sifive,plic: Group interrupt tuples # dt-bindings: interrupt-controller: sifive,plic: Fix number of interrupts # dt-bindings: irqchip: renesas-irqc: Add R-Car V3U support # irqchip/gic-v3-its: Reset each ITS's BASERn register before probe # irqchip/gic-v3-its: Fix build for !SMP # irqchip/loongson-pch-ms: Use bitmap_free() to free bitmap # irqchip/realtek-rtl: Service all pending interrupts # irqchip/realtek-rtl: Fix off-by-one in routing # irqchip/realtek-rtl: Map control data to virq # irqchip/apple-aic: Drop unused ipi_hwirq field # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 c5fe9de7903330df7641fd342733fec6fb91afa2 # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=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_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:4918:warning: override: reassigning to symbol STANDALONE .config:4924:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/drivers/regulator/max20086-regulator.c: In function 'max20086_i2c_probe': /kisskb/src/drivers/regulator/max20086-regulator.c:217:19: error: storage size of 'flags' isn't known enum gpiod_flags flags; ^~~~~ /kisskb/src/drivers/regulator/max20086-regulator.c:261:20: error: 'GPIOD_OUT_HIGH' undeclared (first use in this function); did you mean 'GPIOF_INIT_HIGH'? flags = boot_on ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; ^~~~~~~~~~~~~~ GPIOF_INIT_HIGH /kisskb/src/drivers/regulator/max20086-regulator.c:261:20: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/regulator/max20086-regulator.c:261:37: error: 'GPIOD_OUT_LOW' undeclared (first use in this function); did you mean 'GPIOF_INIT_LOW'? flags = boot_on ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; ^~~~~~~~~~~~~ GPIOF_INIT_LOW /kisskb/src/drivers/regulator/max20086-regulator.c:262:20: error: implicit declaration of function 'devm_gpiod_get'; did you mean 'devm_gpio_free'? [-Werror=implicit-function-declaration] chip->ena_gpiod = devm_gpiod_get(chip->dev, "enable", flags); ^~~~~~~~~~~~~~ devm_gpio_free /kisskb/src/drivers/regulator/max20086-regulator.c:217:19: warning: unused variable 'flags' [-Wunused-variable] enum gpiod_flags flags; ^~~~~ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/regulator/max20086-regulator.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/regulator] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1831: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:02:56.473083