Re: [PATCH v7 05/11] arm_mpam: propagate MSC access errors for __ris_msmon_read()
Ben Horgan <[email protected]> Mon, 3 Aug 2026 18:23:11 +0100
| Newsgroups | gmane.linux.kernel,gmane.linux.acpi.devel,gmane.linux.ports.arm.kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi Andre, On 7/31/26 18:03, Andre Przywara wrote: > Allow the function for RIS accesses to return an error, and propagate > read and write errors from the lower level up. > This function is a bit special, since it can be called via an SMP > helper, so the prototype must stay as void. So propagate any errors > using the "err" field in the struct passed in as the sole argument to > that function. > > Signed-off-by: Andre Przywara <[email protected]> > Reviewed-by: Jonathan Cameron <[email protected]> Reviewed-by: Ben Horgan <[email protected]> Thanks, Ben