]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: 8597/1: VDSO: put RO and RO after init objects into proper sections
authorJisheng Zhang <jszhang@marvell.com>
Mon, 15 Aug 2016 08:20:21 +0000 (09:20 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 15 Aug 2016 17:54:43 +0000 (18:54 +0100)
commit92bb8d5d55f7fe1a7a1201c42120c1611840807c
tree0479defc4112178c42b331ad8ab51273fdc531eb
parentbcd3006f07ef9c80ac225854c1518c22f2f56d71
ARM: 8597/1: VDSO: put RO and RO after init objects into proper sections

vdso_data_mapping is never modified, so mark it as const.

vdso_total_pages, vdso_data_page, vdso_text_mapping and cntvct_ok are
initialized by vdso_init(), thereafter are read only.

The fact that they are read only after init makes them candidates for
__ro_after_init declarations.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/vdso.c