From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932542AbdJ0Uux (ORCPT ); Fri, 27 Oct 2017 16:50:53 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:54388 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932472AbdJ0Uuu (ORCPT ); Fri, 27 Oct 2017 16:50:50 -0400 X-Google-Smtp-Source: ABhQp+RL46LD06vAFoCi0rgL9XzBmZTMQxQdQG20s2wF1GnOPgVFQ4Ep0shSb+gYrS+sZm/1tYi9jjlZxRvur6Wte40= MIME-Version: 1.0 In-Reply-To: <20171025164402.GA11582@cmpxchg.org> References: <20171024160637.GB32340@cmpxchg.org> <20171024162213.n6jrpz3t5pldkgxy@dhcp22.suse.cz> <20171024172330.GA3973@cmpxchg.org> <20171024175558.uxqtxwhjgu6ceadk@dhcp22.suse.cz> <20171024185854.GA6154@cmpxchg.org> <20171024201522.3z2fjnfywgx2egqx@dhcp22.suse.cz> <20171025071522.xyw4lsvdv4xsbhbo@dhcp22.suse.cz> <20171025131151.GA8210@cmpxchg.org> <20171025141221.xm4cqp2z6nunr6vy@dhcp22.suse.cz> <20171025164402.GA11582@cmpxchg.org> From: Shakeel Butt Date: Fri, 27 Oct 2017 13:50:47 -0700 Message-ID: Subject: Re: [PATCH] fs, mm: account filp and names caches to kmemcg To: Johannes Weiner Cc: Michal Hocko , Greg Thelen , Alexander Viro , Vladimir Davydov , Andrew Morton , Linux MM , linux-fsdevel@vger.kernel.org, LKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Why is OOM-disabling a thing? Why isn't this simply a "kill everything > else before you kill me"? It's crashing the kernel in trying to > protect a userspace application. How is that not insane? In parallel to other discussion, I think we should definitely move from "completely oom-disabled" semantics to something similar to "kill me last" semantics. Is there any objection to this idea?