Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1742134
| From | "Kirill A. Shutemov" <kirill@shutemov.name> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] mm/madvise: enable soft offline of HugeTLB pages at PUD level |
| Date | 2017-09-29 16:00 +0200 |
| Message-ID | <uv3ZE-6RY-1@gated-at.bofh.it> (permalink) |
| References | <upcVY-63J-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Sep 13, 2017 at 12:10:47PM +0200, Alexandru Moise wrote: > since 94310cb we've been able to soft offline 1G hugepages at the PGD > level, however x86_64 gigantic hugepages are at the PUD level so we > should add an extra check to account for hstate order at PUD level. Have you tested other cases affected by the change? It allows migration of 1G pages in general, which might be problematic. It also makes these pages allocated with GFP_HIGHUSER_MOVABLE instead of GFP_HIGHUSER. Any side effects there we should consider? > I'm not sure if this also applies to 5 level page tables on x86_64 > however. Tested with 4 level pagetable. There's nothing changed in this regard in 5-level paging mode. PUD is still one gig and there are no new page sizes. -- Kirill A. Shutemov
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] mm/madvise: enable soft offline of HugeTLB pages at PUD level "Kirill A. Shutemov" <kirill@shutemov.name> - 2017-09-29 16:00 +0200 Re: [PATCH] mm/madvise: enable soft offline of HugeTLB pages at PUD level Alexandru Moise <00moses.alexander00@gmail.com> - 2017-09-29 17:00 +0200
csiph-web