diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-10-30 20:40:49 +0100 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-10-30 20:40:49 +0100 |
| commit | 8907226bed1ebd10d069f6f70ff0aaa8840f3267 (patch) | |
| tree | cf87003b1ce6c2053f37bf3f6e92663fbe4ff01f /tools/docs/parse-headers.py | |
| parent | 543d35004007a06ef247acf2fc55efa8388aa741 (diff) | |
| parent | 20594cd104abaaabb676c7a2915b150ae5ff093d (diff) | |
| parent | 8f067aa59430266386b83c18b983ca583faa6a11 (diff) | |
| parent | d91a1d129b63614fa4c2e45e60918409ce36db7e (diff) | |
Merge branches 'acpi-button', 'acpi-video' and 'acpi-fan'
Merge ACPI button, ACPI backlight (video), and ACPI fan driver fixes for
6.18-rc4:
- Call input_free_device() on failing input device registration as
necessary (and mentioned in the input subsystem documentation) in the
ACPI button driver (Kaushlendra Kumar)
- Fix use-after-free in acpi_video_switch_brightness() by canceling
a delayed work during tear-down (Yuhao Jiang)
- Use platform device for devres-related actions in the ACPI fan driver
to allow device-managed resources to be cleaned up properly (Armin
Wolf)
* acpi-button:
ACPI: button: Call input_free_device() on failing input device registration
* acpi-video:
ACPI: video: Fix use-after-free in acpi_video_switch_brightness()
* acpi-fan:
ACPI: fan: Use platform device for devres-related actions
ACPI: fan: Use ACPI handle when retrieving _FST
