Re: [PATCH] iommu: qcom-smmu: allow SID 0

2024-11-14 Thread Caleb Connolly
On Wed, 13 Nov 2024 06:00:56 +0100, Caleb Connolly wrote: > It turns out this is a very real stream ID. Who woulda thought? > > Drop the 0 check on the SID, there's no reason for it to be there in the first > place. > > Applied, thanks! [1/1] iommu: qcom-smmu: allow SID 0 commit: 2417f

Re: [PATCH] iommu: qcom-smmu: allow SID 0

2024-11-14 Thread Neil Armstrong
On 13/11/2024 06:00, Caleb Connolly wrote: It turns out this is a very real stream ID. Who woulda thought? Drop the 0 check on the SID, there's no reason for it to be there in the first place. Signed-off-by: Caleb Connolly --- drivers/iommu/qcom-hyp-smmu.c | 2 +- 1 file changed, 1 insertio

[PATCH] iommu: qcom-smmu: allow SID 0

2024-11-12 Thread Caleb Connolly
It turns out this is a very real stream ID. Who woulda thought? Drop the 0 check on the SID, there's no reason for it to be there in the first place. Signed-off-by: Caleb Connolly --- drivers/iommu/qcom-hyp-smmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu