Re: [PATCH] alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist

2013-10-18 Thread John Stultz
On 10/18/2013 04:12 PM, KOSAKI Motohiro wrote: > On 10/18/2013 6:39 PM, John Stultz wrote: >> On 10/17/2013 06:12 PM, KOSAKI Motohiro wrote: >>> (10/17/13 1:05 PM), John Stultz wrote: On 10/14/2013 02:33 PM, kosaki.motoh...@gmail.com wrote: > From: KOSAKI Motohiro > > Fedora Ruby

Re: [PATCH] alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist

2013-10-18 Thread KOSAKI Motohiro
On 10/18/2013 6:39 PM, John Stultz wrote: > On 10/17/2013 06:12 PM, KOSAKI Motohiro wrote: >> (10/17/13 1:05 PM), John Stultz wrote: >>> On 10/14/2013 02:33 PM, kosaki.motoh...@gmail.com wrote: From: KOSAKI Motohiro Fedora Ruby maintainer reported latest Ruby doesn't work on Fedora

Re: [PATCH] alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist

2013-10-18 Thread John Stultz
On 10/17/2013 06:12 PM, KOSAKI Motohiro wrote: > (10/17/13 1:05 PM), John Stultz wrote: >> On 10/14/2013 02:33 PM, kosaki.motoh...@gmail.com wrote: >>> From: KOSAKI Motohiro >>> >>> Fedora Ruby maintainer reported latest Ruby doesn't work on Fedora >>> Rawhide >>> on ARM. (http://bugs.ruby-lang.or

Re: [PATCH] alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist

2013-10-17 Thread KOSAKI Motohiro
(10/17/13 1:05 PM), John Stultz wrote: On 10/14/2013 02:33 PM, kosaki.motoh...@gmail.com wrote: From: KOSAKI Motohiro Fedora Ruby maintainer reported latest Ruby doesn't work on Fedora Rawhide on ARM. (http://bugs.ruby-lang.org/issues/9008) Because of, commit 1c6b39ad3f (alarmtimers: Return -

Re: [PATCH] alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist

2013-10-17 Thread John Stultz
On 10/14/2013 02:33 PM, kosaki.motoh...@gmail.com wrote: > From: KOSAKI Motohiro > > Fedora Ruby maintainer reported latest Ruby doesn't work on Fedora Rawhide > on ARM. (http://bugs.ruby-lang.org/issues/9008) > > Because of, commit 1c6b39ad3f (alarmtimers: Return -ENOTSUPP if no > RTC device is p

[PATCH] alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist

2013-10-14 Thread kosaki . motohiro
From: KOSAKI Motohiro Fedora Ruby maintainer reported latest Ruby doesn't work on Fedora Rawhide on ARM. (http://bugs.ruby-lang.org/issues/9008) Because of, commit 1c6b39ad3f (alarmtimers: Return -ENOTSUPP if no RTC device is present) intruduced to return ENOTSUPP when clock_get{time,res} can't