From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753354Ab2DYOql (ORCPT ); Wed, 25 Apr 2012 10:46:41 -0400 Received: from mx2.parallels.com ([64.131.90.16]:47057 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751413Ab2DYOqj (ORCPT ); Wed, 25 Apr 2012 10:46:39 -0400 Message-ID: <4F980DC6.9020000@parallels.com> Date: Wed, 25 Apr 2012 11:44:22 -0300 From: Glauber Costa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 MIME-Version: 1.0 To: KAMEZAWA Hiroyuki CC: Frederic Weisbecker , David Rientjes , , , , , Michal Hocko , Johannes Weiner , Greg Thelen , Suleiman Souhlal , "Christoph Lameter" , Pekka Enberg Subject: Re: [PATCH 17/23] kmem controller charge/uncharge infrastructure References: <1334959051-18203-1-git-send-email-glommer@parallels.com> <1335138820-26590-6-git-send-email-glommer@parallels.com> <20120424142232.GC8626@somewhere> <4F9759C0.1070805@jp.fujitsu.com> In-Reply-To: <4F9759C0.1070805@jp.fujitsu.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [201.82.19.44] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > About kmem, if we count task_struct, page tables, etc...which can be freed by > OOM-Killer i.e. it's allocated for 'process', should be aware of OOM problem. > Using mm->owner makes sense to me until someone finds a great idea to handle > OOM situation rather than task killing. > noted, will update.