From d3f6d72be379a685e6d19f2089adf13ac67c2c4f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 24 Feb 2020 02:07:03 +0000 Subject: [PATCH 1/3] nightly build: Update kernel versions git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8779 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/nightly.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index c4b9834dc..17d342d9b 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,29 +3,29 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -5.5.2 \ -5.4.18-nc \ +5.5.5 \ +5.4.21-nc \ 5.3.18-nc \ 5.2.21-nc \ 5.1.21-nc \ 5.0.21-nc \ 4.20.17-nc \ -4.19.102-nc \ +4.19.105-nc \ 4.18.20-nc \ 4.17.19-nc \ 4.16.18-nc \ 4.15.18-nc \ -4.14.170-nc \ +4.14.171-nc \ 4.13.16-nc \ 4.12.14-nc \ 4.11.12-nc \ 4.10.17-nc \ -4.9.213-nc \ +4.9.214-nc \ 4.8.17-nc \ 4.7.10-nc \ 4.6.7-nc \ 4.5.7-nc \ -4.4.213-nc \ +4.4.214-nc \ 4.3.6-nc \ 4.2.8-nc \ 4.1.52-nc \ @@ -33,7 +33,7 @@ ABT_KERNELS=" \ 3.19.8-nc \ 3.18.140-nc \ 3.17.8-nc \ -3.16.81-nc \ +3.16.82-nc \ 3.15.10-nc \ 3.14.79-nc \ 3.13.11-nc \ From ed8d890ce044ad5293200e274f981b31a6e3b340 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 24 Feb 2020 03:24:47 +0000 Subject: [PATCH 2/3] scst/ChangeLog: Update the changelog git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8780 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scst/ChangeLog b/scst/ChangeLog index 140030676..8fb2be4e2 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -1,7 +1,12 @@ Summary of changes between versions 3.4 and 3.5 ----------------------------------------------- - Added the forward_src and forward_dst sysfs attributes. Removed - CONFIG_SCST_FORWARD_MODE_PASS_THROUGH. + CONFIG_SCST_FORWARD_MODE_PASS_THROUGH. In other words, forward_src mode + is no longer global but is now configurable per target port. +- Improved forwarding of SCSI commands between H.A. nodes. The relative + target port ID is now correct in the device identification inquiry response. + The REPORT TARGET PORT GROUPS and SET TARGET PORT GROUPS commands are now + processed locally instead of being forwarded. Summary of changes between versions 3.3 and 3.4 ----------------------------------------------- From 6b11f4f3bb5b9ceff2be54194495c55bc15fe7a7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 24 Feb 2020 03:38:12 +0000 Subject: [PATCH 3/3] scst/ChangeLog: Update the changelog git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8781 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scst/ChangeLog b/scst/ChangeLog index 8fb2be4e2..5bc0acba2 100644 --- a/scst/ChangeLog +++ b/scst/ChangeLog @@ -7,6 +7,8 @@ Summary of changes between versions 3.4 and 3.5 target port ID is now correct in the device identification inquiry response. The REPORT TARGET PORT GROUPS and SET TARGET PORT GROUPS commands are now processed locally instead of being forwarded. +- Fixed a hard to trigger race condition in the iSCSI connection shutdown code. +- Added support for unaligned buffers in vdisk_blockio. Summary of changes between versions 3.3 and 3.4 -----------------------------------------------