linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] time namespace aware system boot time
@ 2020-10-07 20:00 Michael Weiß
  2020-10-07 20:00 ` [PATCH 1/4] timens: additional helper function to add boottime in nsec Michael Weiß
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Michael Weiß @ 2020-10-07 20:00 UTC (permalink / raw)
  To: Thomas Gleixner, Andrei Vagin, Dmitry Safonov, Christian Brauner
  Cc: linux-kernel, Michael Weiß

Time namespaces make it possible to virtualize time inside of
containers, e.g., it is feasible to reset the uptime of a container
to zero by setting the time namespace offset for boottime to the
negated current value of the CLOCK_BOOTTIME.

However, the boot time stamp provided by getboottime64() does not
take care of time namespaces. The resulting boot time stamp 'btime'
provided by /proc/stat does not show a plausible time stamp inside
the time namespace of a container.

We address this by shifting the value returned by getboottime64()
by subtracting the boottime offset of the time namespace.
(A selftest to check the expected /proc/stat 'btime' inside the
namespace is provided.)

Further, to avoid to show processes as time travelers inside of the
time namespace the boottime offset then needs to be added to the
start_bootime provided by the task_struct.

Michael Weiß (4):
  timens: additional helper function to add boottime in nsec
  time: make getboottime64 aware of time namespace
  fs/proc: apply timens offset for start_boottime of processes
  selftests/timens: added selftest for /proc/stat btime

 fs/proc/array.c                         |  6 ++-
 include/linux/time_namespace.h          |  7 +++
 kernel/time/timekeeping.c               |  3 ++
 tools/testing/selftests/timens/procfs.c | 58 ++++++++++++++++++++++++-
 4 files changed, 71 insertions(+), 3 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-07 22:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 20:00 [PATCH 0/4] time namespace aware system boot time Michael Weiß
2020-10-07 20:00 ` [PATCH 1/4] timens: additional helper function to add boottime in nsec Michael Weiß
2020-10-07 20:00 ` [PATCH 2/4] time: make getboottime64 aware of time namespace Michael Weiß
2020-10-07 20:00 ` [PATCH 3/4] fs/proc: apply timens offset for start_boottime of processes Michael Weiß
2020-10-07 22:38   ` kernel test robot
2020-10-07 20:00 ` [PATCH 4/4] selftests/timens: added selftest for /proc/stat btime Michael Weiß

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).