From c11a96382e22a67da8e939654f4e510b2163c33f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 25 Sep 2010 18:40:19 +0000 Subject: [PATCH] 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 --- scripts/generate-kernel-with-srp-patches | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/generate-kernel-with-srp-patches b/scripts/generate-kernel-with-srp-patches index 4754a6de2..501d64280 100755 --- a/scripts/generate-kernel-with-srp-patches +++ b/scripts/generate-kernel-with-srp-patches @@ -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