Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1265987
| From | "Kirill A. Shutemov" <kirill@shutemov.name> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd interfaces to handle large PAT bit |
| Date | 2015-11-09 21:20 +0100 |
| Message-ID | <qt150-2JC-21@gated-at.bofh.it> (permalink) |
| References | <q9Mga-3wR-11@gated-at.bofh.it> <q9Mga-3wR-19@gated-at.bofh.it> <qsZ3e-1rz-43@gated-at.bofh.it> <qt0iC-2cL-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Nov 09, 2015 at 12:16:41PM -0700, Toshi Kani wrote: > On Mon, 2015-11-09 at 13:06 -0500, Boris Ostrovsky wrote: > > On 09/17/2015 02:24 PM, Toshi Kani wrote: > > > Now that we have pud/pmd mask interfaces, which handle pfn & flags > > > mask properly for the large PAT bit. > > > > > > Fix pud/pmd pfn & flags interfaces by replacing PTE_PFN_MASK and > > > PTE_FLAGS_MASK with the pud/pmd mask interfaces. > > > > > > Suggested-by: Juergen Gross <jgross@suse.com> > > > Signed-off-by: Toshi Kani <toshi.kani@hpe.com> > > > Cc: Juergen Gross <jgross@suse.com> > > > Cc: Konrad Wilk <konrad.wilk@oracle.com> > > > Cc: Thomas Gleixner <tglx@linutronix.de> > > > Cc: H. Peter Anvin <hpa@zytor.com> > > > Cc: Ingo Molnar <mingo@redhat.com> > > > Cc: Borislav Petkov <bp@alien8.de> > > > --- > > > arch/x86/include/asm/pgtable.h | 14 ++++++++------ > > > arch/x86/include/asm/pgtable_types.h | 4 ++-- > > > 2 files changed, 10 insertions(+), 8 deletions(-) > > > > > > > > > Looks like this commit is causing this splat for 32-bit kernels. I am > > attaching my config file, just in case. > > Thanks for the report! I'd like to reproduce the issue since I am not sure how > this change caused it... > > I tried to build a kernel with the attached config file, and got the following > error. Not sure what I am missing. The problem is that PMD_PAGE_MASK as well as PUD_PAGE_MASK are 'unsigned long', not 'unsigned long long'. So on 32-bit with PAE enabled your pmd_pfn_mask()/pud_pfn_mask() will truncate bits 32..43 of pmd/pudval and you'll never get proper page frame for pages above 4G. -- Kirill A. Shutemov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd interfaces to handle large PAT bit Toshi Kani <toshi.kani@hpe.com> - 2015-11-09 20:30 +0100
Re: [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd interfaces to handle large PAT bit Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2015-11-09 20:50 +0100
Re: [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd interfaces to handle large PAT bit "Kirill A. Shutemov" <kirill@shutemov.name> - 2015-11-09 21:50 +0100
Re: [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd interfaces to handle large PAT bit Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2015-11-09 23:40 +0100
Re: [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd interfaces to handle large PAT bit Toshi Kani <toshi.kani@hpe.com> - 2015-11-10 00:30 +0100
Re: [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd interfaces to handle large PAT bit Toshi Kani <toshi.kani@hpe.com> - 2015-11-10 01:50 +0100
Re: [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd interfaces to handle large PAT bit "Kirill A. Shutemov" <kirill@shutemov.name> - 2015-11-09 21:20 +0100
Re: [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd interfaces to handle large PAT bit Toshi Kani <toshi.kani@hpe.com> - 2015-11-09 22:20 +0100
csiph-web