aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/debugfs
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-01-04 13:19:40 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-01-04 13:19:40 +0100
commit22349e79b98cd3c61c28c2fc0d3a034bb854210e (patch)
treec4f8b903dc11b9d1d5a62835018714909ce45123 /fs/debugfs
parentMerge branch 'acpi-thermal' (diff)
parentACPI: LPIT: Avoid u32 multiplication overflow (diff)
parentACPI: video: Add quirk for the Colorful X15 AT 23 Laptop (diff)
parentACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events (diff)
parentACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error (diff)
downloadwireguard-linux-22349e79b98cd3c61c28c2fc0d3a034bb854210e.tar.xz
wireguard-linux-22349e79b98cd3c61c28c2fc0d3a034bb854210e.zip
Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'
Merge an ACPI power management change, ACPI backlight driver changes, APEI updates and ACPI extlog driver changes for 6.8-rc1: - Modify the ACPI LPIT table handling code to avoid u32 multiplication overflows in state residency computations (Nikita Kiryushin). - Drop an unused helper function from the ACPI backlight (video) driver and add a clarifying comment to it (Hans de Goede). - Update the ACPI backlight driver to avoid using uninitialized memory in some cases (Nikita Kiryushin). - Add ACPI backlight quirk for the Colorful X15 AT 23 laptop (Yuluo Qiu). - Add support for vendor-defined error types to the ACPI APEI error injection code (Avadhut Naik). - Adjust APEI to properly set MF_ACTION_REQUIRED on synchronous memory failure events, so they are handled differently from the asynchronous ones (Shuai Xue). - Fix NULL pointer dereference check in the ACPI extlog driver (Prarit Bhargava). - Adjust the ACPI extlog driver to clear the Extended Error Log status when RAS_CEC handled the error (Tony Luck). * acpi-pm: ACPI: LPIT: Avoid u32 multiplication overflow * acpi-video: ACPI: video: Add quirk for the Colorful X15 AT 23 Laptop ACPI: video: check for error while searching for backlight device parent ACPI: video: Drop should_check_lcd_flag() ACPI: video: Add comment about acpi_video_backlight_use_native() usage * acpi-apei: ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events ACPI: APEI: EINJ: Add support for vendor defined error types platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo fs: debugfs: Add write functionality to debugfs blobs ACPI: APEI: EINJ: Refactor available_error_type_show() * acpi-extlog: ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error ACPI: extlog: fix NULL pointer dereference check