Re: [PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
On Fri, 24 Jun 2022 17:52:23 +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > The virt_to_bus/bus_to_virt interface has been deprecated for > decades. After Jakub Kicinski put a lot of work into cleaning out the > network drivers using them, there are only a couple of other drivers > left, which can all be removed or otherwise cleaned up, to remove the > old interface for good. > > [...] Applied to 5.20/scsi-queue, thanks! [1/3] scsi: BusLogic remove bus_to_virt https://git.kernel.org/mkp/scsi/c/9f7c2232e131 [2/3] scsi: dpt_i2o: remove obsolete driver https://git.kernel.org/mkp/scsi/c/b04e75a4a8a8 -- Martin K. Petersen Oracle Linux Engineering ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu
Re: [PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
On Tue, Jun 28, 2022 at 4:59 AM Martin K. Petersen wrote: > Hi Arnd! > > > If there are no more issues identified with this series, I'll merge it > > through the asm-generic tree. The SCSI patches can also get merged > > separately through the SCSI maintainers' tree if they prefer. > > I put patches 1 and 2 in scsi-staging to see if anything breaks... Ok, thanks! I have just the third patch in the asm-generic tree now. As long as it all make it into the merge window, this should work out fine without build issues, though there is a small bisection window during which the buslogic driver becomes hidden. I think that's ok here. Arnd ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu
Re: [PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
Hi Arnd! > If there are no more issues identified with this series, I'll merge it > through the asm-generic tree. The SCSI patches can also get merged > separately through the SCSI maintainers' tree if they prefer. I put patches 1 and 2 in scsi-staging to see if anything breaks... -- Martin K. Petersen Oracle Linux Engineering ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu
Re: [PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
On Fri, Jun 24, 2022 at 5:52 PM Arnd Bergmann wrote: > Arnd Bergmann (3): > scsi: BusLogic remove bus_to_virt > scsi: dpt_i2o: remove obsolete driver The dpt_i2o removal is overly large and got dropped by some of the mailing lists, if anyone wants to see the full patch, it did make it through to the linux-scsi list at least: https://lore.kernel.org/all/20220624155226.2889613-3-a...@kernel.org/ Arnd ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu