The patch titled Subject: mm: memcontrol: fix cgroup creation failure after many small jobs fix has been added to the -mm tree. Its filename is mm-memcontrol-fix-cgroup-creation-failure-after-many-small-jobs-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-memcontrol-fix-cgroup-creation-failure-after-many-small-jobs-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-memcontrol-fix-cgroup-creation-failure-after-many-small-jobs-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Johannes Weiner <hannes@xxxxxxxxxxx> Subject: mm: memcontrol: fix cgroup creation failure after many small jobs fix init the IDR Link: http://lkml.kernel.org/r/20160621154601.GA22431@xxxxxxxxxxx Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx> Reported-by: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Cc: Nikolay Borisov <kernel@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/memcontrol.c~mm-memcontrol-fix-cgroup-creation-failure-after-many-small-jobs-fix mm/memcontrol.c --- a/mm/memcontrol.c~mm-memcontrol-fix-cgroup-creation-failure-after-many-small-jobs-fix +++ a/mm/memcontrol.c @@ -4117,7 +4117,7 @@ static struct cftype mem_cgroup_legacy_f * those references are manageable from userspace. */ -static struct idr mem_cgroup_idr; +static DEFINE_IDR(mem_cgroup_idr); static void mem_cgroup_id_get(struct mem_cgroup *memcg) { _ Patches currently in -mm which might be from hannes@xxxxxxxxxxx are cgroup-fix-idr-leak-for-the-first-cgroup-root.patch cgroup-remove-unnecessary-0-check-from-css_from_id.patch mm-memcontrol-fix-cgroup-creation-failure-after-many-small-jobs.patch mm-memcontrol-fix-cgroup-creation-failure-after-many-small-jobs-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html