Skip to content
Snippets Groups Projects
Commit 341c1fda authored by John Johansen's avatar John Johansen
Browse files

apparmor: make it so work buffers can be allocated from atomic context


In some situations AppArmor needs to be able to use its work buffers
from atomic context. Add the ability to specify when in atomic context
and hold a set of work buffers in reserve for atomic context to
reduce the chance that a large work buffer allocation will need to
be done.

Fixes: df323337 ("apparmor: Use a memory pool instead per-CPU caches")
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent bce4e7e9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment