From: Paul Moore Date: Fri, 5 Jan 2007 20:08:21 +0000 (-0500) Subject: NetLabel: correct locking in selinux_netlbl_socket_setsid() X-Git-Tag: v2.6.20-rc5~33^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797951200679f1d5ea12a2e58cc7bdbc2848764c;p=pandora-kernel.git NetLabel: correct locking in selinux_netlbl_socket_setsid() The spinlock protecting the update of the "sksec->nlbl_state" variable is not currently softirq safe which can lead to problems. This patch fixes this by changing the spin_{un}lock() functions into spin_{un}lock_bh() functions. Signed-off-by: Paul Moore Signed-off-by: James Morris --- Reading git-diff-tree failed