From: Michal Hocko <mhocko@kernel.org>
To: Greg KH <greg@kroah.com>
Cc: Stable tree <stable@vger.kernel.org>,
Johannes Weiner <hannes@cmpxchg.org>,
Vladimir Davydov <vdavydov@parallels.com>,
linux-mm@kvack.org, LKML <linux-kernel@vger.kernel.org>,
Nikolay Borisov <kernel@kyup.com>,
Andrew Morton <akpm@linux-foundation.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs
Date: Mon, 15 Aug 2016 17:33:57 +0200 [thread overview]
Message-ID: <20160815153356.GI3360@dhcp22.suse.cz> (raw)
In-Reply-To: <20160815152236.GA10569@kroah.com>
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
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2016-08-15 15:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-15 15:06 [PATCH stable-4.4 0/3 v2] backport memcg id patches Michal Hocko
2016-08-15 15:06 ` [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs Michal Hocko
2016-08-15 15:16 ` Johannes Weiner
2016-08-15 15:29 ` Michal Hocko
2016-08-15 15:22 ` Greg KH
2016-08-15 15:33 ` Michal Hocko [this message]
2016-08-15 15:35 ` Michal Hocko
2016-08-15 19:09 ` Greg KH
2016-08-15 15:06 ` [PATCH stable-4.4 2/3] mm: memcontrol: fix swap counter leak on swapout from offline cgroup Michal Hocko
2016-08-15 15:06 ` [PATCH stable-4.4 3/3] mm: memcontrol: fix memcg id ref counter on swap charge move Michal Hocko
2016-08-15 15:47 ` [PATCH stable-4.4 0/3 v2] backport memcg id patches Johannes Weiner
-- strict thread matches above, loose matches on Subject: below --
2016-08-12 9:56 [PATCH stable-4.4 0/3] " Michal Hocko
2016-08-12 9:56 ` [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs Michal Hocko
2016-08-15 12:34 ` Johannes Weiner
2016-08-15 12:46 ` Michal Hocko
2016-08-15 13:37 ` Johannes Weiner
2016-08-15 14:04 ` Michal Hocko
2016-08-15 14:34 ` Johannes Weiner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160815153356.GI3360@dhcp22.suse.cz \
--to=mhocko@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=greg@kroah.com \
--cc=hannes@cmpxchg.org \
--cc=kernel@kyup.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=vdavydov@parallels.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox