Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755711Ab3GKHZO (ORCPT ); Thu, 11 Jul 2013 03:25:14 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60570 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755626Ab3GKHZM (ORCPT ); Thu, 11 Jul 2013 03:25:12 -0400 Date: Thu, 11 Jul 2013 09:25:07 +0200 From: Michal Hocko To: azurIt Cc: Johannes Weiner , linux-kernel@vger.kernel.org, linux-mm@kvack.org, cgroups mailinglist , KAMEZAWA Hiroyuki , righi.andrea@gmail.com Subject: Re: [PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM Message-ID: <20130711072507.GA21667@dhcp22.suse.cz> References: <20130624201345.GA21822@cmpxchg.org> <20130628120613.6D6CAD21@pobox.sk> <20130705181728.GQ17812@cmpxchg.org> <20130705210246.11D2135A@pobox.sk> <20130705191854.GR17812@cmpxchg.org> <20130708014224.50F06960@pobox.sk> <20130709131029.GH20281@dhcp22.suse.cz> <20130709151921.5160C199@pobox.sk> <20130709135450.GI20281@dhcp22.suse.cz> <20130710182506.F25DF461@pobox.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130710182506.F25DF461@pobox.sk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1491 Lines: 36 On Wed 10-07-13 18:25:06, azurIt wrote: > >> Now i realized that i forgot to remove UID from that cgroup before > >> trying to remove it, so cgroup cannot be removed anyway (we are using > >> third party cgroup called cgroup-uid from Andrea Righi, which is able > >> to associate all user's processes with target cgroup). Look here for > >> cgroup-uid patch: > >> https://www.develer.com/~arighi/linux/patches/cgroup-uid/cgroup-uid-v8.patch > >> > >> ANYWAY, i'm 101% sure that 'tasks' file was empty and 'under_oom' was > >> permanently '1'. > > > >This is really strange. Could you post the whole diff against stable > >tree you are using (except for grsecurity stuff and the above cgroup-uid > >patch)? > > > Here are all patches which i applied to kernel 3.2.48 in my last test: > http://watchdog.sk/lkml/patches3/ The two patches from Johannes seem correct. >From a quick look even grsecurity patchset shouldn't interfere as it doesn't seem to put any code between handle_mm_fault and mm_fault_error and there also doesn't seem to be any new handle_mm_fault call sites. But I cannot tell there aren't other code paths which would lead to a memcg charge, thus oom, without proper FAULT_FLAG_KERNEL handling. -- Michal Hocko SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/