From: Erik Hugne Date: Fri, 15 Aug 2014 14:44:35 +0000 (+0200) Subject: tipc: fix message importance range check X-Git-Tag: omap-for-v3.17/fixes-against-rc2~24^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac32c7f705692b92fe12dcbe88fe87136fdfff6f;p=pandora-kernel.git tipc: fix message importance range check Commit 3b4f302d8578 ("tipc: eliminate redundant locking") introduced a bug by removing the sanity check for message importance, allowing programs to assign any value to the msg_user field. This will mess up the packet reception logic and may cause random link resets. Signed-off-by: Erik Hugne Signed-off-by: David S. Miller --- Reading git-diff-tree failed