Shubhakar Gowda wrote: > ACPI 6.6 defines DSM function index 0xA to Query Address Range Scrub > (ARS) error injection capabilities. This patch adds support for this > DSM function in the NFIT DSM mask so that userspace and ndctl tool can > detect platform support for Query ARS error injection capabilities features. > > The patch updates NFIT initialization to include DSM 0xA, logs > supported DSMs for debugging, and uses the existing DSM infrastructure. > No kernel ABI changes are introduced.
It does introduce new ABI. This new command can now be passed from userspace. Can you say a bit more about why this is needed and the plans for userspace to consume this? Like proposed changes to the "ndctl inject-error" command, and otherwise what problems occur today with the kernel blocking this command code?

