From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2322DC433ED for ; Thu, 22 Apr 2021 13:03:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E6E88613F0 for ; Thu, 22 Apr 2021 13:03:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236410AbhDVNEL (ORCPT ); Thu, 22 Apr 2021 09:04:11 -0400 Received: from mx2.suse.de ([195.135.220.15]:47678 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230005AbhDVNEJ (ORCPT ); Thu, 22 Apr 2021 09:04:09 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1619096614; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UMX8rj+pcEc6/XojbFh62HaWVLwaQEd+1bKoCKxPFkA=; b=Eu4e4G6peBU/rnxHUzFMyC1GmuKI7w8Ttf5/JJQZoHGIN/Vzgt+t7xGDt530g9IcWHK8CX 6SF5E09+5SSGaRC60AFwhLRKzDQzaJ4LTbm2n5WdPSJxCRXom5fJv/daUbrJK3szXxXtry 8GpzcnWumcC/56MaWDVO/TkkB7EjKao= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 34179B016; Thu, 22 Apr 2021 13:03:34 +0000 (UTC) Date: Thu, 22 Apr 2021 15:03:33 +0200 From: Michal Hocko To: peter enderborg Cc: Shakeel Butt , Johannes Weiner , Roman Gushchin , Linux MM , Andrew Morton , Cgroups , David Rientjes , LKML , Suren Baghdasaryan , Greg Thelen , Dragos Sbirlea , Priya Duraisamy Subject: Re: [RFC PATCH] Android OOM helper proof of concept Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 22-04-21 14:33:45, peter enderborg wrote: [...] > I think we very much need a OOM killer that can help out, > but it is essential that it also play with android rules. This is completely off topic to the discussion here. -- Michal Hocko SUSE Labs