From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stultz Subject: Re: [PATCH 2/2] timerfd: add alarm timers Date: Wed, 22 May 2013 18:20:43 -0700 Message-ID: <519D6EEB.3080905@linaro.org> References: <1368653892-18939-1-git-send-email-toddpoynor@google.com> <1368653892-18939-3-git-send-email-toddpoynor@google.com> <51940360.3020003@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Thomas Gleixner , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Todd Poynor Return-path: Received: from mail-pd0-f181.google.com ([209.85.192.181]:39312 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756662Ab3EWBUq (ORCPT ); Wed, 22 May 2013 21:20:46 -0400 Received: by mail-pd0-f181.google.com with SMTP id bv13so469511pdb.26 for ; Wed, 22 May 2013 18:20:45 -0700 (PDT) In-Reply-To: <51940360.3020003@linaro.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 05/15/2013 02:51 PM, John Stultz wrote: > On 05/15/2013 02:38 PM, Todd Poynor wrote: >> Add support for clocks CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM, >> thereby enabling wakeup alarm timers via file descriptors. >> >> Signed-off-by: Todd Poynor > > This all looks great to me and has been on my own todo list for awhile. > > As I said, I'll queue the alarmtimer changes, and if I can get some > acks from the fs folks, I'd be happy to queue the timerfd changes. > Ping? Any fsdevel folks mind taking a look at this? Or maybe to turn this around, are there any objections to this change going in via tip/timers/core? thanks -john