lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <89329958-2ff8-9447-408e-fd478b914ec4@suse.cz> Date: Sat, 21 Apr 2018 18:52:18 +0200 From: Vlastimil Babka <vbabka@...e.cz> To: Matthew Wilcox <willy@...radead.org>, David Hildenbrand <david@...hat.com> Cc: linux-mm@...ck.org, Steven Rostedt <rostedt@...dmis.org>, Ingo Molnar <mingo@...hat.com>, Andrew Morton <akpm@...ux-foundation.org>, Michal Hocko <mhocko@...e.com>, Huang Ying <ying.huang@...el.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Pavel Tatashin <pasha.tatashin@...cle.com>, Miles Chen <miles.chen@...iatek.com>, Mel Gorman <mgorman@...hsingularity.net>, Rik van Riel <riel@...hat.com>, James Hogan <jhogan@...nel.org>, "Levin, Alexander (Sasha Levin)" <alexander.levin@...izon.com>, open list <linux-kernel@...r.kernel.org> Subject: Re: [PATCH RFC 2/8] mm: introduce PG_offline On 04/13/2018 07:11 PM, Matthew Wilcox wrote: > On Fri, Apr 13, 2018 at 03:16:26PM +0200, David Hildenbrand wrote: >> online_pages()/offline_pages() theoretically allows us to work on >> sub-section sizes. This is especially relevant in the context of >> virtualization. It e.g. allows us to add/remove memory to Linux in a VM in >> 4MB chunks. >> >> While the whole section is marked as online/offline, we have to know >> the state of each page. E.g. to not read memory that is not online >> during kexec() or to properly mark a section as offline as soon as all >> contained pages are offline. > > Can you not use PG_reserved for this purpose? Sounds like your newly introduced "page types" could be useful here? I don't suppose those offline pages would be using mapcount which is aliased there? >> + * PG_offline indicates that a page is offline and the backing storage >> + * might already have been removed (virtualization). Don't touch! > > * PG_reserved is set for special pages, which can never be swapped out. Some > * of them might not even exist... > > They seem pretty congruent to me. >
Powered by blists - more mailing lists