subtitle> https://universe.0xinfinity.dev/distro/kernel/atom?h=master 2025-09-15T10:20:13Z ACPICA: acpidump: fix return values in ap_is_valid_checksum() 2025-09-15T10:20:13Z Kaushlendra Kumar kaushlendra.kumar@intel.com 2025-09-12T20:06:08Z urn:sha1:54ba9071a04b0d05086826c442c2de5830fce5bf The function ap_is_valid_checksum() has a boolean name suggesting it should return TRUE/FALSE, but incorrectly returns AE_OK on success and has no explicit return on failure, leading to undefined behavior. Fix by returning proper values: - FALSE when checksum validation fails - TRUE when checksum validation succeeds Link: https://github.com/acpica/acpica/commit/479ba862 Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> ACPICA: acpidump: drop ACPI_NONSTRING attribute from file_name 2025-09-15T10:20:12Z Ahmed Salem x0rw3ll@gmail.com 2025-09-12T19:58:25Z urn:sha1:16ae95800b1cc46c0d69d8d90c9c7be488421a40 Partially revert commit 70662db73d54 ("ACPICA: Apply ACPI_NONSTRING in more places") as I've yet again incorrectly applied the ACPI_NONSTRING attribute where it is not needed. A warning was initially reported by Collin Funk [1], and further review by Jiri Slaby [2] highlighted another issue related to the same commit. Drop the ACPI_NONSTRING attribute to fix the issue. Fixes: 70662db73d54 ("ACPICA: Apply ACPI_NONSTRING in more places") Link: https://lore.kernel.org/all/87ecvpcypw.fsf@gmail.com [1] Link: https://lore.kernel.org/all/5c210121-c9b8-4458-b1ad-0da24732ac72@kernel.org [2] Link: https://github.com/acpica/acpica/commit/a6ee09ca Reported-by: Collin Funk <collin.funk1@gmail.com> Signed-off-by: Ahmed Salem <x0rw3ll@gmail.com> Cc: 6.16+ <stable@vger.kernel.org> # 6.16+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> ACPICA: Update copyright year 2025-05-12T13:38:43Z Saket Dumbre saket.dumbre@intel.com 2025-04-04T05:21:13Z urn:sha1:0e9fd691a7026580708a5f22f18fca0e58b61899 ACPICA commit 45253be18b3f37d46cd0072aa3f8a0a21a70e0a4 Changes needed by acpisrc to update copyright year when building for release. Link: https://github.com/acpica/acpica/commit/45253be1 Signed-off-by: Saket Dumbre <saket.dumbre@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> ACPICA: Apply ACPI_NONSTRING in more places 2025-05-12T13:38:42Z Ahmed Salem x0rw3ll@gmail.com 2025-04-25T19:31:05Z urn:sha1:70662db73d5455ebc8a1da29973fa70237b18cd2 ACPICA commit 1035a3d453f7dd49a235a59ee84ebda9d2d2f41b Add ACPI_NONSTRING for destination char arrays without a terminating NUL character. This is a follow-up to commit 35ad99236f3a ("ACPICA: Apply ACPI_NONSTRING") where not all instances received the same treatment, in preparation for replacing strncpy() calls with memcpy() Link: https://github.com/acpica/acpica/commit/1035a3d4 Signed-off-by: Ahmed Salem <x0rw3ll@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/3833065.MHq7AAxBmi@rjwysocki.net