Added a warning that the kernel tree generated by scripts/generate-kernel-with-srp-patches is not suited for general use.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2275 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-25 18:40:19 +00:00
parent 9083a1facd
commit c11a96382e

View File

@@ -2,6 +2,11 @@
# Generates a 2.6.34.*, 2.6.35.* or 2.6.36* kernel tree with the SRP_CRED_REQ
# and several other patches applied to the ib_srp initiator.
#
# NOTE: the kernel source tree generated by this patch is NOT suited for
# general use. All SCSI commands are assigned serial number 1, which will
# break any SCSI LLD that expects that monotonically increasing serial numbers
# are assigned to SCSI commands.
# Adjust this variable such that it points to the directory with
# linux-x.y.z.tar.bz2 and patch-x.y.z.p.bz2 files on your system