Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seccomp: Replace smp_read_barrier_depends() with lockless_dereference()
Recently lockless_dereference() was added which can be used in place of hard-coding smp_read_barrier_depends(). The following PATCH makes the change. Signed-off-by: Pranith Kumar <[email protected]> Signed-off-by: Kees Cook <[email protected]>
- Loading branch information