summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_files.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 /scripts/lib/kdoc/kdoc_files.py
parent3702a515edec515fcc7e085053da636fefac88d6 (diff)
parentd0b29661a95bbf804b6fe9bdff1d8927206c9f38 (diff)
parent9375e5e3557bf98e9c293aa32a9d2985eed16b5e (diff)
parentce57cc1269c580abfca5b79cb40243b01aac357c (diff)
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()