From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752948AbbL1WW1 (ORCPT ); Mon, 28 Dec 2015 17:22:27 -0500 Received: from mail-io0-f193.google.com ([209.85.223.193]:34191 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752616AbbL1WWY (ORCPT ); Mon, 28 Dec 2015 17:22:24 -0500 MIME-Version: 1.0 In-Reply-To: <20151228211015.GL2194@uranus> References: <20151228211015.GL2194@uranus> Date: Mon, 28 Dec 2015 14:22:23 -0800 X-Google-Sender-Auth: jBgfbeSkRC_MEt21YF1wqj5YtvE Message-ID: Subject: Re: [PATCH RFC] mm: Rework virtual memory accounting From: Linus Torvalds To: Cyrill Gorcunov Cc: LKML , Linux MM , Quentin Casasnovas , Vegard Nossum , Andrew Morton , Willy Tarreau , Andy Lutomirski , Kees Cook , Vladimir Davydov , Konstantin Khlebnikov , Pavel Emelyanov , Peter Zijlstra Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 28, 2015 at 1:10 PM, Cyrill Gorcunov wrote: > Really sorry for delays. Konstantin, I slightly updated the > changelog (to point where problem came from). Linus are you > fine with accounting not only anonymous memory in VmData? The patch looks ok to me. I guess if somebody relies on old behavior we may have to tweak it a bit, but on the whole this looks sane and I'd be happy to merge it in the 4.5 merge window (and maybe even have it marked for stable if it works out) Linus From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f172.google.com (mail-io0-f172.google.com [209.85.223.172]) by kanga.kvack.org (Postfix) with ESMTP id 597C76B027F for ; Mon, 28 Dec 2015 17:22:24 -0500 (EST) Received: by mail-io0-f172.google.com with SMTP id 77so5196732ioc.2 for ; Mon, 28 Dec 2015 14:22:24 -0800 (PST) Received: from mail-io0-x243.google.com (mail-io0-x243.google.com. [2607:f8b0:4001:c06::243]) by mx.google.com with ESMTPS id e91si39384125ioi.138.2015.12.28.14.22.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Dec 2015 14:22:23 -0800 (PST) Received: by mail-io0-x243.google.com with SMTP id o67so29007356iof.2 for ; Mon, 28 Dec 2015 14:22:23 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20151228211015.GL2194@uranus> References: <20151228211015.GL2194@uranus> Date: Mon, 28 Dec 2015 14:22:23 -0800 Message-ID: Subject: Re: [PATCH RFC] mm: Rework virtual memory accounting From: Linus Torvalds Content-Type: text/plain; charset=UTF-8 Sender: owner-linux-mm@kvack.org List-ID: To: Cyrill Gorcunov Cc: LKML , Linux MM , Quentin Casasnovas , Vegard Nossum , Andrew Morton , Willy Tarreau , Andy Lutomirski , Kees Cook , Vladimir Davydov , Konstantin Khlebnikov , Pavel Emelyanov , Peter Zijlstra On Mon, Dec 28, 2015 at 1:10 PM, Cyrill Gorcunov wrote: > Really sorry for delays. Konstantin, I slightly updated the > changelog (to point where problem came from). Linus are you > fine with accounting not only anonymous memory in VmData? The patch looks ok to me. I guess if somebody relies on old behavior we may have to tweak it a bit, but on the whole this looks sane and I'd be happy to merge it in the 4.5 merge window (and maybe even have it marked for stable if it works out) Linus -- 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