Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752620Ab1CJJJF (ORCPT ); Thu, 10 Mar 2011 04:09:05 -0500 Received: from www.tglx.de ([62.245.132.106]:48105 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752262Ab1CJJJA (ORCPT ); Thu, 10 Mar 2011 04:09:00 -0500 Date: Thu, 10 Mar 2011 10:08:18 +0100 (CET) From: Thomas Gleixner To: Kay Sievers cc: Andrew Morton , Alexander Shishkin , linux-kernel@vger.kernel.org, Ken MacLeod , Shaun Reich , Alexander Viro , Greg Kroah-Hartman , Feng Tang , Michael Tokarev , Marcelo Tosatti , John Stultz , Chris Friesen , "Kirill A. Shutemov" , Artem Bityutskiy , Davide Libenzi , linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org, Michael Kerrisk Subject: Re: [RFCv4] timerfd: add TFD_NOTIFY_CLOCK_SET to watch for clock changes In-Reply-To: Message-ID: References: <1299681411-9227-1-git-send-email-virtuoso@slind.org> <20110309162513.5058c824.akpm@linux-foundation.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-1463795968-231965284-1299748105=:2787" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2143 Lines: 51 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463795968-231965284-1299748105=:2787 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Thu, 10 Mar 2011, Kay Sievers wrote: > On Thu, Mar 10, 2011 at 01:25, Andrew Morton wrote: > > On Wed,  9 Mar 2011 16:36:51 +0200 > > Alexander Shishkin wrote: > > > >> Changes since v3: > >>  - changed timerfd_settime() semantics (see below) > >> Changes since v2: > >>  - replaced sysfs interface with a syscall > >>  - added sysctl/procfs handle to set a limit to the number of users > >>  - fixed issues pointed out by Greg. > >> Changes since v1: > >>  - updated against 2.6.36-rc1, > >>  - added notification/filtering options, > >>  - added Documentation/ABI/sysfs-kernel-time-notify interface description. > > > It would be helpful to know if the identified users of this feature > > actually find it useful and adequate.  I guess the most common > > application is the 1,001 desktop clock widgets.  Do you have any > > feedback from any of the owners of those? > > We want it for systemd, to provide cron-like functionality but without > the need to stupidly wake up every minute and check the system time > for possible jumps. > > It also sounds useful for a generic resume (after system suspend) > notification for applications, which isn't really possible today. Note, that we have CLOCK_BOOTTIME pending for .39 which aims at the same problem. It's basically CLOCK_MONOTONIC adjusted by the time we were in suspend. So while CLOCK_MONOTONIC timers are not aware of the time spent in suspend CLOCK_BOOTTIME timers are. The reason for implementing CLOCK_BOOTTIME was basically the same problem. Thanks, tglx ---1463795968-231965284-1299748105=:2787-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/