On Thu, May 08, 2025 at 08:02:40PM -0700, Nicolin Chen wrote:
A vEVENT can be reported only from a threaded IRQ context. Change to using request_threaded_irq to support that.
Acked-by: Pranjal Shrivastava praan@google.com Signed-off-by: Nicolin Chen nicolinc@nvidia.com
drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Jason Gunthorpe jgg@nvidia.com
Jason