]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPICA: Apply ACPI_NONSTRING in more places
authorAhmed Salem <x0rw3ll@gmail.com>
Fri, 25 Apr 2025 19:31:05 +0000 (21:31 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 May 2025 13:38:42 +0000 (15:38 +0200)
commit70662db73d5455ebc8a1da29973fa70237b18cd2
treee68aa278fe05d562b8a08974080e2db084f194d3
parent64b9dfd0776e9c38d733094859a09f13282ce6f8
ACPICA: Apply ACPI_NONSTRING in more places

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
drivers/acpi/acpica/acdebug.h
include/acpi/actbl.h
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c
tools/power/acpi/tools/acpidump/apfiles.c