From: Andrew Morton <akpm@linux-foundation.org>
To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: linux-kernel@vger.kernel.org,
Davide Libenzi <davidel@xmailserver.org>,
stable@kernel.org
Subject: Re: [PATCH] Fix build on COMPAT platforms when CONFIG_EPOLL is disabled.
Date: Thu, 17 Jul 2008 14:23:14 -0700 [thread overview]
Message-ID: <20080717142314.1aeb2f58.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080718.003108.128619119.anemo@mba.ocn.ne.jp>
On Fri, 18 Jul 2008 00:31:08 +0900 (JST)
Atsushi Nemoto <anemo@mba.ocn.ne.jp> wrote:
> Add missing cond_syscall() entry for compat_sys_epoll_pwait.
>
> Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
> ---
> diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c
> index 5b9b467..0fea0ee 100644
> --- a/kernel/sys_ni.c
> +++ b/kernel/sys_ni.c
> @@ -59,6 +59,7 @@ cond_syscall(sys_epoll_create);
> cond_syscall(sys_epoll_ctl);
> cond_syscall(sys_epoll_wait);
> cond_syscall(sys_epoll_pwait);
> +cond_syscall(compat_sys_epoll_pwait);
> cond_syscall(sys_semget);
> cond_syscall(sys_semop);
> cond_syscall(sys_semtimedop);
Interesting. It appears that both 2.6.25.x and 2.6.26.x need this
fix as well.
next prev parent reply other threads:[~2008-07-17 21:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-17 15:31 [PATCH] Fix build on COMPAT platforms when CONFIG_EPOLL is disabled Atsushi Nemoto
2008-07-17 21:23 ` Andrew Morton [this message]
2008-07-17 21:29 ` Alexey Dobriyan
2008-07-17 21:42 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080717142314.1aeb2f58.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=anemo@mba.ocn.ne.jp \
--cc=davidel@xmailserver.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox