Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1185920 > unrolled thread
| Started by | Eric B Munson <emunson@akamai.com> |
|---|---|
| First post | 2015-07-16 16:40 +0200 |
| Last post | 2015-07-17 00:00 +0200 |
| Articles | 3 — 3 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: linux-next: build failure after merge of the akpm-current tree Eric B Munson <emunson@akamai.com> - 2015-07-16 16:40 +0200
Re: linux-next: build failure after merge of the akpm-current tree Andrew Morton <akpm@linux-foundation.org> - 2015-07-16 21:00 +0200
Re: linux-next: build failure after merge of the akpm-current tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-07-17 00:00 +0200
| From | Eric B Munson <emunson@akamai.com> |
|---|---|
| Date | 2015-07-16 16:40 +0200 |
| Subject | Re: linux-next: build failure after merge of the akpm-current tree |
| Message-ID | <pMSun-13y-37@gated-at.bofh.it> |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 07/16/2015 01:20 AM, Stephen Rothwell wrote:
> Hi Andrew,
>
> After merging the akpm-current tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arch/arm/kernel/entry-common.S: Assembler messages:
> arch/arm/kernel/entry-common.S:108: Error: __NR_syscalls is not
> equal to the size of the syscall table
>
> Caused by commit
>
> d221fc1f0f25 ("mm: mlock: add new mlock, munlock, and munlockall
> system calls")
>
> I have added the following fix patch for today:
Andrew,
I have an updated set that addresses the build failures by completing
the system call additions. It does not yet address Jon's concern
about applying MLOCK_ONFAULT to a region with pages that are already
present (this is in progress).
Do you want the updated syscalls now or wait until the whole thing is
ready?
>
> From: Stephen Rothwell <sfr@canb.auug.org.au> Date: Thu, 16 Jul
> 2015 14:58:53 +1000 Subject: [PATCH] mm: mlock: fix for add new
> mlock, munlock, and munlockall system calls
>
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> ---
> arch/arm/include/asm/unistd.h | 2 +- arch/arm/kernel/calls.S
> | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/include/asm/unistd.h
> b/arch/arm/include/asm/unistd.h index 32640c431a08..2516c09d65d7
> 100644 --- a/arch/arm/include/asm/unistd.h +++
> b/arch/arm/include/asm/unistd.h @@ -19,7 +19,7 @@ * This may need
> to be greater than __NR_last_syscall+1 in order to * account for
> the padding in the syscall table */ -#define __NR_syscalls (388)
> +#define __NR_syscalls (392)
IIUC, this should be 391.
>
> /* * *NOTE*: This is a ghost syscall private to the kernel. Only
> the diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S
> index 514e77b26414..88808221383b 100644 ---
> a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S @@ -399,7
> +399,7 @@ CALL(sys_execveat) CALL(sys_mlock2) CALL(sys_munlock2)
> -/* 400 */ CALL(sys_munlockall2) +/* 390 */ CALL(sys_munlockall2)
> #ifndef syscalls_counted .equ syscalls_padding, ((NR_syscalls + 3)
> & ~3) - NR_syscalls #define syscalls_counted
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJVp8GLAAoJELbVsDOpoOa9D7AQAIzPHDWeQwR5wDBBo1OyrY8N
vczsi8h9P4HlTfXH3jv6TYkcTdRRgLJN5ExIcFXUj3dRC+foYjLg+WvSszpJBuBT
ACc8jjuR+TdcDBSPrQ52QJiGwjKmQZ061HtWyCglveHl6fcAdgVq0/VLjjuEKGGj
uOFUNNjzWxCkGViOUzTdAsUsY/G6MlDMDERHUsdKkQYF4lofcaQB31L3EvcNBFHU
r9XIgzyiLDgJ22BgNs0tHBrv3JuQgrf3cEYIhYfwXj8JyrrCHo3IvcfkafGYCrIT
cTTPpnfTjPKWD2P14R4OAuLViB3GLGeKc//aSS3UZh3y0m1Bzw157BXGCQawqrUu
xRH+Ft0+gwcmI6Ez/trqu25NTq1KnOsot9XZFK2l3R0CYfYMwNOOUiNRk2+3PElk
gLu8nhGCF+f4OE7S5zQjcnnZ9rCAEprg/9ewMdRQXlT4719msDuQdzgequrzl55+
bQJQCPGIvyZhiP+Eh3LgvhJky/XY2xacs5FaHOgTYIeuHd794VQhncEbrbthMS3S
t94JjTAWssi7nHvau0ASZ3iR5R7iw0WJrvAARUiqkoZxMXQiOW5Tb3KQ+C9gp4KZ
l6w23L7MhdAMGrY5yLX1o+itet6o3nUksi4DK3qFNcr1gKVYwkXsEIkk6Bv3lRyx
rAFP155JAY6t3kyTso+I
=276b
-----END PGP SIGNATURE-----
--
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/
[toc] | [next] | [standalone]
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Date | 2015-07-16 21:00 +0200 |
| Message-ID | <pMWxY-6Pw-9@gated-at.bofh.it> |
| In reply to | #1185920 |
On Thu, 16 Jul 2015 10:36:59 -0400 Eric B Munson <emunson@akamai.com> wrote: > I have an updated set that addresses the build failures by completing > the system call additions. It does not yet address Jon's concern > about applying MLOCK_ONFAULT to a region with pages that are already > present (this is in progress). > > Do you want the updated syscalls now or wait until the whole thing is > ready? When it's ready, please. -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-07-17 00:00 +0200 |
| Message-ID | <pMZma-2pO-7@gated-at.bofh.it> |
| In reply to | #1185920 |
Hi Eric, On Thu, 16 Jul 2015 10:36:59 -0400 Eric B Munson <emunson@akamai.com> wrote: > > > From: Stephen Rothwell <sfr@canb.auug.org.au> Date: Thu, 16 Jul > > 2015 14:58:53 +1000 Subject: [PATCH] mm: mlock: fix for add new > > mlock, munlock, and munlockall system calls > > > > Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> --- > > arch/arm/include/asm/unistd.h | 2 +- arch/arm/kernel/calls.S > > | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm/include/asm/unistd.h > > b/arch/arm/include/asm/unistd.h index 32640c431a08..2516c09d65d7 > > 100644 --- a/arch/arm/include/asm/unistd.h +++ > > b/arch/arm/include/asm/unistd.h @@ -19,7 +19,7 @@ * This may need > > to be greater than __NR_last_syscall+1 in order to * account for > > the padding in the syscall table */ -#define __NR_syscalls (388) > > +#define __NR_syscalls (392) > > IIUC, this should be 391. Read the comment above - it has to be 392 for padding. (I actually tried 391 and it fails to build.) BTW, what mail client are you using - it really made a mess :-( -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web