[PATCH] security: mark kmem caches as __ro_after_init
From: Alexey Dobriyan <hidden>
Date: 2018-02-28 19:35:35
From: Alexey Dobriyan <hidden>
Date: 2018-02-28 19:35:35
On Wed, Feb 28, 2018 at 09:34:07AM -0500, Stephen Smalley wrote:
On 02/27/2018 05:19 PM, Paul Moore wrote:quoted
This is why we don't mark avtab_cache_init() with the __init macro.NB My "selinux: wrap global selinux state" patch moves this initialization to selinux_init(), at which point we can in fact mark these caches this way. I think that is more correct anyway, but it was specifically motivated by the fact that we only want to perform this initialization once and first policy load becomes a per-state/namespace operation.
I got confused by SLAB_PANIC markings. -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html