From: Andrew Morton <akpm@linux-foundation.org>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: anemo@mba.ocn.ne.jp, linux-kernel@vger.kernel.org,
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:42:37 -0700 [thread overview]
Message-ID: <20080717144237.f31618ca.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080717212939.GA9945@martell.zuzino.mipt.ru>
On Fri, 18 Jul 2008 01:29:39 +0400
Alexey Dobriyan <adobriyan@gmail.com> wrote:
> On Thu, Jul 17, 2008 at 02:23:14PM -0700, Andrew Morton wrote:
> > 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.
>
> IIRC, this happens for other syscalls as well. IIRC, timerfd ones.
Well it _did_ do this. But I fixed about four such build errors.
Please check?
prev parent reply other threads:[~2008-07-17 21:44 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
2008-07-17 21:29 ` Alexey Dobriyan
2008-07-17 21:42 ` Andrew Morton [this message]
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=20080717144237.f31618ca.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=adobriyan@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.