Groups
Groups
Sign in
Groups
Groups
open-iscsi
Conversations
About
Send feedback
Help
open-iscsi
1–30 of 4077
Mark all as read
Report group
0 selected
Greg Kroah-Hartman
2
Aug 11
Re: CVE-2022-50031: scsi: iscsi: Fix HW conn removal use after free
On Thu, Aug 07, 2025 at 09:35:25AM +0800, Li Lingfeng wrote: > Hi, Greg > > 在 2025/7/3 22:33
unread,
Re: CVE-2022-50031: scsi: iscsi: Fix HW conn removal use after free
On Thu, Aug 07, 2025 at 09:35:25AM +0800, Li Lingfeng wrote: > Hi, Greg > > 在 2025/7/3 22:33
Aug 11
KUMAR NITISH
,
Chris Leech
3
Aug 6
Hashing algorithm used with iSCSI for CHAP authentication
Hello Nitish, As you mentioned, RFC 7143 (iSCSI) references RFC 1994 (PPP CHAP) and both require that
unread,
Hashing algorithm used with iSCSI for CHAP authentication
Hello Nitish, As you mentioned, RFC 7143 (iSCSI) references RFC 1994 (PPP CHAP) and both require that
Aug 6
Sasha Levin
Aug 5
[PATCH AUTOSEL 6.16-5.4] scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocated
From: Showrya MN <sho...@chelsio.com> [ Upstream commit
unread,
[PATCH AUTOSEL 6.16-5.4] scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocated
From: Showrya MN <sho...@chelsio.com> [ Upstream commit
Aug 5
Mike Christie
,
Martin K. Petersen
2
Jul 24
Re: [PATCH] Revert "scsi: iscsi: Fix HW conn removal use after free"
Li, > This reverts commit c577ab7ba5f3bf9062db8a58b6e89d4fe370447e. Applied to 6.17/scsi-staging,
unread,
Re: [PATCH] Revert "scsi: iscsi: Fix HW conn removal use after free"
Li, > This reverts commit c577ab7ba5f3bf9062db8a58b6e89d4fe370447e. Applied to 6.17/scsi-staging,
Jul 24
Hannes Reinecke
Jul 8
Re: [PATCH] pps: Fix IDR memory leak in module exit
On 7/4/25 14:55, Anders Roxell wrote: > Add missing idr_destroy() call in pps_exit() to properly
unread,
Re: [PATCH] pps: Fix IDR memory leak in module exit
On 7/4/25 14:55, Anders Roxell wrote: > Add missing idr_destroy() call in pps_exit() to properly
Jul 8
Mike Christie
,
Martin K. Petersen
3
Jun 9
Re: [PATCH] scsi: iscsi: fix incorrect error path labels for flashnode operations
On Fri, 30 May 2025 12:29:35 -0700, Alok Tiwari wrote: > Correct the error handling goto labels
unread,
Re: [PATCH] scsi: iscsi: fix incorrect error path labels for flashnode operations
On Fri, 30 May 2025 12:29:35 -0700, Alok Tiwari wrote: > Correct the error handling goto labels
Jun 9
Mike Christie
,
Martin K. Petersen
2
Apr 3
Re: [PATCH] scsi: iscsi: Fix missing scsi_host_put in error path
> Add goto to ensure scsi_host_put is called in all error paths of > iscsi_set_host_param
unread,
Re: [PATCH] scsi: iscsi: Fix missing scsi_host_put in error path
> Add goto to ensure scsi_host_put is called in all error paths of > iscsi_set_host_param
Apr 3
Greg KH
Mar 13
Re: [PATCH] [SCSI] iscsi: fix error handling in iscsi_add_session()
On Thu, Mar 13, 2025 at 04:15:07PM +0800, Ma Ke wrote: > Once device_add() failed, we should call
unread,
Re: [PATCH] [SCSI] iscsi: fix error handling in iscsi_add_session()
On Thu, Mar 13, 2025 at 04:15:07PM +0800, Ma Ke wrote: > Once device_add() failed, we should call
Mar 13
Martin K. Petersen
2
Feb 18
Re: [PATCH] scsi: iscsi_tcp: switch to using the crc32c library
On Thu, 06 Feb 2025 20:17:24 -0800, Eric Biggers wrote: > Now that the crc32c() library function
unread,
Re: [PATCH] scsi: iscsi_tcp: switch to using the crc32c library
On Thu, 06 Feb 2025 20:17:24 -0800, Eric Biggers wrote: > Now that the crc32c() library function
Feb 18
Martin K. Petersen
2
Jan 10
Re: [PATCH] scsi: iscsi: Remove unused iscsi_create_session
On Mon, 23 Dec 2024 18:01:10 +0000, li...@treblig.org wrote: > iscsi_create_session() last use was
unread,
Re: [PATCH] scsi: iscsi: Remove unused iscsi_create_session
On Mon, 23 Dec 2024 18:01:10 +0000, li...@treblig.org wrote: > iscsi_create_session() last use was
Jan 10
Mike Christie
,
Martin K. Petersen
3
Jan 10
Re: [PATCH v2] scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request
On Tue, 07 Jan 2025 10:24:31 +0800, Xiang Zhang wrote: > The ISCSI_UEVENT_GET_HOST_STATS request
unread,
Re: [PATCH v2] scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request
On Tue, 07 Jan 2025 10:24:31 +0800, Xiang Zhang wrote: > The ISCSI_UEVENT_GET_HOST_STATS request
Jan 10
Christoph Hellwig
12/16/24
Re: [PATCH] net: Convert proto_ops::getname to sockaddr_storage
Would be nice to avoid a bunch of the overly long lines, but the fundamental changes looks good:
unread,
Re: [PATCH] net: Convert proto_ops::getname to sockaddr_storage
Would be nice to avoid a bunch of the overly long lines, but the fundamental changes looks good:
12/16/24
Martin K. Petersen
2
12/9/24
Re: [PATCH v2] scsi: Replace zero-length array with flexible array member
On Sun, 10 Nov 2024 23:33:24 +0100, Thorsten Blum wrote: > Replace the deprecated zero-length
unread,
Re: [PATCH v2] scsi: Replace zero-length array with flexible array member
On Sun, 10 Nov 2024 23:33:24 +0100, Thorsten Blum wrote: > Replace the deprecated zero-length
12/9/24
Lee Duncan
,
Martin K. Petersen
3
12/4/24
Re: [PATCH] scsi: iscsi: fix sysfs visibility checks for CHAP
Hi Lee! > Ping? > > On Sun, Nov 17, 2024 at 11:46 AM Lee Duncan <leeman...@gmail.com
unread,
Re: [PATCH] scsi: iscsi: fix sysfs visibility checks for CHAP
Hi Lee! > Ping? > > On Sun, Nov 17, 2024 at 11:46 AM Lee Duncan <leeman...@gmail.com
12/4/24
Greg Kroah-Hartman
,
James Bottomley
4
12/4/24
Re: [PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
On Wed, 2024-12-04 at 20:26 +0800, Zijun Hu wrote: > On 2024/12/3 23:34, James Bottomley wrote:
unread,
Re: [PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
On Wed, 2024-12-04 at 20:26 +0800, Zijun Hu wrote: > On 2024/12/3 23:34, James Bottomley wrote:
12/4/24
Dan Carpenter
11/30/24
[bug report] [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entry
[ This code is obviously really old, but the warning may still be worth looking at. -dan ] Commit
unread,
[bug report] [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entry
[ This code is obviously really old, but the warning may still be worth looking at. -dan ] Commit
11/30/24
kernel test robot
,
Gustavo A. R. Silva
2
11/10/24
Re: [PATCH] scsi: Replace zero-length array with flexible array member
> In file included from drivers/scsi/scsi_transport_iscsi.c:23: >>> include/scsi/
unread,
Re: [PATCH] scsi: Replace zero-length array with flexible array member
> In file included from drivers/scsi/scsi_transport_iscsi.c:23: >>> include/scsi/
11/10/24
michael....@oracle.com
,
kernel test robot
4
10/14/24
Re: [PATCH] scsi: libiscsi: Set expecting_cc_ua flag when stop_conn
On 10/14/24 12:36 AM, Xiang Zhang wrote: > Initiator need to recover session and reconnect to
unread,
Re: [PATCH] scsi: libiscsi: Set expecting_cc_ua flag when stop_conn
On 10/14/24 12:36 AM, Xiang Zhang wrote: > Initiator need to recover session and reconnect to
10/14/24
ajhu...@gmail.com
7/16/24
[BUG]: Null pointer exception from parallel calls to iscsi_stop_conn
Hi. I reviewed a kdump generated by a NULL pointer exception during termination of an iSCSI session.
unread,
[BUG]: Null pointer exception from parallel calls to iscsi_stop_conn
Hi. I reviewed a kdump generated by a NULL pointer exception during termination of an iSCSI session.
7/16/24
Greg Kroah-Hartman
7/1/24
[PATCH] driver core: have match() callback in struct bus_type take a const *
In the match() callback, the struct device_driver * should not be changed, so change the function
unread,
[PATCH] driver core: have match() callback in struct bus_type take a const *
In the match() callback, the struct device_driver * should not be changed, so change the function
7/1/24
Dan Carpenter
6/18/24
[bug report] [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entry
Hi SCSI and netlink developers, Commit 6260a5d22122 ("[SCSI] iscsi_transport: Add support to
unread,
[bug report] [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entry
Hi SCSI and netlink developers, Commit 6260a5d22122 ("[SCSI] iscsi_transport: Add support to
6/18/24
Mike Christie
5/24/24
Re: [PATCH v2 2/2] libiscsi: disallow binding an already-bound connection
On 5/23/24 5:21 PM, Khazhismel Kumykov wrote: > This fixes issue where misbehaving userspace
unread,
Re: [PATCH v2 2/2] libiscsi: disallow binding an already-bound connection
On 5/23/24 5:21 PM, Khazhismel Kumykov wrote: > This fixes issue where misbehaving userspace
5/24/24
Mike Christie
,
Martin K. Petersen
2
5/6/24
Re: [PATCH] scsi:iscsi: Remove unused list 'connlist_err'
> I think the last use of this list was removed by > commit 23d6fefbb3f6 ("scsi: iscsi:
unread,
Re: [PATCH] scsi:iscsi: Remove unused list 'connlist_err'
> I think the last use of this list was removed by > commit 23d6fefbb3f6 ("scsi: iscsi:
5/6/24
Christoph Hellwig
, …
Bart Van Assche
56
3/26/24
[PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
On Tue, Mar 26, 2024 at 06:30:45PM +0900, Takashi Sakamoto wrote: > > drivers/firewire/sbp2.c |
unread,
[PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
On Tue, Mar 26, 2024 at 06:30:45PM +0900, Takashi Sakamoto wrote: > > drivers/firewire/sbp2.c |
3/26/24
Christoph Hellwig
,
Damien Le Moal
2
3/25/24
[PATCH 01/23] block: don't reject too large max_user_setors in blk_validate_limits
On 3/25/24 08:54, Christoph Hellwig wrote: > We already cap down the actual max_sectors to the max
unread,
[PATCH 01/23] block: don't reject too large max_user_setors in blk_validate_limits
On 3/25/24 08:54, Christoph Hellwig wrote: > We already cap down the actual max_sectors to the max
3/25/24
Mike Christie
3/19/24
Re: [PATCH 2/2] iscsi_tcp: disallow binding the same connection twice
On 3/18/24 2:49 PM, Khazhismel Kumykov wrote: > iscsi_sw_tcp_conn_bind does not check or cleanup
unread,
Re: [PATCH 2/2] iscsi_tcp: disallow binding the same connection twice
On 3/18/24 2:49 PM, Khazhismel Kumykov wrote: > iscsi_sw_tcp_conn_bind does not check or cleanup
3/19/24
Mike Christie
3/19/24
Re: [PATCH 1/2] iscsi_tcp: do not bind sockets that already have extra callbacks
On 3/18/24 2:49 PM, Khazhismel Kumykov wrote: > This attempts to avoid a situation where a
unread,
Re: [PATCH 1/2] iscsi_tcp: do not bind sockets that already have extra callbacks
On 3/18/24 2:49 PM, Khazhismel Kumykov wrote: > This attempts to avoid a situation where a
3/19/24
Greg Kroah-Hartman
,
Martin K. Petersen
3
2/12/24
Re: [PATCH 0/3] drivers: scsi: struct bus_type cleanup
On Sat, 03 Feb 2024 15:38:59 -0300, Ricardo B. Marliere wrote: > This series is part of an effort
unread,
Re: [PATCH 0/3] drivers: scsi: struct bus_type cleanup
On Sat, 03 Feb 2024 15:38:59 -0300, Ricardo B. Marliere wrote: > This series is part of an effort
2/12/24
Lee Duncan
2/3/24
Re: [PATCH 2/3] scsi: iscsi: make iscsi_flashnode_bus const
On Sat, Feb 3, 2024 at 10:38 AM Ricardo B. Marliere <ric...@marliere.net> wrote: > > Now
unread,
Re: [PATCH 2/3] scsi: iscsi: make iscsi_flashnode_bus const
On Sat, Feb 3, 2024 at 10:38 AM Ricardo B. Marliere <ric...@marliere.net> wrote: > > Now
2/3/24
Mike Christie
1/29/24
Re: [PATCH] scsi: iscsi: fix iscsi ida memory leak
On 1/29/24 3:04 AM, Guixin Liu wrote: > The iscsi_sess_ida should be destroy when the iscsi module
unread,
Re: [PATCH] scsi: iscsi: fix iscsi ida memory leak
On 1/29/24 3:04 AM, Guixin Liu wrote: > The iscsi_sess_ida should be destroy when the iscsi module
1/29/24