From: Dan Carpenter Date: Wed, 8 Oct 2014 13:43:17 +0000 (+0300) Subject: cxgb4: potential shift wrapping bug X-Git-Tag: fixes-against-v3.18-rc2~144^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fef84780348bbc01b14c1a0f88440ee67cfddfe;p=pandora-kernel.git cxgb4: potential shift wrapping bug "cntxt_id" is an unsigned int but "udb" is a u64 so there is a potential shift wrapping bug here. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed