Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1462930
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs |
| Date | 2016-08-15 17:40 +0200 |
| Message-ID | <s6s9A-7m4-23@gated-at.bofh.it> (permalink) |
| References | <s6rGx-7aD-7@gated-at.bofh.it> <s6rGz-7aD-61@gated-at.bofh.it> <s6rZU-7hs-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon 15-08-16 17:22:36, Greg KH wrote: > On Mon, Aug 15, 2016 at 05:06:44PM +0200, Michal Hocko wrote: [...] > > diff --git a/mm/slab_common.c b/mm/slab_common.c > > index 3c6a86b4ec25..312ef6f7b7b1 100644 > > --- a/mm/slab_common.c > > +++ b/mm/slab_common.c > > @@ -522,7 +522,7 @@ void memcg_create_kmem_cache(struct mem_cgroup *memcg, > > > > cgroup_name(css->cgroup, memcg_name_buf, sizeof(memcg_name_buf)); > > cache_name = kasprintf(GFP_KERNEL, "%s(%d:%s)", root_cache->name, > > - css->id, memcg_name_buf); > > + css->serial_nr, memcg_name_buf); > > You didn't pick up my change for the string here that the kbuild system > found. I'll edit it by hand... Will repost with this fixed as well. -- Michal Hocko SUSE Labs
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH stable-4.4 0/3 v2] backport memcg id patches Michal Hocko <mhocko@kernel.org> - 2016-08-15 17:10 +0200
[PATCH stable-4.4 3/3] mm: memcontrol: fix memcg id ref counter on swap charge move Michal Hocko <mhocko@kernel.org> - 2016-08-15 17:10 +0200
[PATCH stable-4.4 2/3] mm: memcontrol: fix swap counter leak on swapout from offline cgroup Michal Hocko <mhocko@kernel.org> - 2016-08-15 17:10 +0200
[PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs Michal Hocko <mhocko@kernel.org> - 2016-08-15 17:10 +0200
Re: [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs Johannes Weiner <hannes@cmpxchg.org> - 2016-08-15 17:20 +0200
Re: [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs Michal Hocko <mhocko@kernel.org> - 2016-08-15 17:40 +0200
Re: [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs Greg KH <greg@kroah.com> - 2016-08-15 17:30 +0200
Re: [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs Michal Hocko <mhocko@kernel.org> - 2016-08-15 17:40 +0200
Re: [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs Michal Hocko <mhocko@kernel.org> - 2016-08-15 17:40 +0200
Re: [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs Greg KH <greg@kroah.com> - 2016-08-15 21:20 +0200
Re: [PATCH stable-4.4 0/3 v2] backport memcg id patches Johannes Weiner <hannes@cmpxchg.org> - 2016-08-15 18:00 +0200
csiph-web