Skip to content

Commit f3f50c7

Browse files
bvanasschemartinkpetersen
authored andcommitted
scsi: target: Remove the references to http://www.linux-iscsi.org/
The website http://www.linux-iscsi.org/ disappeared more than a year ago. DNS records have been removed for linux-iscsi.org. The company that sponsored this website (Datera; formerly called Rising Tide) has been liquidated in early 2021 according to https://blocksandfiles.com/2021/03/19/datera-is-being-liquidated/. Since it is unlikely that the website http://www.linux-iscsi.org/ will be restored, remove the references to that website. Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20230920200232.3721784-2-bvanassche@acm.org Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 63f0733 commit f3f50c7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

MAINTAINERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11144,7 +11144,6 @@ M: Sagi Grimberg <sagi@grimberg.me>
1114411144
L: linux-rdma@vger.kernel.org
1114511145
L: target-devel@vger.kernel.org
1114611146
S: Supported
11147-
W: http://www.linux-iscsi.org
1114811147
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
1114911148
F: drivers/infiniband/ulp/isert
1115011149

@@ -19162,7 +19161,6 @@ M: "Martin K. Petersen" <martin.petersen@oracle.com>
1916219161
L: linux-scsi@vger.kernel.org
1916319162
L: target-devel@vger.kernel.org
1916419163
S: Supported
19165-
W: http://www.linux-iscsi.org
1916619164
Q: https://patchwork.kernel.org/project/target-devel/list/
1916719165
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
1916819166
F: Documentation/target/

drivers/target/iscsi/Kconfig

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config ISCSI_TARGET
3-
tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
3+
tristate "SCSI Target Mode Stack"
44
depends on INET
55
select CRYPTO
66
select CRYPTO_CRC32C
77
select CRYPTO_CRC32C_INTEL if X86
88
help
9-
Say M here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI
10-
Target Mode Stack.
9+
Say M to enable the SCSI target mode stack. A SCSI target mode stack
10+
is software that makes local storage available over a storage network
11+
to a SCSI initiator system. The supported storage network technologies
12+
include iSCSI, Fibre Channel and the SCSI RDMA Protocol (SRP).
13+
Configuration of the SCSI target mode stack happens through configfs.
1114

1215
source "drivers/target/iscsi/cxgbit/Kconfig"

0 commit comments

Comments
 (0)