diff options
author | 2023-10-26 14:44:04 +0200 | |
---|---|---|
committer | 2023-10-26 14:44:04 +0200 | |
commit | 93003de27a5e20f4977bf24f1d33c2abb7d177d0 (patch) | |
tree | 308a9434dd08dd92405bd7665b1db7f1322c6e2f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'acpica' (diff) | |
parent | ACPI: scan: Rename acpi_scan_device_not_present() to be about enumeration (diff) | |
parent | ACPI: OSL: Add empty lines after local variable declarations (diff) | |
parent | ACPI: OSI: refactor deprecated strncpy() (diff) | |
parent | ACPI: FPDT: properly handle invalid FPDT subtables (diff) | |
download | wireguard-linux-93003de27a5e20f4977bf24f1d33c2abb7d177d0.tar.xz wireguard-linux-93003de27a5e20f4977bf24f1d33c2abb7d177d0.zip |
Merge branches 'acpi-scan', 'acpi-osl', 'acpi-osi' and 'acpi-tables'
Merge ACPI updates related to device enumeration, low-level interface
for ACPICA (OSL), _OSI handling and table parsing for 6.7-rc1:
- Use the acpi_device_is_present() helper in more places and rename
acpi_scan_device_not_present() to be about enumeration (James Morse).
- Add __printf format attribute to acpi_os_vprintf() (Su Hui).
- Clean up departures from kernel coding style in the low-level
interface for ACPICA (Jonathan Bergh).
- Replace strncpy() with strscpy() in acpi_osi_setup() (Justin Stitt).
- Fail FPDT parsing on zero length records and add proper handling for
fpdt_process_subtable() to acpi_init_fpdt() (Vasily Khoruzhick).
* acpi-scan:
ACPI: scan: Rename acpi_scan_device_not_present() to be about enumeration
ACPI: scan: Use the acpi_device_is_present() helper in more places
* acpi-osl:
ACPI: OSL: Add empty lines after local variable declarations
ACPI: OSL: Remove redundant parentheses in return statements
ACPI: OSL: Fix up white space in parameter lists
ACPI: OSL: add __printf format attribute to acpi_os_vprintf()
* acpi-osi:
ACPI: OSI: refactor deprecated strncpy()
* acpi-tables:
ACPI: FPDT: properly handle invalid FPDT subtables