Re: [systemd-devel] [PATCH] systemd: Fix wrong timestamps in rtc-in-local time mode.

2014-12-01 Thread Lennart Poettering
On Wed, 19.11.14 18:20, Chunhui He (hchun...@mail.ustc.edu.cn) wrote: > systemd generates some timestamps before the very first call of > settimeofday(). > When we are in rtc-in-local time mode, these timestamps are wrong. > > Affected timestamps are: > Kernel, InitRD, Userspace, SecurityStart,

[systemd-devel] [PATCH] systemd: Fix wrong timestamps in rtc-in-local time mode.

2014-11-19 Thread Chunhui He
systemd generates some timestamps before the very first call of settimeofday(). When we are in rtc-in-local time mode, these timestamps are wrong. Affected timestamps are: Kernel, InitRD, Userspace, SecurityStart, SecurityFinish In this patch, adjustments are applied after the very first call. B