]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ACPICA: actbl2.h: ACPI 6.6: RAS2: Update Parameter Block structure
authorPawel Chmielewski <pawel.chmielewski@intel.com>
Wed, 14 Jan 2026 12:31:06 +0000 (13:31 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 15 Jan 2026 17:17:49 +0000 (18:17 +0100)
ACPI 6.6 introduces RAS2 enhancements for patrol scrub functionality,
adding new fields to the Parameter Block structure. These fields are
applicable only in the response to the GET_PATROL_PARAMETERS command.

Link: https://github.com/acpica/acpica/commit/062842024000
Signed-off-by: Pawel Chmielewski <pawel.chmielewski@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/2263284.Mh6RI2rZIc@rafael.j.wysocki
include/acpi/actbl2.h

index 01dc35e4b60ad7497981de4c201d63cad9a3fdcd..5c0b55e7b3e4f0138f25995c2503cc10d767430a 100644 (file)
@@ -3249,6 +3249,8 @@ struct acpi_ras2_patrol_scrub_param {
        u32 flags;
        u32 scrub_params_out;
        u32 scrub_params_in;
+       u32 ext_scrub_params;
+       u8 scrub_rate_desc[256];
 };
 
 /* Masks for Flags field above */