From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f198.google.com (mail-wr0-f198.google.com [209.85.128.198]) by kanga.kvack.org (Postfix) with ESMTP id 624126B0033 for ; Wed, 4 Oct 2017 14:58:23 -0400 (EDT) Received: by mail-wr0-f198.google.com with SMTP id y8so5249511wrd.0 for ; Wed, 04 Oct 2017 11:58:23 -0700 (PDT) Received: from gum.cmpxchg.org (gum.cmpxchg.org. [85.214.110.215]) by mx.google.com with ESMTPS id e5si4775073edj.426.2017.10.04.11.58.21 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 04 Oct 2017 11:58:22 -0700 (PDT) Date: Wed, 4 Oct 2017 14:58:13 -0400 From: Johannes Weiner Subject: Re: tty crash due to auto-failing vmalloc Message-ID: <20171004185813.GA2136@cmpxchg.org> References: <20171003225504.GA966@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171003225504.GA966@cmpxchg.org> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Alan Cox , Christoph Hellwig , Michal Hocko , linux-mm@kvack.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Okay, how about the following two patches? -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751219AbdJDS6Z (ORCPT ); Wed, 4 Oct 2017 14:58:25 -0400 Received: from gum.cmpxchg.org ([85.214.110.215]:52934 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751066AbdJDS6Y (ORCPT ); Wed, 4 Oct 2017 14:58:24 -0400 Date: Wed, 4 Oct 2017 14:58:13 -0400 From: Johannes Weiner To: Andrew Morton Cc: Alan Cox , Christoph Hellwig , Michal Hocko , linux-mm@kvack.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: tty crash due to auto-failing vmalloc Message-ID: <20171004185813.GA2136@cmpxchg.org> References: <20171003225504.GA966@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171003225504.GA966@cmpxchg.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Okay, how about the following two patches?