From: Jack Morgenstein Date: Tue, 20 Nov 2007 21:01:28 +0000 (-0800) Subject: mlx4_core: Fix state check in mlx4_qp_modify() X-Git-Tag: v2.6.24-rc4~88^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed87fd34c97a998e63505718ce7e107a23c84c3;p=pandora-kernel.git mlx4_core: Fix state check in mlx4_qp_modify() When checking the states passed in, mlx4_qp_modify() accidentally checks cur_state twice rather than checking cur_state and new_state. Fix this to make sure that both values are in-bounds. Since these values may be passed in from userspace, this bug results in userspace being able to trigger an oops. Signed-off-by: Jack Morgenstein Cc: stable Signed-off-by: Roland Dreier --- Reading git-diff-tree failed