From mboxrd@z Thu Jan 1 00:00:00 1970 From: htmldeveloper@gmail.com (Peter Teoh) Date: Tue, 24 Dec 2013 14:19:30 +0800 Subject: Bug 12665 In-Reply-To: <20131217052917.GA30508@vega.jjdev.com> References: <20131217052917.GA30508@vega.jjdev.com> Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org reading the specs: http://pubs.opengroup.org/onlinepubs/7908799/xsh/timer_gettime.html the DELAYTIMER_MAX is for realtime POSIX. but Linux is based on http://en.wikipedia.org/wiki/Linux_Standard_Base, which is LSB. There is no direct mapping between LSB and POSIX, but perhaps this: http://man7.org/linux/man-pages/man7/time.7.html and http://pubs.opengroup.org/onlinepubs/7908799/xsh/timer_gettime.html Look carefully between the two and you can perhaps find the balancing point u will need for implementing this feature. whether it is a kernel bug, or userspace bug is therefore highly controversial. On Tue, Dec 17, 2013 at 1:29 PM, John de la Garza wrote: > I found a bug that appears to be simple to fix. I assume I am missing > something. > > here is a link to the bug description: > https://bugzilla.kernel.org/show_bug.cgi?id=12665 > > the man page for the function in the bug report mentions that linux does > not impliment the desired functionality > > > It seems like it is accepted as working the way it does, and at the same > time it is reported in bugzilla as a current bug. > > > What am I missing? > > > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > -- Regards, Peter Teoh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20131224/e88446b5/attachment.html