Message ID | cover.1694525662.git.robin.murphy@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | iommu: Clean up map/unmap ops | expand |
On Tue, Sep 12, 2023 at 05:18:36PM +0100, Robin Murphy wrote: > Robin Murphy (8): > iommu/exynos: Update to {map,unmap}_pages > iommu/omap: Update to {map,unmap}_pages > iommu/rockchip: Update to {map,unmap}_pages > iommu/sun50i: Update to {map,unmap}_pages > iommu/tegra-gart: Update to {map,unmap}_pages > iommu/tegra-smmu: Update to {map,unmap}_pages > iommu: Retire map/unmap ops > iommu: Improve map/unmap sanity checks Applied all except the tegra-gart patch. Tegra-gart has been removed by Jason in a previous patch. Thanks Robin.
Dne ponedeljek, 25. september 2023 ob 12:05:35 CEST je Joerg Roedel napisal(a): > On Tue, Sep 12, 2023 at 05:18:36PM +0100, Robin Murphy wrote: > > Robin Murphy (8): > > iommu/exynos: Update to {map,unmap}_pages > > iommu/omap: Update to {map,unmap}_pages > > iommu/rockchip: Update to {map,unmap}_pages > > iommu/sun50i: Update to {map,unmap}_pages > > iommu/tegra-gart: Update to {map,unmap}_pages > > iommu/tegra-smmu: Update to {map,unmap}_pages > > iommu: Retire map/unmap ops > > iommu: Improve map/unmap sanity checks > > Applied all except the tegra-gart patch. Tegra-gart has been removed by > Jason in a previous patch. Thanks Robin. sun50i is meant to be placeholder (as mentioned in cover letter). It's replaced by: https://lore.kernel.org/linux-sunxi/20230912181941.2971036-1-jernej.skrabec@gmail.com/ But I didn't get any feedback if it's ok or there is anything to fix. Best regards, Jernej
On Mon, Sep 25, 2023 at 05:33:58PM +0200, Jernej Škrabec wrote: > sun50i is meant to be placeholder (as mentioned in cover letter). It's > replaced by: > https://lore.kernel.org/linux-sunxi/20230912181941.2971036-1-jernej.skrabec@gmail.com/ Is the placeholder patch actually breaking the driver or just not optimal yet? Regards, Joerg
On 26/09/2023 10:23 am, Joerg Roedel wrote: > On Mon, Sep 25, 2023 at 05:33:58PM +0200, Jernej Škrabec wrote: >> sun50i is meant to be placeholder (as mentioned in cover letter). It's >> replaced by: >> https://lore.kernel.org/linux-sunxi/20230912181941.2971036-1-jernej.skrabec@gmail.com/ > > Is the placeholder patch actually breaking the driver or just not > optimal yet? No functional issue, and TBH I think there's no harm in avoiding the dependency (I was kind of assuming you would pick this series to the core branch, so the "placeholder" status might extend that far too) - it should just mean that when you pick Jernej's patch to a topic branch you'll get a conflict merging it to core, and the correct resolution will be to take everything from that branch and replace my patch. Cheers, Robin.
On Tue, Sep 26, 2023 at 01:01:28PM +0100, Robin Murphy wrote: > No functional issue, and TBH I think there's no harm in avoiding the > dependency (I was kind of assuming you would pick this series to the core > branch, so the "placeholder" status might extend that far too) - it should > just mean that when you pick Jernej's patch to a topic branch you'll get a > conflict merging it to core, and the correct resolution will be to take > everything from that branch and replace my patch. Alright, thanks for clarifying. I hereby ask Jernej to base his new patch on the core branch, once I published it (which should be later today). Regards, Joerg