From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757072Ab3EWBUs (ORCPT ); Wed, 22 May 2013 21:20:48 -0400 Received: from mail-da0-f43.google.com ([209.85.210.43]:59123 "EHLO mail-da0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756841Ab3EWBUq (ORCPT ); Wed, 22 May 2013 21:20:46 -0400 Message-ID: <519D6EEB.3080905@linaro.org> Date: Wed, 22 May 2013 18:20:43 -0700 From: John Stultz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Todd Poynor CC: Thomas Gleixner , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] timerfd: add alarm timers References: <1368653892-18939-1-git-send-email-toddpoynor@google.com> <1368653892-18939-3-git-send-email-toddpoynor@google.com> <51940360.3020003@linaro.org> In-Reply-To: <51940360.3020003@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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