commit | 8225d3853f34f6cf9caff15d8c385a528e0d7cb1 | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Fri Nov 21 10:06:01 2014 -0500 |
committer | Kees Cook <keescook@chromium.org> | Wed Jul 15 11:52:51 2015 -0700 |
tree | d5c5bab01da12dabd6b4b2c04554dab55ac85009 | |
parent | b3bddffd35a0b77eee89760eb94cafa18dc431f5 [diff] |
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 <bobby.prani@gmail.com> Signed-off-by: Kees Cook <keescook@chromium.org>