mirror of https://github.com/torvalds/linux.git
The less tested codepaths for LED handling, used on ThinkPads 570, 600e/x,
770e, 770x, A21e, A2xm/p, T20-22, X20 and maybe a few others, would write
data to kernel memory it had no business touching, for leds number 3 and
above. If one is lucky, that illegal write would cause an OOPS, but
chances are it would silently corrupt a byte.
The problem was introduced in commit
|
||
|---|---|---|
| .. | ||
| hdpuftrs | ||
| ibmasm | ||
| sgi-xp | ||
| Kconfig | ||
| Makefile | ||
| acer-wmi.c | ||
| asus-laptop.c | ||
| atmel-ssc.c | ||
| atmel_pwm.c | ||
| atmel_tclib.c | ||
| eeepc-laptop.c | ||
| eeprom_93cx6.c | ||
| enclosure.c | ||
| fujitsu-laptop.c | ||
| intel_menlow.c | ||
| ioc4.c | ||
| kgdbts.c | ||
| lkdtm.c | ||
| msi-laptop.c | ||
| phantom.c | ||
| sony-laptop.c | ||
| tc1100-wmi.c | ||
| thinkpad_acpi.c | ||
| tifm_7xx1.c | ||
| tifm_core.c | ||