Re: [RFC PATCH v5 05/10] drivers: iommu: change error code when iommu is disabled

2025-07-22 Thread Jan Beulich
On 22.07.2025 13:41, Oleksii Moisieiev wrote: > Change -ENOPNOTSUPP error code to -ENXIO when iommu is disabled during > iommu_do_domctl call. As was discussed in [1] > > [0]: > https://lore.kernel.org/xen-devel/alpine.DEB.2.22.394.2506171701190.1780597@ubuntu-linux-20-04-desktop/ Hmm, I can't r

[RFC PATCH v5 05/10] drivers: iommu: change error code when iommu is disabled

2025-07-22 Thread Oleksii Moisieiev
Change -ENOPNOTSUPP error code to -ENXIO when iommu is disabled during iommu_do_domctl call. As was discussed in [1] [0]: https://lore.kernel.org/xen-devel/alpine.DEB.2.22.394.2506171701190.1780597@ubuntu-linux-20-04-desktop/ Signed-off-by: Oleksii Moisieiev --- Changes in v5: - set error code