diff --git a/scripts/generate-kernel-with-srp-patches b/scripts/generate-kernel-with-srp-patches index 627bb8a81..cbc3327b3 100755 --- a/scripts/generate-kernel-with-srp-patches +++ b/scripts/generate-kernel-with-srp-patches @@ -769,8 +769,9 @@ if [ "${kernel_version}" "<" "2.6.36" ]; then fi # IB/srp: Preparation for transmit ring response allocation # IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ +# IB/srp: Eliminate two forward declarations # IB/srp: Reduce number of BUSY conditions -# IB/srp: use multiple CPU cores more effectively +# IB/srp: Introduce list_first_entry() for p in \ 143381 \ 143391 \