# git rev-parse -q --verify f3033eb79136dd27b17e7a192fac0155ceab5eb8^{commit} f3033eb79136dd27b17e7a192fac0155ceab5eb8 already have revision, skipping fetch # git checkout -q -f -B kisskb f3033eb79136dd27b17e7a192fac0155ceab5eb8 # git clean -qxdf # < git log -1 # commit f3033eb79136dd27b17e7a192fac0155ceab5eb8 # Merge: 7eae27cd12a2 f2994f5341e0 # Author: Linus Torvalds # Date: Wed May 22 10:49:54 2024 -0700 # # Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds # # Pull LED updates from Lee Jones: # "Core Frameworks: # - Ensure seldom updated triggers have a brightness value before first # update # # New Device Support: # - Add support for Simatic IPC Device BX_59A to IPC LEDs Core # - Add support for Qualcomm PMI8950 PWM to LPG Core # # New Functionality: # - Add a bunch of new LED function identifiers # - Add support for High Resolution Timers in LED Trigger Patten # # Fix-ups: # - Shift out Audio Trigger to the Sound subsystem # - Convert suitable calls to devm_* managed resources # - Device Tree binding adaptions/conversions/creation # - Remove superfluous code/variables/attributes and simplify overall # - Use/convert to new/better APIs/helpers/MACROs instead of # hand-rolling implementations # # Bug Fixes: # - Repair enabling Torch Mode from V4L2 on the second LED # - Ensure PWM is disabled when suspending" # # * tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds: (28 commits) # leds: mt6370: Remove unused field 'reg_cfgs' from 'struct mt6370_priv' # leds: lp50xx: Remove unused field 'num_of_banked_leds' from 'struct lp50xx' # leds: lp50xx: Remove unused field 'bank_modules' from 'struct lp50xx_led' # leds: aat1290: Remove unused field 'torch_brightness' from 'struct aat1290_led' # leds: sun50i-a100: Use match_string() helper to simplify the code # leds: pwm: Disable PWM when going to suspend # leds: trigger: pattern: Add support for hrtimer # leds: mt6360: Fix the second LED can not enable torch mode by V4L2 # dt-bindings: leds: leds-qcom-lpg: Add support for PMI8950 PWM # leds: qcom-lpg: Add support for PMI8950 PWM # leds: apu: Remove duplicate DMI lookup data # leds: trigger: netdev: Remove not needed call to led_set_brightness in deactivate # dt-bindings: leds: Add LED_FUNCTION_SPEED_* for link speed on LAN/WAN # dt-bindings: leds: Add LED_FUNCTION_MOBILE for mobile network # leds: simatic-ipc-leds-gpio: Add support for module BX-59A # dt-bindings: leds: qcom-lpg: Document PM6150L compatible # dt-bindings: leds: pca963x: Convert text bindings to YAML # leds: an30259a: Use devm_mutex_init() for mutex initialization # leds: mlxreg: Use devm_mutex_init() for mutex initialization # leds: nic78bx: Use devm API to cleanup module's resources # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 f3033eb79136dd27b17e7a192fac0155ceab5eb8 # make -s -j 32 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 32 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- help # make -s -j 32 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- olddefconfig # make -s -j 32 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_mthd': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:161:9: error: 'memcpy' accessing 4294967264 or more bytes at offsets 0 and 32 overlaps 6442450881 bytes at offset -2147483617 [-Werror=restrict] 161 | memcpy(data, args->mthd.data, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:298:17: error: 'memcpy' accessing 4294967240 or more bytes at offsets 0 and 56 overlaps 6442450833 bytes at offset -2147483593 [-Werror=restrict] 298 | memcpy(data, args->new.data, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[7]: *** [/kisskb/src/scripts/Makefile.build:244: drivers/gpu/drm/nouveau/nvif/object.o] Error 1 make[6]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/gpu/drm/nouveau] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/kernel.h:31, from /kisskb/src/arch/parisc/include/asm/bug.h:5, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/alloc_tag.h:8, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c:10: /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c: In function 'mpi3mr_sas_port_add': /kisskb/src/include/linux/kern_levels.h:5:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ /kisskb/src/include/linux/printk.h:429:25: note: in definition of macro 'printk_index_wrap' 429 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ /kisskb/src/include/linux/printk.h:510:9: note: in expansion of macro 'printk' 510 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ /kisskb/src/include/linux/kern_levels.h:12:25: note: in expansion of macro 'KERN_SOH' 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ /kisskb/src/include/linux/printk.h:510:16: note: in expansion of macro 'KERN_WARNING' 510 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_debug.h:46:9: note: in expansion of macro 'pr_warn' 46 | pr_warn("%s: " fmt, (ioc)->name, ##__VA_ARGS__) | ^~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c:1367:25: note: in expansion of macro 'ioc_warn' 1367 | ioc_warn(mrioc, "skipping port %u, max allowed value is %lu\n", | ^~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:244: drivers/scsi/mpi3mr/mpi3mr_transport.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/scsi/mpi3mr] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/scsi] Error 2 make[4]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/gpu/drm] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/gpu] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1929: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 32 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_parisc-gcc13 # Build took: 0:15:19.136208