]> git.ipfire.org Git - thirdparty/linux.git/commit
ACPICA: Fix Segmentation Fault error related to DTPR
authorMichal Camacho Romero <michal.camacho.romero@intel.com>
Wed, 14 Jan 2026 12:34:43 +0000 (13:34 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 15 Jan 2026 17:17:49 +0000 (18:17 +0100)
commitb110e28c3bf52c984c232ee633139ea10f754c0c
treeed2dd85e41c5c3b1699b30873af6b9c109effac5
parent6f99d3fe224feefabc012869e10cbff52eb5f5f8
ACPICA: Fix Segmentation Fault error related to DTPR

Fix Segmentation Fault error, caused by invalid buffer lenght in DTPR
Table Template:

 * Update buffer length for TPR Table, which invalid value caused
   Segmentation Fault, during ASL file production.

 * Refactor invalid values of TPR instances, arrays and serialization
   requests count and TPR Base addresses in the DTPR table template.

 * Fix offset updating in the acpi_dm_dump_dtpr function.

Link: https://github.com/acpica/acpica/commit/f75850bc4717
Signed-off-by: Michal Camacho Romero <michal.camacho.romero@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/2541195.jE0xQCEvom@rafael.j.wysocki
include/acpi/actbl1.h