Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1576145 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2017-02-08 00:10 +0100 |
| Last post | 2017-02-08 00:30 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the akpm-current tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-02-08 00:10 +0100
Re: linux-next: build failure after merge of the akpm-current tree Andrew Morton <akpm@linux-foundation.org> - 2017-02-08 00:20 +0100
Re: linux-next: build failure after merge of the akpm-current tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-02-08 00:30 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-02-08 00:10 +0100 |
| Subject | linux-next: build failure after merge of the akpm-current tree |
| Message-ID | <t8n3z-LV-1@gated-at.bofh.it> |
Hi Andrew,
After merging the akpm-current tree, today's linux-next build (arm
allnoconfig, bfin (most, if not all, configs) and many others) failed
like this:
mm/nommu.c:1201:15: error: conflicting types for 'do_mmap'
mm/nommu.c:1580:5: error: conflicting types for 'do_munmap'
mm/nommu.c:1638:1: error: conflicting types for 'do_munmap'
ipc/shm.c:1368:3: error: too few arguments to function 'do_munmap'
Caused by commit
24424bfbce7e ("userfaultfd: non-cooperative: add event for memory unmaps")
This forgot to update the mm/nommu.c versions of these functions :-(
Sorry for not reporting this earlier.
I have no idea what to do about this as this patch is deep within the mm
changes and so almost certainly will not revert cleanly (and dropping
this patch will presumably have flow on effects to the reset of the
mm patches).
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Date | 2017-02-08 00:20 +0100 |
| Message-ID | <t8ndh-PJ-35@gated-at.bofh.it> |
| In reply to | #1576145 |
On Wed, 8 Feb 2017 10:08:03 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Andrew,
>
> After merging the akpm-current tree, today's linux-next build (arm
> allnoconfig, bfin (most, if not all, configs) and many others) failed
> like this:
>
> mm/nommu.c:1201:15: error: conflicting types for 'do_mmap'
> mm/nommu.c:1580:5: error: conflicting types for 'do_munmap'
> mm/nommu.c:1638:1: error: conflicting types for 'do_munmap'
> ipc/shm.c:1368:3: error: too few arguments to function 'do_munmap'
>
> Caused by commit
>
> 24424bfbce7e ("userfaultfd: non-cooperative: add event for memory unmaps")
>
> This forgot to update the mm/nommu.c versions of these functions :-(
>
> Sorry for not reporting this earlier.
>
> I have no idea what to do about this as this patch is deep within the mm
> changes and so almost certainly will not revert cleanly (and dropping
> this patch will presumably have flow on effects to the reset of the
> mm patches).
That patch has a string of fixes and I think we have that fixed up.
I'll be doing another mmotm in a few minutes...
[toc] | [prev] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-02-08 00:30 +0100 |
| Message-ID | <t8nmW-ST-25@gated-at.bofh.it> |
| In reply to | #1576153 |
Hi Andrew, On Tue, 7 Feb 2017 15:15:08 -0800 Andrew Morton <akpm@linux-foundation.org> wrote: > > That patch has a string of fixes and I think we have that fixed up. > I'll be doing another mmotm in a few minutes... Excellent, thanks. -- Cheers, Stephen Rothwell
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web