commit | 96dc4f9fb64690fc34410415fd1fc609cf803f61 | [log] [tgz] |
---|---|---|
author | Sahara <keun-o.park@darkmatter.ae> | Thu Feb 16 18:29:15 2017 +0000 |
committer | Kees Cook <keescook@chromium.org> | Tue Apr 04 14:30:29 2017 -0700 |
tree | 31971ed38668c7492910a70da3b6e1faf5f0509f | |
parent | 4495c08e84729385774601b5146d51d9e5849f81 [diff] |
usercopy: Move enum for arch_within_stack_frames() This patch moves the arch_within_stack_frames() return value enum up in the header files so that per-architecture implementations can reuse the same return values. Signed-off-by: Sahara <keun-o.park@darkmatter.ae> Signed-off-by: James Morse <james.morse@arm.com> [kees: adjusted naming and commit log] Signed-off-by: Kees Cook <keescook@chromium.org>