# git rev-parse -q --verify c8a684e2e110376c58f0bfa30fb3855d1e319670^{commit} c8a684e2e110376c58f0bfa30fb3855d1e319670 already have revision, skipping fetch # git checkout -q -f -B kisskb c8a684e2e110376c58f0bfa30fb3855d1e319670 # git clean -qxdf # < git log -1 # commit c8a684e2e110376c58f0bfa30fb3855d1e319670 # Merge: 607ca0f742b7 38ba0bb291aa # Author: Linus Torvalds # Date: Mon Aug 8 11:36:21 2022 -0700 # # Merge tag 'leds-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds # # Pull LED updates from Pavel Machek: # "A new driver for bcm63138, is31fl319x updates, fixups for multicolor. # # The clevo-mail driver got disabled, it needs an API fix" # # * tag 'leds-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds: (23 commits) # leds: is31fl319x: use simple i2c probe function # leds: is31fl319x: Fix devm vs. non-devm ordering # leds: is31fl319x: Make use of dev_err_probe() # leds: is31fl319x: Make use of device properties # leds: is31fl319x: Cleanup formatting and dev_dbg calls # leds: is31fl319x: Add support for is31fl319{0,1,3} chips # leds: is31fl319x: Move chipset-specific values in chipdef struct # leds: is31fl319x: Use non-wildcard names for vars, structs and defines # leds: is31fl319x: Add missing si-en compatibles # dt-bindings: leds: pwm-multicolor: document max-brigthness # leds: turris-omnia: convert to use dev_groups # leds: leds-bcm63138: get rid of LED_OFF # leds: add help info about BCM63138 module name # dt-bindings: leds: leds-bcm63138: unify full stops in descriptions # dt-bindings: leds: lp50xx: fix LED children names # dt-bindings: leds: class-multicolor: reference class directly in multi-led node # leds: bcm63138: add support for BCM63138 controller # dt-bindings: leds: add Broadcom's BCM63138 controller # leds: clevo-mail: Mark as broken pending interface fix # leds: pwm-multicolor: Support active-low LEDs # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 c8a684e2e110376c58f0bfa30fb3855d1e319670 # < make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # < make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- olddefconfig .config:14005:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT # make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0" In file included from /kisskb/src/include/linux/string.h:253, from /kisskb/src/include/linux/bitmap.h:11, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/arch/mips/include/asm/processor.h:15, from /kisskb/src/arch/mips/include/asm/thread_info.h:16, from /kisskb/src/include/linux/thread_info.h:60, from /kisskb/src/include/asm-generic/current.h:5, from ./arch/mips/include/generated/asm/current.h:1, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/hwmon/lm90.c:99: In function '__fortify_strlen', inlined from 'strlcpy' at /kisskb/src/include/linux/fortify-string.h:159:10, inlined from 'lm90_detect' at /kisskb/src/drivers/hwmon/lm90.c:2550:2: /kisskb/src/include/linux/fortify-string.h:50:33: error: '__builtin_strlen' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread] 50 | #define __underlying_strlen __builtin_strlen | ^ /kisskb/src/include/linux/fortify-string.h:141:24: note: in expansion of macro '__underlying_strlen' 141 | return __underlying_strlen(p); | ^~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/hwmon/lm90.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/hwmon] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1844: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_mips-allmodconfig_mips-gcc11 # Build took: 0:17:31.391253