Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1523966
| From | Dave Hansen <dave@sr71.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC][PATCH] proc: mm: export PTE sizes directly in smaps |
| Date | 2016-11-17 00:40 +0100 |
| Message-ID | <sEhY5-13v-3@gated-at.bofh.it> (permalink) |
| References | <sEdKO-6Xr-35@gated-at.bofh.it> <sEedQ-76Q-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 11/16/2016 11:39 AM, Dan Williams wrote: >> > @@ -578,6 +582,7 @@ static void smaps_pmd_entry(pmd_t *pmd, >> > /* pass */; >> > else >> > VM_BUG_ON_PAGE(1, page); >> > + mss->rss_pmd += PAGE_SIZE; > Should this be "HPAGE_PMD_SIZE"? Yep, that's a typo. I probably need to resend this and cc linux-mm@ anyway.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[RFC][PATCH] proc: mm: export PTE sizes directly in smaps Dave Hansen <dave@sr71.net> - 2016-11-16 20:10 +0100
Re: [RFC][PATCH] proc: mm: export PTE sizes directly in smaps Dan Williams <dan.j.williams@intel.com> - 2016-11-16 20:40 +0100
Re: [RFC][PATCH] proc: mm: export PTE sizes directly in smaps Dave Hansen <dave@sr71.net> - 2016-11-17 00:40 +0100
csiph-web