Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752908AbbKXLzM (ORCPT ); Tue, 24 Nov 2015 06:55:12 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:37343 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752515AbbKXLzK (ORCPT ); Tue, 24 Nov 2015 06:55:10 -0500 From: Michal Hocko To: Andrew Morton Cc: Johannes Weiner , Vladimir Davydov , Vlastimil Babka , Mel Gorman , , LKML Subject: [PATCH 0/2] 2 zone_pages_reclaimable fixes Date: Tue, 24 Nov 2015 12:54:58 +0100 Message-Id: <1448366100-11023-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 Content-Length: 1034 Lines: 20 Hi, Johannes had a valid point [1] that zone_pages_reclaimable should contain isolated pages as well. This is what the first patch does. While I was there I've realized that the current logic of this function allows for a large overestimation of the reclaimable memory with anon >> nr_swap_pages which would be visible especially when the swap is getting short on space. I think this is a bug and this is fixed in the second patch. I do not have any particular workload which would show significant misbehavior because of the current implementation though. We mostly just happen to scan longer than necessary because zone_reclaimable would keep us looping longer but I still think it makes sense to fix this regardless. [1] http://lkml.kernel.org/r/20151123182447.GF13000%40cmpxchg.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/