Skip to content

Commit

Permalink
scst/ChangeLog: Summarize the changes for the upcoming 3.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lnocturno committed Dec 28, 2024
1 parent 34b1edd commit a1ab19f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion scst/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Summary of changes between versions 3.8 and 3.9
-----------------------------------------------
- scst_vdisk: Added active attributes support to vdisk_fileio.
- iscsi-scst: Added a new link_local parameter to control whether link local
addresses are included in the IPv6 SendTargets response, preserving existing
behavior by including them.
- iscsi-scst: Added an internal_portal parameter to allow specified portals to
bypass CHAP controls for both discovery and target login, preserving the
existing behavior if unset.
- Fixed VPD inquiry handling for invalid LUNs. If the requested data cannot be
returned, the device now correctly terminates with CHECK CONDITION as per SPC-6.
- Eliminated per-device synchronize_rcu() calls in scst_sess_free_tgt_devs(),
significantly cutting cleanup time for large numbers of target devices.
- qla2x00t-32gbit driver: Updated from Linux kernel version v6.7 to v6.12.

The kernel versions supported by this release are:
* Kernel.org kernel versions v3.10..v6.12.
* Debian / Ubuntu kernels based on upstream kernel versions v3.10..v6.12.
* RHEL / CentOS / AlmaLinux 7.x, 8.0..8.9 and 9.0..9.5 kernels.
* UEK version 4, 5, 6 and 7 kernels.

Summary of changes between versions 3.7 and 3.8
-----------------------------------------------
- Fixed depmod warnings during the installation process.
Expand Down Expand Up @@ -671,4 +692,3 @@ Summary of changes between versions 0.9.0a and 0.9.1
- Race with the commands serialization on one drive fixed

- Cleanup

0 comments on commit a1ab19f

Please sign in to comment.