Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935348Ab0KQVeR (ORCPT ); Wed, 17 Nov 2010 16:34:17 -0500 Received: from mail-gy0-f174.google.com ([209.85.160.174]:53301 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752383Ab0KQVeQ convert rfc822-to-8bit (ORCPT ); Wed, 17 Nov 2010 16:34:16 -0500 MIME-Version: 1.0 In-Reply-To: <20101117212912.GC26184@shisha.kicks-ass.net> References: <1289503802-22444-1-git-send-email-virtuoso@slind.org> <22542.1289507293@localhost> <20101111205123.GC10585@shisha.kicks-ass.net> <20101117190659.GB26184@shisha.kicks-ass.net> <20101117212912.GC26184@shisha.kicks-ass.net> From: Kay Sievers Date: Wed, 17 Nov 2010 22:34:00 +0100 Message-ID: Subject: Re: [PATCHv6 0/7] system time changes notification To: Alexander Shishkin Cc: Davide Libenzi , Thomas Gleixner , Kyle Moffett , Valdis.Kletnieks@vt.edu, LKML , John Stultz , Andrew Morton , "H. Peter Anvin" , Greg KH , Chris Friesen , Linus Torvalds , "Kirill A. Shutemov" , Lennart Poettering Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1654 Lines: 42 On Wed, Nov 17, 2010 at 22:29, Alexander Shishkin wrote: > On Wed, Nov 17, 2010 at 12:42:52PM -0800, Davide Libenzi wrote: >> On Wed, 17 Nov 2010, Alexander Shishkin wrote: >> >> > > But what you folks really want for this stuff is an extension to >> > > timerfd as you want to be able to poll, right? >> > > >> > > So what about the following: >> > > >> > > Add a new flag TDF_NOTIFY_CLOCK_WAS_SET to the timerfd flags. Now this >> > > flag adds the timer to a separate list, which gets woken up when the >> > > clock is set. >> > > >> > > No new syscall, just a few lines of code in fs/timerfd.c and >> > > clock_was_set(). >> > > >> > > Thoughts ? >> > >> > Something like this (sans ugliness)? >> >> Oh, gosh, please.  This is interface-multiplexing-a-palooza. > > Thomas made a suggestion, I came up with how it might look like so that > pros and cons are clearer to everyone (or at least me) and can be discussed > on technical grounds. Code talks, sort of. I'm not convinced that a timer > that returns to userspace when the clock changes is such a bad idea, could > you please elaborate? I like it. It's all bout timers, and timerfd is fine to use, I think. It has nothing to do with "system-events", we ask for the timer to serve us, but if the *time* changes underneath, we need to know to re-calculate. I think it's simple and fits very well in the current interface. Kay -- 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/