SPDK 21.01.1
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Ic086efcf2be78403e905c9b9f4d8d9882a85c4d0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6683 Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
049e9290cf
commit
4e2db65d78
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,6 +1,35 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v21.01.1: (Upcoming Release)
|
## v21.01.1:
|
||||||
|
|
||||||
|
### dpdk
|
||||||
|
|
||||||
|
Added `rte_ethdev` and `rte_net` dependencies for all builds with DPDK.
|
||||||
|
|
||||||
|
Fixed compatibility issues with DPDK 19.11.
|
||||||
|
|
||||||
|
### iscsi
|
||||||
|
|
||||||
|
A security vulnerability has been identified and fixed in the SPDK iSCSI target.
|
||||||
|
A TEXT PDU with no data, but CONTINUE flag set, would result in a NULL pointer dereference
|
||||||
|
and crash the SPDK iSCSI target process. All users of the SPDK iSCSI target
|
||||||
|
are recommended to update. All SPDK versions <= v21.01 are affected.
|
||||||
|
|
||||||
|
### nbd
|
||||||
|
|
||||||
|
Fixed kernel hang when bdev is removed by always setting NBD_SET_TIMEOUT.
|
||||||
|
|
||||||
|
### nvme
|
||||||
|
|
||||||
|
Fixed segfault when removing qpair when transport connection fails (issue #1777).
|
||||||
|
|
||||||
|
### ocssd
|
||||||
|
|
||||||
|
Fixed the bug that no media event is pushed to the target bdev.
|
||||||
|
|
||||||
|
### sock
|
||||||
|
|
||||||
|
Added `enable_quickack` and `enable_placement_id` when saving JSON configuration.
|
||||||
|
|
||||||
## v21.01: Dynamic scheduler, vfio-user, ZNS Zone Append
|
## v21.01: Dynamic scheduler, vfio-user, ZNS Zone Append
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
/**
|
/**
|
||||||
* Version string suffix.
|
* Version string suffix.
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_SUFFIX "-pre"
|
#define SPDK_VERSION_SUFFIX ""
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Single numeric value representing a version number for compile-time comparisons.
|
* Single numeric value representing a version number for compile-time comparisons.
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
%bcond_with doc
|
%bcond_with doc
|
||||||
|
|
||||||
Name: spdk
|
Name: spdk
|
||||||
Version: 21.01.x
|
Version: 21.01.1
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
URL: http://spdk.io
|
URL: http://spdk.io
|
||||||
|
|
||||||
Source: https://github.com/spdk/spdk/archive/v21.01.x.tar.gz
|
Source: https://github.com/spdk/spdk/archive/v21.01.1.tar.gz
|
||||||
Summary: Set of libraries and utilities for high performance user-mode storage
|
Summary: Set of libraries and utilities for high performance user-mode storage
|
||||||
|
|
||||||
%define package_version %{epoch}:%{version}-%{release}
|
%define package_version %{epoch}:%{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user