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


Groups > linux.kernel > #1586890

[PATCH v2 0/2] mm/cgroup soft limit data allocation

From Laurent Dufour <ldufour@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] mm/cgroup soft limit data allocation
Date 2017-02-23 14:40 +0100
Message-ID <te1ML-1Qh-37@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The first patch of this series is fixing a panic occurring when soft
limit data allocation is using soft limit data.

The second patch, as suggested by Michal Hocko, is pushing forward by
delaying the soft limit data allocation when a soft limit is set.

V1->V2:
 - move sanity pointer checks to the first patch
 - differ also the allocation of the pointer table
 - return error in the case allocation failed

Laurent Dufour (2):
  mm/cgroup: avoid panic when init with low memory
  mm/cgroup: delay soft limit data allocation

 mm/memcontrol.c | 74 ++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 57 insertions(+), 17 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] mm/cgroup soft limit data allocation Laurent Dufour <ldufour@linux.vnet.ibm.com> - 2017-02-23 14:40 +0100
  [PATCH v2 1/2] mm/cgroup: avoid panic when init with low memory Laurent Dufour <ldufour@linux.vnet.ibm.com> - 2017-02-23 14:40 +0100
    Re: [PATCH v2 1/2] mm/cgroup: avoid panic when init with low memory Michal Hocko <mhocko@kernel.org> - 2017-02-23 16:20 +0100
    Re: [PATCH v2 1/2] mm/cgroup: avoid panic when init with low memory Johannes Weiner <hannes@cmpxchg.org> - 2017-02-23 19:50 +0100
    Re: [PATCH v2 1/2] mm/cgroup: avoid panic when init with low memory Michal Hocko <mhocko@kernel.org> - 2017-02-24 12:20 +0100
    Re: [PATCH v2 1/2] mm/cgroup: avoid panic when init with low memory Balbir Singh <bsingharora@gmail.com> - 2017-02-24 14:50 +0100

csiph-web