Searched hist:"615 e51fdda6f274e94b1e905fcaf6111e0d9aa20" (Results 1 – 7 of 7) sorted by relevance
/linux/security/selinux/include/ |
H A D | netport.h | diff 615e51fdda6f274e94b1e905fcaf6111e0d9aa20 Thu Jun 26 20:33:56 CEST 2014 Paul Moore <pmoore@redhat.com> selinux: reduce the number of calls to synchronize_net() when flushing caches
When flushing the AVC, such as during a policy load, the various network caches are also flushed, with each making a call to synchronize_net() which has shown to be expensive in some cases. This patch consolidates the network cache flushes into a single AVC callback which only calls synchronize_net() once for each AVC cache flush.
Reported-by: Jaejyn Shin <flagon22bass@gmail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
|
H A D | netnode.h | diff 615e51fdda6f274e94b1e905fcaf6111e0d9aa20 Thu Jun 26 20:33:56 CEST 2014 Paul Moore <pmoore@redhat.com> selinux: reduce the number of calls to synchronize_net() when flushing caches
When flushing the AVC, such as during a policy load, the various network caches are also flushed, with each making a call to synchronize_net() which has shown to be expensive in some cases. This patch consolidates the network cache flushes into a single AVC callback which only calls synchronize_net() once for each AVC cache flush.
Reported-by: Jaejyn Shin <flagon22bass@gmail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
|
H A D | netif.h | diff 615e51fdda6f274e94b1e905fcaf6111e0d9aa20 Thu Jun 26 20:33:56 CEST 2014 Paul Moore <pmoore@redhat.com> selinux: reduce the number of calls to synchronize_net() when flushing caches
When flushing the AVC, such as during a policy load, the various network caches are also flushed, with each making a call to synchronize_net() which has shown to be expensive in some cases. This patch consolidates the network cache flushes into a single AVC callback which only calls synchronize_net() once for each AVC cache flush.
Reported-by: Jaejyn Shin <flagon22bass@gmail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
|
/linux/security/selinux/ |
H A D | netif.c | diff 615e51fdda6f274e94b1e905fcaf6111e0d9aa20 Thu Jun 26 20:33:56 CEST 2014 Paul Moore <pmoore@redhat.com> selinux: reduce the number of calls to synchronize_net() when flushing caches
When flushing the AVC, such as during a policy load, the various network caches are also flushed, with each making a call to synchronize_net() which has shown to be expensive in some cases. This patch consolidates the network cache flushes into a single AVC callback which only calls synchronize_net() once for each AVC cache flush.
Reported-by: Jaejyn Shin <flagon22bass@gmail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
|
H A D | netport.c | diff 615e51fdda6f274e94b1e905fcaf6111e0d9aa20 Thu Jun 26 20:33:56 CEST 2014 Paul Moore <pmoore@redhat.com> selinux: reduce the number of calls to synchronize_net() when flushing caches
When flushing the AVC, such as during a policy load, the various network caches are also flushed, with each making a call to synchronize_net() which has shown to be expensive in some cases. This patch consolidates the network cache flushes into a single AVC callback which only calls synchronize_net() once for each AVC cache flush.
Reported-by: Jaejyn Shin <flagon22bass@gmail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
|
H A D | netnode.c | diff 615e51fdda6f274e94b1e905fcaf6111e0d9aa20 Thu Jun 26 20:33:56 CEST 2014 Paul Moore <pmoore@redhat.com> selinux: reduce the number of calls to synchronize_net() when flushing caches
When flushing the AVC, such as during a policy load, the various network caches are also flushed, with each making a call to synchronize_net() which has shown to be expensive in some cases. This patch consolidates the network cache flushes into a single AVC callback which only calls synchronize_net() once for each AVC cache flush.
Reported-by: Jaejyn Shin <flagon22bass@gmail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
|
H A D | hooks.c | diff 615e51fdda6f274e94b1e905fcaf6111e0d9aa20 Thu Jun 26 20:33:56 CEST 2014 Paul Moore <pmoore@redhat.com> selinux: reduce the number of calls to synchronize_net() when flushing caches
When flushing the AVC, such as during a policy load, the various network caches are also flushed, with each making a call to synchronize_net() which has shown to be expensive in some cases. This patch consolidates the network cache flushes into a single AVC callback which only calls synchronize_net() once for each AVC cache flush.
Reported-by: Jaejyn Shin <flagon22bass@gmail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
|