Latest working kernel version: n/a Earliest failing kernel version: n/a Distribution: this bug is not distribution-dependent Hardware Environment: Malta 4Kc Software Environment: 2.6.25-rc2 Problem Description: While building the kernel for MIPS, the following messages are displayed: <stdin>:1377:2: warning: #warning syscall timerfd_create not implemented <stdin>:1389:2: warning: #warning syscall timerfd_settime not implemented <stdin>:1393:2: warning: #warning syscall timerfd_gettime not implemented
A fix will be posted very shortly. Reassigning the bug to myself.
Created attachment 14888 [details] A simple unit test program for the timer_*() system calls This is a very simple sanity-check-like unit test program, which verifies the functionality of the timerfd_create(), timerfd_settime() and timerfd_gettime() Linux system calls.
Patch is proposed here: http://lkml.org/lkml/2008/2/18/446
Ralf added the missing ABIs and applied this to linux-mips git tree. Closing this bug.