]> git.baikalelectronics.ru Git - kernel.git/commit
mm/mmap.c: mark protection_map as __ro_after_init
authorDaniel Micay <danielmicay@gmail.com>
Thu, 6 Jul 2017 22:36:47 +0000 (15:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Jul 2017 23:24:31 +0000 (16:24 -0700)
commitd22fc764de1ede8e193ff80c704fc0923c0fd53e
treef06d0c4f732aabe00f879dfb0a33b2d9ada3beae
parenteb2dc83a316142bcac0179a47cb60018135ac0ad
mm/mmap.c: mark protection_map as __ro_after_init

The protection map is only modified by per-arch init code so it can be
protected from writes after the init code runs.

This change was extracted from PaX where it's part of KERNEXEC.

Link: http://lkml.kernel.org/r/20170510174441.26163-1-danielmicay@gmail.com
Signed-off-by: Daniel Micay <danielmicay@gmail.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mmap.c