• Will Deacon's avatar
    iommu/arm-smmu-v3: Return -EBUSY when trying to re-add a device · 92c1d360
    Will Deacon authored
    Although we WARN in arm_smmu_add_device() if the device being added has
    been added already without a subsequent call to arm_smmu_remove_device(),
    we still continue half-heartedly, initialising the stream-table for any
    new StreamIDs that may have magically appeared and re-establishing device
    links that should still be there from last time.
    
    Given that calling ->add_device() twice without removing the device in the
    meantime is indicative of an error in the caller, just return -EBUSY after
    warning.
    
    Cc: Robin Murphy <robin.murphy@arm.com>
    Cc: Jean Philippe-Brucker <jean-philippe@linaro.org>
    Signed-off-by: default avatarWill Deacon <will@kernel.org>
    92c1d360
arm-smmu-v3.c 105 KB