From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752626AbbKYKlF (ORCPT ); Wed, 25 Nov 2015 05:41:05 -0500 Received: from mail-wm0-f48.google.com ([74.125.82.48]:34242 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751832AbbKYKlC (ORCPT ); Wed, 25 Nov 2015 05:41:02 -0500 From: Michal Hocko To: Andrew Morton Cc: Mel Gorman , David Rientjes , Johannes Weiner , , LKML Subject: [PATCH 0/2] GFP_NOFAIL reserves + warning about reserves depletion Date: Wed, 25 Nov 2015 11:40:52 +0100 Message-Id: <1448448054-804-1-git-send-email-mhocko@kernel.org> X-Mailer: git-send-email 2.6.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, The first patch has been posted [1] last time and it seems there is no major opposition to it. The only concern was a warning which was used to note the ALLOC_NO_WATERMARKS request for the __GFP_NOFAIL failed. I still think that the warning is helpful so I've separated it to its own patch 2 and make it more generic to all ALLOC_NO_WATERMARKS failures. The warning is on off but an update to min_free_kbytes allows dump the warning again. [1] http://lkml.kernel.org/r/1447249697-13380-1-git-send-email-mhocko@kernel.org