diff options
author | 2025-06-13 21:55:30 +0200 | |
---|---|---|
committer | 2025-06-13 21:55:30 +0200 | |
commit | 28b069933d39708af872d9739e78315317b93031 (patch) | |
tree | 5d1f29a7e64f85d1e899c80cc250a0e3a2a9ba2e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ACPI: APEI: EINJ: Do not fail einj_init() on faux_device_create() failure (diff) | |
parent | ACPI: PAD: Update arguments of mwait_idle_with_hints() (diff) | |
parent | ACPI: CPPC: Fix NULL pointer dereference when nosmp is used (diff) | |
parent | ACPI: EC: Ignore ECDT tables with an invalid ID string (diff) | |
parent | ACPI: resource: Use IRQ override on MACHENIKE 16P (diff) | |
download | wireguard-linux-28b069933d39708af872d9739e78315317b93031.tar.xz wireguard-linux-28b069933d39708af872d9739e78315317b93031.zip |
Merge branches 'acpi-pad', 'acpi-cppc', 'acpi-ec' and 'acpi-resource'
Merge assorted ACPI updates for 6.16-rc2:
- Update data types of variables passed as arguments to
mwait_idle_with_hints() in the ACPI PAD (processor aggregator device)
driver to match the function definition after recent changes (Uros
Bizjak).
- Fix a NULL pointer dereference in the ACPI CPPC library that occurs
when nosmp is passed to the kernel in the command line (Yunhui Cui).
- Ignore ECDT tables with an invalid ID string to prevent using an
incorrect GPE for signaling events on some systems (Armin Wolf).
- Add a new IRQ override quirk for MACHENIKE 16P (Wentao Guan).
* acpi-pad:
ACPI: PAD: Update arguments of mwait_idle_with_hints()
* acpi-cppc:
ACPI: CPPC: Fix NULL pointer dereference when nosmp is used
* acpi-ec:
ACPI: EC: Ignore ECDT tables with an invalid ID string
* acpi-resource:
ACPI: resource: Use IRQ override on MACHENIKE 16P