From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752680AbcHLJ5F (ORCPT ); Fri, 12 Aug 2016 05:57:05 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33485 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752330AbcHLJ42 (ORCPT ); Fri, 12 Aug 2016 05:56:28 -0400 From: Michal Hocko To: Stable tree , Johannes Weiner , Vladimir Davydov Cc: Andrew Morton , , LKML Subject: [PATCH stable-4.4 0/3] backport memcg id patches Date: Fri, 12 Aug 2016 11:56:16 +0200 Message-Id: <1470995779-10064-1-git-send-email-mhocko@kernel.org> X-Mailer: git-send-email 2.8.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, this is my attempt to backport Johannes' 73f576c04b94 ("mm: memcontrol: fix cgroup creation failure after many small jobs") to 4.4 based stable kernel. The backport is not straightforward and there are 2 follow up fixes on top of this commit. I would like to integrate these to our SLES based kernel and believe other users might benefit from the backport as well. All 3 patches are in the Linus tree already. I would really appreciate if Johannes could double check after me before this gets into the stable tree but my testing didn't reveal anything unexpected. Thanks!