Re: [systemd-devel] [PATCH] timedated: when performing SetTime compensate for program lag

2015-02-26 Thread David Herrmann
Hi On Mon, Feb 16, 2015 at 8:47 PM, Shawn Landden sh...@churchofgit.com wrote: I can't test this as kdbus doesn't build against Linux 3.19 --- TODO | 2 -- src/timedate/timedated.c | 14 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git

[systemd-devel] [PATCH] timedated: when performing SetTime compensate for program lag

2015-02-16 Thread Shawn Landden
The start time could be moved back a little bit by using kdbus timestamps, but I'm guessing that that amount of time is insignificant. --- TODO | 2 -- src/timedate/timedated.c | 7 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index

[systemd-devel] [PATCH] timedated: when performing SetTime compensate for program lag

2015-02-16 Thread Shawn Landden
I can't test this as kdbus doesn't build against Linux 3.19 --- TODO | 2 -- src/timedate/timedated.c | 14 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 93dfa60..88055d3 100644 --- a/TODO +++ b/TODO @@ -190,8 +190,6 @@

Re: [systemd-devel] [PATCH] timedated: when performing SetTime compensate for program lag

2015-02-16 Thread David Herrmann
Hi On Mon, Feb 16, 2015 at 8:47 PM, Shawn Landden sh...@churchofgit.com wrote: I can't test this as kdbus doesn't build against Linux 3.19 Ugh? kdbus should build fine against 3.19. We pushed the required fixes last week as 3.19 was released. Btw., I now got this patch twice with different

Re: [systemd-devel] [PATCH] timedated: when performing SetTime compensate for program lag

2015-02-16 Thread Lennart Poettering
On Fri, 13.02.15 15:34, Shawn Landden (sh...@churchofgit.com) wrote: --- TODO | 2 -- src/timedate/timedated.c | 14 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 68b0af6..7b93404 100644 --- a/TODO +++ b/TODO @@

[systemd-devel] [PATCH] timedated: when performing SetTime compensate for program lag

2015-02-13 Thread Shawn Landden
--- TODO | 2 -- src/timedate/timedated.c | 14 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 68b0af6..7b93404 100644 --- a/TODO +++ b/TODO @@ -190,8 +190,6 @@ Features: * we should try harder to collapse start jobs for

Re: [systemd-devel] [PATCH] timedated: when performing SetTime compensate for program lag

2015-02-13 Thread Tom Gundersen
On Sat, Feb 14, 2015 at 12:34 AM, Shawn Landden sh...@churchofgit.com wrote: --- TODO | 2 -- src/timedate/timedated.c | 14 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 68b0af6..7b93404 100644 --- a/TODO +++ b/TODO