From: Dan Carpenter Date: Sat, 19 Oct 2013 09:14:12 +0000 (+0300) Subject: RDMA/cxgb4: Fix underflows in c4iw_create_qp() X-Git-Tag: v3.15-rc1~103^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1706f4feb8e0e1a2e56a8dd57e17a4b45649b5;p=pandora-kernel.git RDMA/cxgb4: Fix underflows in c4iw_create_qp() These sizes should be unsigned so we don't allow negative values and have underflow bugs. These can come from the user so there may be security implications, but I have not tested this. Signed-off-by: Dan Carpenter Signed-off-by: Roland Dreier --- Reading git-diff-tree failed