Re: [RFC PATCH] scsi: core: Drop Scsi_Host.default_lock
"Arnd Bergmann" <[email protected]> Thu, 06 Aug 2026 00:04:59 +0200
| Newsgroups | gmane.linux.scsi |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 5, 2026, at 23:47, Bart Van Assche wrote: > On 8/5/26 6:45 AM, John Garry wrote: >> I do have to question why we maintain support on modern kernels for such >> obsolete HW. The maintenance burden is not zero, as we see here ... > > (+Arnd) (+Russell) > Agreed. From > https://lore.kernel.org/all/[email protected]/: > "ARM: mark RiscPC as deprecated [ ... ] Since there is little hope of > this being maintainable much longer, plan to remove it in early 2025 > while it is still expected to mostly work." > > Arnd, is removal of Acorn RiscPC still planned? That platform relies on > several SCSI drivers. API changes for the SCSI core, although rare, > would be easier if we wouldn't have to support the Acorn RiscPC anymore. I resent my series to deprecate almost all board files recently, and that is now in linux-next. Unless Russell has any last minute objections, I would now expect that we can remove all the deprecated files after 7.3-LTS is out, and that includes the drivers/scsi/arm/ directory. My original plan was to do this all two years earlier, but since we are close to another LTS kernel, I think it makes sense to wait for that before removing any code that potentially still works. Arnd