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


Groups > linux.kernel > #1443711 > unrolled thread

[PATCH 0/4] Virtually mapped stack prep for -mm

Started byAndy Lutomirski <luto@kernel.org>
First post2016-07-14 21:20 +0200
Last post2016-07-14 21:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] Virtually mapped stack prep for -mm Andy Lutomirski <luto@kernel.org> - 2016-07-14 21:20 +0200

#1443711 — [PATCH 0/4] Virtually mapped stack prep for -mm

FromAndy Lutomirski <luto@kernel.org>
Date2016-07-14 21:20 +0200
Subject[PATCH 0/4] Virtually mapped stack prep for -mm
Message-ID<rUUkV-5fo-3@gated-at.bofh.it>
Hi akpm-

We're delaying virtually mapped stacks to 4.9.  These four patches
are simple and seem like -mm material.  Could you apply them for
4.8 so we can get the easy core bits in place?

Thanks,
Andy

Andy Lutomirski (4):
  mm: Track NR_KERNEL_STACK in KiB instead of number of stacks
  mm: Fix memcg stack accounting for sub-page stacks
  kdb: Use task_cpu() instead of task_thread_info()->cpu
  printk: When dumping regs, show the stack, not thread_info

 drivers/base/node.c        |  3 +--
 fs/proc/meminfo.c          |  2 +-
 include/linux/kdb.h        |  2 +-
 include/linux/memcontrol.h |  2 +-
 include/linux/mmzone.h     |  2 +-
 kernel/fork.c              | 20 +++++++++-----------
 kernel/printk/printk.c     |  5 ++---
 mm/memcontrol.c            |  2 +-
 mm/page_alloc.c            |  3 +--
 9 files changed, 18 insertions(+), 23 deletions(-)

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web