From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx160.postini.com [74.125.245.160]) by kanga.kvack.org (Postfix) with SMTP id 7ED716B0062 for ; Wed, 31 Oct 2012 17:30:49 -0400 (EDT) Date: Wed, 31 Oct 2012 14:30:47 -0700 From: Andrew Morton Subject: Re: [PATCH v3 3/6] memcg: Simplify mem_cgroup_force_empty_list error handling Message-Id: <20121031143047.95587bff.akpm@linux-foundation.org> In-Reply-To: <20121030103559.GA7394@dhcp22.suse.cz> References: <1351251453-6140-1-git-send-email-mhocko@suse.cz> <1351251453-6140-4-git-send-email-mhocko@suse.cz> <508E8B95.406@parallels.com> <20121029150022.a595b866.akpm@linux-foundation.org> <20121030103559.GA7394@dhcp22.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Michal Hocko Cc: Glauber Costa , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Tejun Heo , Li Zefan , Johannes Weiner , KAMEZAWA Hiroyuki , Balbir Singh On Tue, 30 Oct 2012 11:35:59 +0100 Michal Hocko wrote: > > If the kernel is uniprocessor and the caller is SCHED_FIFO: ad infinitum! > > ... > > Can we consider this as a corner case (it is much easier to kill a > machine with SCHED_FIFO than this anyway) or the concern is really > strong and we should come with a solution before this can get merged? Sure. SCHED_FIFO can be used to permanently block all kernel threads which pretty quickly results in a very sick kernel. My observation was just a general moan about the SCHED_FIFO wontfix problem :) -- 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: email@kvack.org