From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755175Ab3FKQYb (ORCPT ); Tue, 11 Jun 2013 12:24:31 -0400 Received: from mga03.intel.com ([143.182.124.21]:5513 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754178Ab3FKQY3 (ORCPT ); Tue, 11 Jun 2013 12:24:29 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,846,1363158000"; d="scan'208";a="315413430" From: "Kirill A. Shutemov" To: Dave Hansen Cc: "Kirill A. Shutemov" , Andrea Arcangeli , Andrew Morton , Al Viro , Hugh Dickins , Wu Fengguang , Jan Kara , Mel Gorman , linux-mm@kvack.org, Andi Kleen , Matthew Wilcox , "Kirill A. Shutemov" , Hillf Danton , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <51B74A7A.1040707@sr71.net> References: <1370964919-16187-1-git-send-email-kirill.shutemov@linux.intel.com> <1370964919-16187-3-git-send-email-kirill.shutemov@linux.intel.com> <51B74A7A.1040707@sr71.net> Subject: Re: [PATCH 2/8] thp, mm: avoid PageUnevictable on active/inactive lru lists Content-Transfer-Encoding: 7bit Message-Id: <20130611162707.53DCBE0090@blue.fi.intel.com> Date: Tue, 11 Jun 2013 19:27:07 +0300 (EEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dave Hansen wrote: > On 06/11/2013 08:35 AM, Kirill A. Shutemov wrote: > > active/inactive lru lists can contain unevicable pages (i.e. ramfs pages > > that have been placed on the LRU lists when first allocated), but these > > pages must not have PageUnevictable set - otherwise shrink_[in]active_list > > goes crazy: > > I think it's also important here to note if this is a bug that can be > hit _currently_, or if this really is just a preparatory patch for > transparent huge page cache. I've mentioned in cover letter, that don't think the bug can be triggered on current upstream code. > From what I can see, this is _needed_ preparatory work, but it can also > stand on its own because it simplifies things. It should go in sooner > rather than later. Right. -- Kirill A. Shutemov