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