This is a note to let you know that I've just added the patch titled scsi: target: iscsi: Remove unused transport_timer to the 6.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: scsi-target-iscsi-remove-unused-transport_timer.patch and it can be found in the queue-6.3 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 72d413ddd3cda495dff388ddb4ba46f9c6c5494a Author: Maurizio Lombardi <mlombard@xxxxxxxxxx> Date: Mon May 8 18:22:18 2023 +0200 scsi: target: iscsi: Remove unused transport_timer [ Upstream commit 98a8c2bf938a5973716f280da618077a3d255976 ] Signed-off-by: Maurizio Lombardi <mlombard@xxxxxxxxxx> Link: https://lore.kernel.org/r/20230508162219.1731964-3-mlombard@xxxxxxxxxx Reviewed-by: Mike Christie <michael.christie@xxxxxxxxxx> Signed-off-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/include/target/iscsi/iscsi_target_core.h b/include/target/iscsi/iscsi_target_core.h index 42f4a4c0c1003..4c15420e8965d 100644 --- a/include/target/iscsi/iscsi_target_core.h +++ b/include/target/iscsi/iscsi_target_core.h @@ -568,7 +568,6 @@ struct iscsit_conn { struct iscsi_login *login; struct timer_list nopin_timer; struct timer_list nopin_response_timer; - struct timer_list transport_timer; struct timer_list login_timer; struct task_struct *login_kworker; /* Spinlock used for add/deleting cmd's from conn_cmd_list */