2009-11-14 14:03:57

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: [PATCH 1/1] alpha: Fixup recvmmsg syscall glue

From: Arnaldo Carvalho de Melo <[email protected]>

Reported-by: Stephen Rothwell <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
---
arch/alpha/include/asm/unistd.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/alpha/include/asm/unistd.h b/arch/alpha/include/asm/unistd.h
index 5b5c174..7f23665 100644
--- a/arch/alpha/include/asm/unistd.h
+++ b/arch/alpha/include/asm/unistd.h
@@ -433,10 +433,11 @@
#define __NR_signalfd 476
#define __NR_timerfd 477
#define __NR_eventfd 478
+#define __NR_recvmmsg 479

#ifdef __KERNEL__

-#define NR_SYSCALLS 479
+#define NR_SYSCALLS 480

#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
--
1.6.2.5


2009-11-14 17:02:45

by David Miller

[permalink] [raw]
Subject: Re: [PATCH 1/1] alpha: Fixup recvmmsg syscall glue

From: Arnaldo Carvalho de Melo <[email protected]>
Date: Sat, 14 Nov 2009 12:03:54 -0200

> From: Arnaldo Carvalho de Melo <[email protected]>
>
> Reported-by: Stephen Rothwell <[email protected]>
> Cc: Richard Henderson <[email protected]>
> Cc: Ivan Kokshaysky <[email protected]>
> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>

Applied to net-next-2.6, thanks!