# 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-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 c8a684e2e110376c58f0bfa30fb3855d1e319670 # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:548, from /kisskb/src/include/linux/bitops.h:67, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:464:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:00:40.567427