]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/lustre/lnet: portal spreading rotor should be unsigned
authorLiang Zhen <liang.zhen@intel.com>
Mon, 2 Feb 2015 02:52:10 +0000 (21:52 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:31:10 +0000 (17:31 +0800)
commit70c86ace9008f83f3b3b0dd995c60942e1057347
tree936533c243dd0c5d0bdad89fb99740465bdc40fe
parentdbab2d8563d8a988dd4ec740ab9c06a4f86890ea
staging/lustre/lnet: portal spreading rotor should be unsigned

Portal spreading rotor should be unsigned, otherwise lnet may get
negative CPT number and access invalid addresses.

Signed-off-by: Liang Zhen <liang.zhen@intel.com>
Reviewed-on: http://review.whamcloud.com/11936
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5639
Reviewed-by: Amir Shehata <amir.shehata@intel.com>
Reviewed-by: Isaac Huang <he.huang@intel.com>
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/lnet/lib-types.h
drivers/staging/lustre/lnet/lnet/lib-ptl.c