* SELINUX performance issues
@ 2004-08-08 0:23 Anton Blanchard
2004-08-08 2:57 ` James Morris
0 siblings, 1 reply; 2+ messages in thread
From: Anton Blanchard @ 2004-08-08 0:23 UTC (permalink / raw)
To: linux-kernel; +Cc: chrisw, sds, jmorris
Hi,
During SLES9 testing we noticed SELINUX caused rather large performance
regressions in network benchmarks. To retest this, I fired up
2.6.8-rc3-BK on a small POWER5 box (3 CPUs).
I enabled a bunch of stuff in my .config:
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_CAPABILITIES=y
CONFIG_SECURITY_ROOTPLUG=y
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_MLS=y
I then ran a number of copies of socklib to localhost. Socklib is a tool
from tridge which just pumps bytes down a TCP stream. Very simple stuff.
I found just over a 15% regression between enabling and disabling
selinux (using the same kernel, just specifying the selinux=off boot
option).
Oprofile shows where the problems are:
% function
3.0880 avc_has_perm_noaudit
1.7677 selinux_socket_sock_rcv_skb
0.8400 avc_has_perm
0.5687 security_node_sid
0.5324 security_port_sid
0.5164 sel_netif_lookup
0.5141 avc_lookup
0.5003 sel_netif_put
0.3001 sel_netif_find
0.2899 selinux_file_permission
The biggest problem is the global lock:
avc_has_perm_noaudit:
spin_lock_irqsave(&avc_lock, flags);
Any chance we can get rid of it? Maybe with RCU?
Anton
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: SELINUX performance issues
2004-08-08 0:23 SELINUX performance issues Anton Blanchard
@ 2004-08-08 2:57 ` James Morris
0 siblings, 0 replies; 2+ messages in thread
From: James Morris @ 2004-08-08 2:57 UTC (permalink / raw)
To: Anton Blanchard; +Cc: linux-kernel, Chris Wright, Stephen Smalley, Rik van Riel
On Sun, 8 Aug 2004, Anton Blanchard wrote:
> The biggest problem is the global lock:
>
> avc_has_perm_noaudit:
> spin_lock_irqsave(&avc_lock, flags);
>
> Any chance we can get rid of it? Maybe with RCU?
Yes, known problem. I plan on trying RCU soon, Rik was looking at a
seqlock approach.
- James
--
James Morris
<jmorris@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-08 2:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-08 0:23 SELINUX performance issues Anton Blanchard
2004-08-08 2:57 ` James Morris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®