diff options
author | 2022-03-31 18:42:07 +0200 | |
---|---|---|
committer | 2022-03-31 18:42:07 +0200 | |
commit | 4a13e559af0b177eb934c39338f100a9f692a37b (patch) | |
tree | 527d375a9493cad87b389db27539570828cdf8b6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ACPI: CPPC: Change default error code and clean up debug messages in probe (diff) | |
parent | ACPI: IPMI: replace usage of found with dedicated list iterator variable (diff) | |
parent | ACPI: tables: Make LAPIC_ADDR_OVR address readable in message (diff) | |
parent | ACPI, APEI: Use the correct variable for sizeof() (diff) | |
download | wireguard-linux-4a13e559af0b177eb934c39338f100a9f692a37b.tar.xz wireguard-linux-4a13e559af0b177eb934c39338f100a9f692a37b.zip |
Merge branches 'acpi-ipmi', 'acpi-tables' and 'acpi-apei'
Merge IMPI driver changes, ACPI tables parsing code changes and
additional APEI changes for v5.18-rc1:
- Replace usage of found with dedicated list iterator variable
in the ACPI IPMI driver (Jakob Koschel).
- Make LAPIC_ADDR_OVR address readable in a message parsed during
MADT parsing (Vasant Hegde).
- Clean up variable name confusion in APEI (Jakob Koschel).
* acpi-ipmi:
ACPI: IPMI: replace usage of found with dedicated list iterator variable
* acpi-tables:
ACPI: tables: Make LAPIC_ADDR_OVR address readable in message
* acpi-apei:
ACPI, APEI: Use the correct variable for sizeof()