From: Mark Rutland Date: Wed, 4 Mar 2015 13:27:34 +0000 (+0000) Subject: arm64: fixmap: make FIX_TEXT_POKE0 permanent X-Git-Tag: omap-for-v4.2/o2_dc~115^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19fc577579c86fec6e2523baeb457b02e939796f;p=pandora-kernel.git arm64: fixmap: make FIX_TEXT_POKE0 permanent The FIX_TEXT_POKE0 is currently at the end of the temporary fixmap slots, despite the fact that it can be used at any point during runtime (e.g. for poking the text of loaded modules), and thus should be a permanent fixmap slot (as is the case on arm and x86). This patch moves FIX_TEXT_POKE0 into the set of permanent fixmap slots. Cc: Catalin Marinas Cc: Kees Cook Acked-by: Ard Biesheuvel Acked-by: Laura Abbott Signed-off-by: Mark Rutland Signed-off-by: Will Deacon --- Reading git-diff-tree failed