Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752696AbbLNPnT (ORCPT ); Mon, 14 Dec 2015 10:43:19 -0500 Received: from mail-lf0-f53.google.com ([209.85.215.53]:35567 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752441AbbLNPnR (ORCPT ); Mon, 14 Dec 2015 10:43:17 -0500 Date: Mon, 14 Dec 2015 18:43:13 +0300 From: Cyrill Gorcunov To: Quentin Casasnovas Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Vegard Nossum , Linus Torvalds , Willy Tarreau , Andy Lutomirski , Kees Cook , Vladimir Davydov , Konstantin Khlebnikov , Pavel Emelyanov , Peter Zijlstra Subject: Re: [RFC 1/2] [RFC] mm: Account anon mappings as RLIMIT_DATA Message-ID: <20151214154313.GF14045@uranus> References: <20151213201646.839778758@gmail.com> <20151214145126.GC3604@chrystal.uk.oracle.com> <20151214151116.GE14045@uranus> <20151214153234.GE3604@chrystal.uk.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151214153234.GE3604@chrystal.uk.oracle.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1526 Lines: 36 On Mon, Dec 14, 2015 at 04:32:34PM +0100, Quentin Casasnovas wrote: > > > > growsup/down stand for stack usage iirc, so it was intentionally > > not accounted here. > > > > Right, but in the same vein of Linus saying RLIMIT_DATA is/was useless > because everyone could use mmap() instead of brk() to get anonymous memory, > what's the point of restricting "almost-all" anonymous memory if one can > just use MAP_GROWSDOWN/UP and cause repeated page faults to extend that > mapping, circumventing your checks? That makes the new restriction as > useless as what RLIMIT_DATA used to be, doesn't it? Not as it were before, but true, using growsdown/up will give a way to allocate memory not limited byt rlimit-data. (Also I just noted that I modified mm.h as well, where anon_accountable_mapping was implemented but forgot to add it into quilt, so this patch on its own won't compile, don't apply it). > > > > > > I only had a quick look so apologies if this is handled and I missed it :) > > > > thanks for feedback! also take a look on Kostya's patch, I think it's > > even better approach (and I like it more than mine). > > Ha I'm not subscribed to LKML so I missed those, I suppose you can ignore > my comments then! :) https://lkml.org/lkml/2015/12/14/72 Take a look. -- 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/