commit | 99b4ac9afce4129323b5b4c7002a942a9489914c | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Apr 04 23:27:49 2014 +0200 |
committer | Kees Cook <keescook@chromium.org> | Thu Oct 16 14:38:52 2014 -0700 |
tree | e3e5a3a562883eac4999f72e940fa5261c518b46 | |
parent | 836a24183273e9db1c092246bd8e306b297d9917 [diff] |
arm: fixmap: implement __set_fixmap() This is used from set_fixmap() and clear_fixmap() via asm-generic/fixmap.h. Also makes sure that the fixmap allocation fits into the expected range. Based on patch by Rabin Vincent. Signed-off-by: Kees Cook <keescook@chromium.org> Cc: Rabin Vincent <rabin@rab.in> Acked-by: Nicolas Pitre <nico@linaro.org>