openwrt-6.x/target/linux/generic
Manuel Fombuena ec8a128cbb generic: add leds_st1202 patch to fix NULL pointer access
As per @KanjiMonster comment: st1202_dt_init() calls devm_led_classdev_register_ext() before the internal data structures are properly setup, so the leds become visible to user space while being partially initialized, leading to a window where trying to access them causes a NULL pointer access.

Move devm_led_classdev_register_ext() to the last thing to happen during initialization.

Signed-off-by: Manuel Fombuena <fombuena@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/17543
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-01-19 11:07:05 +01:00
..
backport-6.6 ipq4019: patch initialization of Lantiq DSL on FritzBox 7530. 2025-01-18 18:50:51 +01:00
files Revert "kernel: remove custom ath9k_platform.h" 2025-01-01 11:22:39 +01:00
hack-6.6 kernel: bump 6.6 to 6.6.70 2025-01-10 13:41:30 +01:00
image
other-files
pending-6.6 generic: add leds_st1202 patch to fix NULL pointer access 2025-01-19 11:07:05 +01:00
config-6.6 generic: add missing CONFIG_LEDS_KTD202X symbol 2024-12-27 20:18:02 +01:00
config-filter kernel: filter out compiler opts from config 2024-11-17 14:55:16 +01:00
PATCHES