Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1312529 > unrolled thread

[PATCH v2 0/2] x86/mm: A _PAGE_NX fixlet and a kmap cleanup

Started byAndy Lutomirski <luto@kernel.org>
First post2016-01-19 22:40 +0100
Last post2016-01-19 22:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] x86/mm: A _PAGE_NX fixlet and a kmap cleanup Andy Lutomirski <luto@kernel.org> - 2016-01-19 22:40 +0100

#1312529 — [PATCH v2 0/2] x86/mm: A _PAGE_NX fixlet and a kmap cleanup

FromAndy Lutomirski <luto@kernel.org>
Date2016-01-19 22:40 +0100
Subject[PATCH v2 0/2] x86/mm: A _PAGE_NX fixlet and a kmap cleanup
Message-ID<qSMam-56x-7@gated-at.bofh.it>
The fixlet might help with some WX warnings.  The kmap cleanup is
just a cleanup.

This is very lightly tested.

Changes from v1:
 - Rebased on top of the cpu_has_xyz cleanups.

Andy Lutomirski (2):
  x86_32/mm: Set NX in __supported_pte_mask before enabling paging
  x86/mm: Make kmap_prot into a #define

 arch/x86/include/asm/fixmap.h | 2 +-
 arch/x86/kernel/head_32.S     | 6 ++++++
 arch/x86/mm/init_32.c         | 3 ---
 arch/x86/mm/setup_nx.c        | 5 ++---
 4 files changed, 9 insertions(+), 7 deletions(-)

-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web