* [git pull] signalfd4 fix
@ 2008-07-26 19:14 Ingo Molnar
2008-07-26 20:24 ` Linus Torvalds
0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2008-07-26 19:14 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Andrew Morton, Ulrich Drepper
Linus,
Please pull a compat_sys_signalfd4 build fix from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-fixes-for-linus
Thanks,
Ingo
------------------>
Ingo Molnar (1):
signalfd: fix undefined reference to `compat_sys_signalfd4'
kernel/sys_ni.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c
index bd66ac5..5e687bb 100644
--- a/kernel/sys_ni.c
+++ b/kernel/sys_ni.c
@@ -159,6 +159,7 @@ cond_syscall(sys_ioprio_get);
cond_syscall(sys_signalfd);
cond_syscall(sys_signalfd4);
cond_syscall(compat_sys_signalfd);
+cond_syscall(compat_sys_signalfd4);
cond_syscall(sys_timerfd_create);
cond_syscall(sys_timerfd_settime);
cond_syscall(sys_timerfd_gettime);
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [git pull] signalfd4 fix
2008-07-26 19:14 [git pull] signalfd4 fix Ingo Molnar
@ 2008-07-26 20:24 ` Linus Torvalds
2008-07-26 20:33 ` Ingo Molnar
0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2008-07-26 20:24 UTC (permalink / raw)
To: Ingo Molnar; +Cc: linux-kernel, Andrew Morton, Ulrich Drepper
On Sat, 26 Jul 2008, Ingo Molnar wrote:
>
> Please pull a compat_sys_signalfd4 build fix from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-fixes-for-linus
Hmm. I already applied this one from email.
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [git pull] signalfd4 fix
2008-07-26 20:24 ` Linus Torvalds
@ 2008-07-26 20:33 ` Ingo Molnar
0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2008-07-26 20:33 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Andrew Morton, Ulrich Drepper
* Linus Torvalds <torvalds@linux-foundation.org> wrote:
> On Sat, 26 Jul 2008, Ingo Molnar wrote:
> >
> > Please pull a compat_sys_signalfd4 build fix from:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-fixes-for-linus
>
> Hmm. I already applied this one from email.
ok - thanks. (I zapped this commit from the core/urgent branch to avoid
the duplicate commit IDs.)
Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-26 20:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26 19:14 [git pull] signalfd4 fix Ingo Molnar
2008-07-26 20:24 ` Linus Torvalds
2008-07-26 20:33 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox