Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1319731 > unrolled thread
| Started by | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| First post | 2016-01-27 21:40 +0100 |
| Last post | 2016-01-27 22:10 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3 0/8] Support for transparent PUD pages for DAX files Andrew Morton <akpm@linux-foundation.org> - 2016-01-27 21:40 +0100
RE: [PATCH v3 0/8] Support for transparent PUD pages for DAX files "Wilcox, Matthew R" <matthew.r.wilcox@intel.com> - 2016-01-27 22:00 +0100
Re: [PATCH v3 0/8] Support for transparent PUD pages for DAX files Andrew Morton <akpm@linux-foundation.org> - 2016-01-27 22:10 +0100
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Date | 2016-01-27 21:40 +0100 |
| Subject | Re: [PATCH v3 0/8] Support for transparent PUD pages for DAX files |
| Message-ID | <qVF2I-Kd-65@gated-at.bofh.it> |
On Fri, 8 Jan 2016 14:49:44 -0500 Matthew Wilcox <matthew.r.wilcox@intel.com> wrote: > Andrew, I think this is ready for a spin in -mm. Let's see what happens. Just from eyeballing the patches, I'm expecting build errors ;) I'm about to vanish until Monday so please cc Stephen on any fixes so he can get linux-next back into shape.
[toc] | [next] | [standalone]
| From | "Wilcox, Matthew R" <matthew.r.wilcox@intel.com> |
|---|---|
| Date | 2016-01-27 22:00 +0100 |
| Message-ID | <qVFm3-S5-41@gated-at.bofh.it> |
| In reply to | #1319731 |
Yeah, I need to rebase. Please drop for now, I'll resend tomorrow. See you Monday, I assume ;-) -----Original Message----- From: Andrew Morton [mailto:akpm@linux-foundation.org] Sent: Wednesday, January 27, 2016 12:40 PM To: Wilcox, Matthew R; Matthew Wilcox; linux-mm@kvack.org; linux-nvdimm@ml01.01.org; linux-fsdevel@vger.kernel.org; linux-kernel@vger.kernel.org; x86@kernel.org Subject: Re: [PATCH v3 0/8] Support for transparent PUD pages for DAX files On Wed, 27 Jan 2016 12:31:31 -0800 Andrew Morton <akpm@linux-foundation.org> wrote: > Just from eyeballing the patches, I'm expecting build errors ;) Didn't take long :( mm/memory.c: In function 'zap_pud_range': mm/memory.c:1216: error: implicit declaration of function 'pud_trans_huge' mm/memory.c:1217: error: 'HPAGE_PUD_SIZE' undeclared (first use in this function) and, midway: include/linux/mm.h:348: error: redefinition of 'pud_devmap' include/asm-generic/pgtable.h:684: note: previous definition of 'pud_devmap' was here Please run x86_64 allnoconfig at each step of the series, fix and respin? It only takes 30s to compile.
[toc] | [prev] | [next] | [standalone]
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Date | 2016-01-27 22:10 +0100 |
| Message-ID | <qVFm3-S5-43@gated-at.bofh.it> |
| In reply to | #1319731 |
On Wed, 27 Jan 2016 12:31:31 -0800 Andrew Morton <akpm@linux-foundation.org> wrote: > Just from eyeballing the patches, I'm expecting build errors ;) Didn't take long :( mm/memory.c: In function 'zap_pud_range': mm/memory.c:1216: error: implicit declaration of function 'pud_trans_huge' mm/memory.c:1217: error: 'HPAGE_PUD_SIZE' undeclared (first use in this function) and, midway: include/linux/mm.h:348: error: redefinition of 'pud_devmap' include/asm-generic/pgtable.h:684: note: previous definition of 'pud_devmap' was here Please run x86_64 allnoconfig at each step of the series, fix and respin? It only takes 30s to compile.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web