Package: libiscsi / 1.18.0-2
Metadata
Package | Version | Patches format |
---|---|---|
libiscsi | 1.18.0-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
maxium.diff | (download) |
utils/iscsi-perf.c |
2 1 + 1 - 0 ! |
maxium Date: Tue, 24 May 2016 12:22:19 +0300 Trivial spelling fix. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> |
soversion.diff | (download) |
lib/Makefile.am |
2 1 + 1 - 0 ! |
fix soversion at 7 |
libpthread.diff | (download) |
lib/Makefile.am |
2 1 + 1 - 0 ! |
link libiscsi with -lpthread for iser |
iser use local container_of definition.patch | (download) |
lib/iser.c |
14 14 + 0 - 0 ! |
iser: use local container_of definition Commit-Id: f1feb218e2823d236569f0ca3cfad07334f2a304 The code was implicitly dependent on container_of from inifiniband/verbs.h, however that's been removed in rdma-core latest release: https://github.com/linux-rdma/rdma-core/commit/ce0274acffc78ed2861a56bdc34cdd3d60c20e1f Define container_of locally if it's not already defined |
fix 32bit build.patch | (download) |
lib/iser.c |
7 4 + 3 - 0 ! |
[patch] fix 32bit build. Signed-off-by: Michal Suchanek <msuchanek@suse.de> |
avoid fallthrough.patch | (download) |
lib/scsi-lowlevel.c |
1 1 + 0 - 0 ! |
[patch] avoid fallthrough |
avoid truncation when logging message.patch | (download) |
lib/logging.c |
4 2 + 2 - 0 ! |
[patch] avoid truncation when logging message that includes target name |