# 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/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 f3033eb79136dd27b17e7a192fac0155ceab5eb8 # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=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_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14409:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14413:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14415:warning: override: reassigning to symbol UML_NET_SLIP .config:14420:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/x86/um/user-offsets.c:17:6: warning: no previous prototype for ‘foo’ [-Wmissing-prototypes] 17 | void foo(void) | ^~~ In file included from /kisskb/src/arch/um/kernel/asm-offsets.c:1: /kisskb/src/arch/x86/um/shared/sysdep/kernel-offsets.h:9:6: error: no previous prototype for ‘foo’ [-Werror=missing-prototypes] 9 | void foo(void) | ^~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:117: arch/um/kernel/asm-offsets.s] Error 1 make[2]: *** [/kisskb/src/Makefile:1203: prepare0] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allyesconfig_um-x86_64-gcc12 # Build took: 0:00:13.559037