Vladislav Bolkhovitin
|
129cac067c
|
Merged revisions 7253-7266,7268-7271 via svnmerge from
svn+ssh://svn.code.sf.net/p/scst/svn/trunk
........
r7253 | vlnb | 2017-10-11 20:22:02 -0700 (Wed, 11 Oct 2017) | 3 lines
scst: add example of active non-optimized setup
........
r7254 | bvassche | 2017-10-12 07:56:44 -0700 (Thu, 12 Oct 2017) | 1 line
qla2x00t: Fix scst_debug.h include path for the in-tree build
........
r7255 | bvassche | 2017-10-12 08:03:13 -0700 (Thu, 12 Oct 2017) | 1 line
scripts/specialize-patch: Fix #elif handling
........
r7256 | vlnb | 2017-10-13 19:18:56 -0700 (Fri, 13 Oct 2017) | 3 lines
Unpdate for kernels 4.12+
........
r7257 | bvassche | 2017-11-11 21:01:16 -0800 (Sat, 11 Nov 2017) | 1 line
iscsi-scst/usr/Makefile: Pass -Wno-format-truncation if supported
........
r7258 | bvassche | 2017-11-12 21:48:16 -0800 (Sun, 12 Nov 2017) | 4 lines
ib_srpt: Kernel 4.14 build fix
Signed-off-by: Peter Vyazovik <fuzzhead0@gmail.com>
........
r7259 | bvassche | 2017-11-12 21:49:08 -0800 (Sun, 12 Nov 2017) | 1 line
scst: Introduce the kernel v4.14 bio_set_dev() macro
........
r7260 | bvassche | 2017-11-12 21:50:44 -0800 (Sun, 12 Nov 2017) | 5 lines
scst, iscsi-scst: Introduce scst_read(), scst_write(), scst_readv() and scst_writev()
This makes it easier to add support for new kernel versions, e.g. kernel
version v4.14.
........
r7261 | bvassche | 2017-11-13 08:00:09 -0800 (Mon, 13 Nov 2017) | 1 line
scst/src/scst_lib.c: Fix recently introduced checkpatch complaints
........
r7262 | bvassche | 2017-11-13 08:18:00 -0800 (Mon, 13 Nov 2017) | 4 lines
scst: Fix build for kernels 3.15 and older
blk_rq_set_block_pc() was introduced in kernel 3.16.
........
r7263 | bvassche | 2017-11-13 08:24:16 -0800 (Mon, 13 Nov 2017) | 1 line
nightly build: Update kernel versions
........
r7264 | bvassche | 2017-11-13 08:47:10 -0800 (Mon, 13 Nov 2017) | 1 line
scst: Address two checkpatch warnings
........
r7265 | bvassche | 2017-11-13 08:47:43 -0800 (Mon, 13 Nov 2017) | 1 line
scst/src/scst_targ: Use READ_ONCE() instead of ACCESS_ONCE()
........
r7266 | bvassche | 2017-11-13 08:49:39 -0800 (Mon, 13 Nov 2017) | 1 line
fcst/fcst.h: Add identifier names
........
r7268 | bvassche | 2017-11-14 08:37:24 -0800 (Tue, 14 Nov 2017) | 1 line
scst: Fix kernel <= 2.6.30 build
........
r7269 | bvassche | 2017-11-14 18:45:57 -0800 (Tue, 14 Nov 2017) | 1 line
nightly/bin/nightly: Clone the source code tree quietly
........
r7270 | bvassche | 2017-11-14 18:47:06 -0800 (Tue, 14 Nov 2017) | 1 line
nightly build: Update kernel versions
........
r7271 | bvassche | 2017-11-14 18:48:03 -0800 (Tue, 14 Nov 2017) | 1 line
nightly/conf/nightly.sendmail: Use mail if mutt is not available
........
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7288 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2017-12-23 04:30:51 +00:00 |
|
Vladislav Bolkhovitin
|
e5d322d4ab
|
Merged revisions 7233-7244 via svnmerge from
svn+ssh://svn.code.sf.net/p/scst/svn/trunk
........
r7233 | bvassche | 2017-09-20 08:09:38 -0700 (Wed, 20 Sep 2017) | 4 lines
ib_srpt: Support systems with more than 255 CPU cores
Signed-off-by: Kirill Malkin <kirillmalkin.km@gmail.com>
........
r7234 | bvassche | 2017-09-24 18:52:53 -0700 (Sun, 24 Sep 2017) | 2 lines
iscsi-scst/Makefile: Change MOFED path into /usr/src/ofa_kernel/default
........
r7235 | bvassche | 2017-09-25 16:35:49 -0700 (Mon, 25 Sep 2017) | 1 line
iscsi-scst/Makefile, Ubuntu: Simplify code for version querying
........
r7236 | bvassche | 2017-10-02 16:56:47 -0700 (Mon, 02 Oct 2017) | 1 line
scripts/specialize-patch: Process ENABLE_NPIV and FC_VPORT_CREATE_DEFINED correctly
........
r7237 | bvassche | 2017-10-02 17:04:53 -0700 (Mon, 02 Oct 2017) | 2 lines
scripts/generate-kernel-patch: Fix a regression introduced in r7164
........
r7238 | bvassche | 2017-10-02 17:05:42 -0700 (Mon, 02 Oct 2017) | 1 line
scripts/specialize-patch: Process CONFIG_SCST_STRICT_SERIALIZING correctly
........
r7239 | bvassche | 2017-10-03 15:49:35 -0700 (Tue, 03 Oct 2017) | 1 line
isert-scst: Make an error message more informative
........
r7240 | bvassche | 2017-10-03 16:08:29 -0700 (Tue, 03 Oct 2017) | 1 line
scst: Port to kernel v4.13
........
r7241 | bvassche | 2017-10-03 16:10:03 -0700 (Tue, 03 Oct 2017) | 1 line
nightly build: Update kernel versions
........
r7242 | bvassche | 2017-10-05 09:57:27 -0700 (Thu, 05 Oct 2017) | 1 line
scst: Port to openSUSE Leap 42.x
........
r7243 | bvassche | 2017-10-05 16:48:25 -0700 (Thu, 05 Oct 2017) | 1 line
fcst: Port to openSUSE Leap
........
r7244 | bvassche | 2017-10-05 16:48:51 -0700 (Thu, 05 Oct 2017) | 1 line
qla2x00t: Port to openSUSE Leap
........
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7246 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2017-10-06 04:51:04 +00:00 |
|
Bart Van Assche
|
673dc1d90c
|
nightly/conf/nightly.conf: Add more kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7221 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2017-08-27 21:43:12 +00:00 |
|
Bart Van Assche
|
881402bdc3
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7033 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-11-24 17:15:14 +00:00 |
|
Bart Van Assche
|
a7c1369787
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6993 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-10-07 00:31:52 +00:00 |
|
Bart Van Assche
|
0fa4ce9230
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6965 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-08-20 04:00:46 +00:00 |
|
Bart Van Assche
|
dd79d49ecb
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6794 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-02-07 03:58:25 +00:00 |
|
Bart Van Assche
|
adef678432
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6792 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-02-02 16:33:03 +00:00 |
|
Bart Van Assche
|
559d075553
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6789 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-01-28 01:21:59 +00:00 |
|
Bart Van Assche
|
1d3f1ada5a
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6784 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-01-20 16:40:19 +00:00 |
|
Bart Van Assche
|
cf28155105
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6778 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2016-01-16 02:42:17 +00:00 |
|
Bart Van Assche
|
0553954a79
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6763 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-12-17 16:10:53 +00:00 |
|
Bart Van Assche
|
d31e5bd373
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6718 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-12-04 00:31:40 +00:00 |
|
Bart Van Assche
|
16045ac1bd
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6661 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-11-11 00:48:11 +00:00 |
|
Bart Van Assche
|
75499d9cdb
|
nightly build: Add kernel version 4.3
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6568 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-11-03 05:18:45 +00:00 |
|
Bart Van Assche
|
6fff27d6d8
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6564 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-10-28 21:18:00 +00:00 |
|
Bart Van Assche
|
64737849f8
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6551 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-10-23 05:47:49 +00:00 |
|
Bart Van Assche
|
6bf6dd8d1f
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6530 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-10-03 20:35:11 +00:00 |
|
Bart Van Assche
|
1eeb9893f2
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6525 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-10-01 21:28:39 +00:00 |
|
Bart Van Assche
|
920f430089
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6523 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-09-30 03:41:31 +00:00 |
|
Bart Van Assche
|
7a23817eed
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6517 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-09-23 13:18:19 +00:00 |
|
Bart Van Assche
|
f18ebc5152
|
nightly build: Add Linux kernel v4.2
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6508 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-09-16 16:44:49 +00:00 |
|
Bart Van Assche
|
ae0ee7f76c
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6501 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-09-14 20:34:39 +00:00 |
|
Bart Van Assche
|
52d98eb15a
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6476 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-08-22 01:02:40 +00:00 |
|
Bart Van Assche
|
06b83288fc
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6472 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-08-11 03:15:54 +00:00 |
|
Bart Van Assche
|
4c79dee448
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6462 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-08-05 04:56:26 +00:00 |
|
Bart Van Assche
|
058ad7ac91
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6435 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-07-29 17:14:28 +00:00 |
|
Bart Van Assche
|
d1c2869292
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6417 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-07-10 23:53:27 +00:00 |
|
Bart Van Assche
|
ea8f0a8afb
|
nightly build: Add kernel version 4.1
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6409 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-07-08 15:41:22 +00:00 |
|
Bart Van Assche
|
ce6721207e
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6406 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-06-30 01:11:54 +00:00 |
|
Bart Van Assche
|
12566f2781
|
nightly build: Update a kernel version
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6404 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-06-28 05:24:49 +00:00 |
|
Bart Van Assche
|
ef8d3ae376
|
nightly build: Update a kernel version
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6403 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-06-26 20:21:09 +00:00 |
|
Bart Van Assche
|
2b209aedcd
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6398 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-06-24 03:24:37 +00:00 |
|
Bart Van Assche
|
3e77947ed9
|
nightly build: Update a kernel version
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6309 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-06-12 00:41:35 +00:00 |
|
Bart Van Assche
|
f4189cdec2
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6308 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-06-11 17:57:10 +00:00 |
|
Bart Van Assche
|
e2e2395761
|
nightly build: Add kernel versions 3.19 and 4.0
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6223 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-06-09 13:32:28 +00:00 |
|
Bart Van Assche
|
dbdec5079d
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6161 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-03-28 02:45:23 +00:00 |
|
Bart Van Assche
|
1699051be2
|
nightly build: Update a kernel version
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6142 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-03-06 15:53:37 +00:00 |
|
Bart Van Assche
|
a1a3a3d6ee
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6114 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-02-22 09:57:50 +00:00 |
|
Bart Van Assche
|
f80ab08f9f
|
nightly build: Update a kernel version
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6087 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-02-15 09:07:44 +00:00 |
|
Bart Van Assche
|
f58feb1c73
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6018 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-02-02 16:46:44 +00:00 |
|
Bart Van Assche
|
acc5f47e01
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5980 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-01-20 17:13:13 +00:00 |
|
Bart Van Assche
|
6cff234ab4
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5962 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2015-01-10 15:52:57 +00:00 |
|
Bart Van Assche
|
bbb89ed456
|
nightly build: Add kernel 3.18
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5957 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2014-12-24 14:28:36 +00:00 |
|
Bart Van Assche
|
1573624301
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5938 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2014-12-17 07:48:40 +00:00 |
|
Bart Van Assche
|
d8c750993d
|
nightly build: Add kernel 3.17
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5884 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2014-11-26 08:07:08 +00:00 |
|
Bart Van Assche
|
51834ae6bb
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5880 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2014-11-22 11:12:29 +00:00 |
|
Bart Van Assche
|
0501afbc6c
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5875 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2014-11-16 17:58:07 +00:00 |
|
Bart Van Assche
|
d163d91f9f
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5854 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2014-11-01 08:30:20 +00:00 |
|
Bart Van Assche
|
51767a2239
|
nightly build: Update kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5853 d57e44dd-8a1f-0410-8b47-8ef2f437770f
|
2014-10-24 07:12:39 +00:00 |
|