Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756291AbcDGNpQ (ORCPT ); Thu, 7 Apr 2016 09:45:16 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:30107 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755460AbcDGNpO convert rfc822-to-8bit (ORCPT ); Thu, 7 Apr 2016 09:45:14 -0400 From: Frank Mehnert To: Michal Hocko Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: Re: Re: PG_reserved and compound pages Date: Thu, 07 Apr 2016 15:45:02 +0200 Message-ID: <20567553.kUaGmfXpqH@noys2> Organization: Oracle Corporation User-Agent: KMail/4.14.10 (Linux/4.5.0; KDE/4.14.14; x86_64; ; ) In-Reply-To: <20160406153343.GJ24272@dhcp22.suse.cz> References: <4482994.u2S3pScRyb@noys2> <3877205.TjDYue2aah@noys2> <20160406153343.GJ24272@dhcp22.suse.cz> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="utf-8" X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2747 Lines: 70 On Wednesday 06 April 2016 17:33:43 Michal Hocko wrote: > On Wed 06-04-16 17:12:43, Frank Mehnert wrote: > > Hi Michal, > > > > On Wednesday 06 April 2016 17:02:06 Michal Hocko wrote: > > > [CCing linux-mm mailing list] > > > > > > On Wed 06-04-16 13:28:37, Frank Mehnert wrote: > > > > Hi, > > > > > > > > Linux 4.5 introduced additional checks to ensure that compound pages > > > > are > > > > never marked as reserved. In our code we use PG_reserved to ensure > > > > that > > > > the kernel does never swap out such pages, e.g. > > > > > > Are you putting your pages on the LRU list? If not how they could get > > > swapped out? > > > > No, we do nothing like that. It was my understanding that at least with > > older kernels it was possible that pages allocated with alloc_pages() > > could be swapped out or otherwise manipulated, I might be wrong. > > I do not see anything like that. All the evictable pages should be on > a LRU. OK. It seems to work if I just don't mark these pages as 'PG_reserved'. Need to do further tests. > > For > > instance, it's also necessary that the physical address of the page > > is known and that it does never change. I know, there might be problems > > with automatic NUMA page migration but that's another story. > > Do you map your pages to the userspace? If yes then vma with VM_IO or > VM_PFNMAP should keep any attempt away from those pages. Yes, such memory objects are also mapped to userland. Do you think that VM_IO or VM_PFNMAP would guard against NUMA page migration? Because when NUMA page migration was introduced (I believe with Linux 3.8) I tested both flags and saw that they didn't prevent the migration on such VM areas. Maybe this changed in the meantime, do you have more information about that? The drawback of at least VM_IO is that such memory is not part of a core dump. Actually currently we use vm_insert_page() for userland mapping and mark the VM areas as VM_DONTEXPAND | VM_DONTDUMP for such areas. We used VM_RESERVED for pre-3.7 kernels (old doc says ``VM_RESERVED tells the memory management system not to attempt to swap out this VMA; it should be set in most device mappings.'' but this didn't work for 3.7+ anymore. Thanks, Frank -- Dr.-Ing. Frank Mehnert | Software Development Director, VirtualBox ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komplementärin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher