From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755776Ab1CNTNO (ORCPT ); Mon, 14 Mar 2011 15:13:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5968 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754952Ab1CNTNM (ORCPT ); Mon, 14 Mar 2011 15:13:12 -0400 Date: Mon, 14 Mar 2011 20:04:19 +0100 From: Oleg Nesterov To: Hugh Dickins , Linus Torvalds Cc: Andrew Morton , KOSAKI Motohiro , KAMEZAWA Hiroyuki , Andrey Vagin , David Rientjes , Frantisek Hrbata , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3 for 2.6.38] oom: fixes Message-ID: <20110314190419.GA21845@redhat.com> References: <20110303100030.B936.A69D9226@jp.fujitsu.com> <20110308134233.GA26884@redhat.com> <20110309151946.dea51cde.akpm@linux-foundation.org> <20110312123413.GA18351@redhat.com> <20110312134341.GA27275@redhat.com> <20110313212726.GA24530@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110313212726.GA24530@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/13, Oleg Nesterov wrote: > > The _trivial_ exploit (distinct from this one) can kill the system. > ... > I'll return to this tomorrow. I am going to give up, I do not understand the changes in -mm ;) But I think we have other problems which should be fixed first. Note that each fix has the "this is _not_ enough" comment. I was going to _try_ to do something more complete later, but since we are going to add more hacks^W subtle changes... lets fix the obvious bugs first. Add Linus. Hopefully the changes are simple enough. But once again, we need more. Oleg.