diff options
author | 2025-05-30 19:58:09 +0200 | |
---|---|---|
committer | 2025-05-30 19:58:09 +0200 | |
commit | f4c606df263b6de746412dee707bc4b590adf45a (patch) | |
tree | 06e6455b8aa589dd145fc9907f6a69c2c7ef10a7 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (diff) | |
parent | ACPICA: Switch back to using strncpy() in acpi_ut_safe_strncpy() (diff) | |
parent | ACPI: MRRM: Silence error code static checker warning (diff) | |
parent | ACPI: APEI: EINJ: Clean up on error in einj_probe() (diff) | |
download | linux-rng-f4c606df263b6de746412dee707bc4b590adf45a.tar.xz linux-rng-f4c606df263b6de746412dee707bc4b590adf45a.zip |
Merge branches 'acpica', 'acpi-tables' and 'acpi-apei'
Merge fixes for issues introduced by recent ACPI changes merged
previously:
- Unbreak acpi_ut_safe_strncpy() by restoring its previous behavior
changed incorrectly by a recent update (Ahmed Salem).
- Make a new static checker warning in the recently introduced ACPI
MRRM table parser go away (Dan Carpenter).
- Fix ACPI table referece leak in error path of einj_probe() (Dan
Carpenter).
* acpica:
ACPICA: Switch back to using strncpy() in acpi_ut_safe_strncpy()
* acpi-tables:
ACPI: MRRM: Silence error code static checker warning
* acpi-apei:
ACPI: APEI: EINJ: Clean up on error in einj_probe()