Re: [PATCHv4 09/28] timens: Shift /proc/uptime

2019-06-16 Thread Dmitry Safonov
On 6/14/19 2:50 PM, Thomas Gleixner wrote: > On Wed, 12 Jun 2019, Dmitry Safonov wrote: > > Again, please use the usual prefix and bolt not everything to > timens. timens: is the proper prefix for the actual time namespace core > code. Yep, will do. Thanks, Dmitry

Re: [PATCHv4 09/28] timens: Shift /proc/uptime

2019-06-14 Thread Thomas Gleixner
On Wed, 12 Jun 2019, Dmitry Safonov wrote: Again, please use the usual prefix and bolt not everything to timens. timens: is the proper prefix for the actual time namespace core code. Thanks, tglx

[PATCHv4 09/28] timens: Shift /proc/uptime

2019-06-12 Thread Dmitry Safonov
Respect boottime inside time namespace for /proc/uptime Co-developed-by: Andrei Vagin Signed-off-by: Andrei Vagin Signed-off-by: Dmitry Safonov --- fs/proc/uptime.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/proc/uptime.c b/fs/proc/uptime.c index a4c2791ab70b..5a1b228964fb 10064