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


Groups > linux.kernel > #1742020 > unrolled thread

[PATCH v2 0/1] mm: only dispaly online cpus of the numa node

Started byZhen Lei <thunder.leizhen@huawei.com>
First post2017-09-29 12:00 +0200
Last post2017-09-29 12:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/1] mm: only dispaly online cpus of the numa node Zhen Lei <thunder.leizhen@huawei.com> - 2017-09-29 12:00 +0200

#1742020 — [PATCH v2 0/1] mm: only dispaly online cpus of the numa node

FromZhen Lei <thunder.leizhen@huawei.com>
Date2017-09-29 12:00 +0200
Subject[PATCH v2 0/1] mm: only dispaly online cpus of the numa node
Message-ID<uv0fo-4wM-7@gated-at.bofh.it>
v1 -> v2:
Replace local variable "cpumask_var_t mask" with dynamic memory alloc: alloc_cpumask_var,
to avoid possible stack overflow.

Zhen Lei (1):
  mm: only dispaly online cpus of the numa node

 drivers/base/node.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web