[PATCH v4 0/5] Remove remaining references to the pktcdvd driver
From: Catalin Iacob <hidden>
Date: 2026-06-08 14:28:13
Also in:
linux-mips, linux-scsi, linux-sh, lkml, sparclinux
Found this incidentally while looking at kernel sources to understand what pktcdvd is Signed-off-by: Catalin Iacob <redacted> --- Changes in v4: - Combined the removal of the export and moving the declaration to the private header info the same patch as requested by Bart. No code change. - Link to v3: https://patch.msgid.link/20260604-remove-pktcdvd-references-v3-0-e2f06fb4eef4@gmail.com Changes in v3: - Split the defconfig changes in one patch per arch - Add patch to move the declaration of scsi_device_from_queue to the private header as suggested by John - Link to v2: https://patch.msgid.link/20260603-remove-pktcdvd-references-v2-1-c4402154d53a@gmail.com Changes in v2: - Reworded commit message on John Paul Adrian's suggestion to be about the removed references not the export symbol - Link to v1: https://patch.msgid.link/20260530-remove-pktcdvd-references-v1-1-aa56941d4315@gmail.com To: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> To: "Martin K. Petersen" <martin.petersen@oracle.com> To: Thomas Bogendoerfer <tsbogend@alpha.franken.de> To: Madhavan Srinivasan <maddy@linux.ibm.com> To: Michael Ellerman <mpe@ellerman.id.au> To: Nicholas Piggin <npiggin@gmail.com> To: "Christophe Leroy (CS GROUP)" <chleroy@kernel.org> To: Rich Felker <dalias@libc.org> To: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> To: "David S. Miller" <davem@davemloft.net> To: Andreas Larsson <andreas@gaisler.com> Cc: linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-mips@vger.kernel.org Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-sh@vger.kernel.org Cc: sparclinux@vger.kernel.org --- Catalin Iacob (5): scsi: core: Remove export for scsi_device_from_queue() mips: Remove remaining defconfig references to the pktcdvd driver powerpc: Remove remaining defconfig references to the pktcdvd driver sh: Remove remaining defconfig reference to the pktcdvd driver sparc: Remove remaining defconfig references to the pktcdvd driver arch/mips/configs/fuloong2e_defconfig | 1 - arch/mips/configs/ip22_defconfig | 1 - arch/mips/configs/ip27_defconfig | 1 - arch/mips/configs/ip30_defconfig | 1 - arch/mips/configs/jazz_defconfig | 1 - arch/mips/configs/malta_defconfig | 1 - arch/mips/configs/malta_kvm_defconfig | 1 - arch/mips/configs/maltaup_xpa_defconfig | 1 - arch/mips/configs/rm200_defconfig | 1 - arch/mips/configs/sb1250_swarm_defconfig | 1 - arch/powerpc/configs/g5_defconfig | 1 - arch/powerpc/configs/ppc6xx_defconfig | 1 - arch/sh/configs/sh2007_defconfig | 1 - arch/sparc/configs/sparc64_defconfig | 2 -- drivers/scsi/scsi_lib.c | 8 -------- drivers/scsi/scsi_priv.h | 1 + include/scsi/scsi_device.h | 1 - 17 files changed, 1 insertion(+), 24 deletions(-) --- base-commit: 4549871118cf616eecdd2d939f78e3b9e1dddc48 change-id: 20260530-remove-pktcdvd-references-9d5c6362a5de Best regards, -- Catalin Iacob [off-list ref]