commit | 74f430cd0fdee1bdfb25708ee1e52fc860535a89 | [log] [tgz] |
---|---|---|
author | Sasha Levin <sasha.levin@oracle.com> | Wed May 04 10:18:15 2016 -0400 |
committer | Kees Cook <keescook@chromium.org> | Wed May 04 10:54:05 2016 -0700 |
tree | 680fa0263011749210469b5aa4f20f98a2aa6644 | |
parent | 470bf1f27a1472264d18c84b324389509f0e30b3 [diff] |
Yama: use atomic allocations when reporting Access reporting often happens from atomic contexes. Avoid lockups when allocating memory for command lines. Fixes: 8a56038c2ae ("Yama: consolidate error reporting") Signed-off-by: Sasha Levin <sasha.levin@oracle.com>