aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-05-30 19:58:09 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-05-30 19:58:09 +0200
commitf4c606df263b6de746412dee707bc4b590adf45a (patch)
tree06e6455b8aa589dd145fc9907f6a69c2c7ef10a7 /tools/perf/scripts/python/exported-sql-viewer.py
parentMerge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (diff)
parentACPICA: Switch back to using strncpy() in acpi_ut_safe_strncpy() (diff)
parentACPI: MRRM: Silence error code static checker warning (diff)
parentACPI: APEI: EINJ: Clean up on error in einj_probe() (diff)
downloadlinux-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()