linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Arch-specific user pgtables ceiling
@ 2013-02-26 16:26 Catalin Marinas
  2013-02-26 16:26 ` [PATCH v2 1/2] mm: Allow arch code to control the user page table ceiling Catalin Marinas
  2013-02-26 16:26 ` [PATCH v2 2/2] arm: Set the page table freeing ceiling to TASK_SIZE Catalin Marinas
  0 siblings, 2 replies; 3+ messages in thread
From: Catalin Marinas @ 2013-02-26 16:26 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: Hugh Dickins, Andrew Morton, Russell King - ARM Linux

That's the second version of the series introducing
USER_PGTABLES_CEILING and defining it to TASK_SIZE on ARM.

Russell, do you ack these patches (or let me know if you have further
comments)? I think it's better if they go upstream together rather than
one via akpm and the other via the arm tree.

Thanks.


Changes from v1:
- Only defining USER_PGTABLES_CEILING to TASK_SIZE when CONFIG_ARM_LPAE
  is enabled. The classic ARM MMU uses the default ceiling 0.
- Improved commit log stating that the shared page table freeing is
  already handled by pgd_free() for the ARM LPAE case.
- Cc'ed stable (starting with 3.3 when ARM LPAE was merged).


Catalin Marinas (1):
  arm: Set the page table freeing ceiling to TASK_SIZE

Hugh Dickins (1):
  mm: Allow arch code to control the user page table ceiling

 arch/arm/include/asm/pgtable.h |  9 +++++++++
 fs/exec.c                      |  4 ++--
 include/asm-generic/pgtable.h  | 10 ++++++++++
 mm/mmap.c                      |  4 ++--
 4 files changed, 23 insertions(+), 4 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-26 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-26 16:26 [PATCH v2 0/2] Arch-specific user pgtables ceiling Catalin Marinas
2013-02-26 16:26 ` [PATCH v2 1/2] mm: Allow arch code to control the user page table ceiling Catalin Marinas
2013-02-26 16:26 ` [PATCH v2 2/2] arm: Set the page table freeing ceiling to TASK_SIZE Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).