Re: [PATCHv4 07/28] posix-timers/timens: Take into account clock offsets

2019-06-16 Thread Dmitry Safonov
On 6/14/19 2:42 PM, Thomas Gleixner wrote: > On Wed, 12 Jun 2019, Dmitry Safonov wrote: > >> Subject: posix-timers/timens: Take into account clock offsets > > Please avoid that '/timens' appendix. It's not really a new subsystem or > subfunction of posix-timers. > > posix-timers: Add time

Re: [PATCHv4 07/28] posix-timers/timens: Take into account clock offsets

2019-06-14 Thread Thomas Gleixner
On Wed, 12 Jun 2019, Dmitry Safonov wrote: > Subject: posix-timers/timens: Take into account clock offsets Please avoid that '/timens' appendix. It's not really a new subsystem or subfunction of posix-timers. posix-timers: Add time namespace support to common_timer_set() > From: Andrei Vagin

[PATCHv4 07/28] posix-timers/timens: Take into account clock offsets

2019-06-12 Thread Dmitry Safonov
From: Andrei Vagin Wire timer_settime() syscall into time namespace virtualization. Signed-off-by: Andrei Vagin Co-developed-by: Dmitry Safonov Signed-off-by: Dmitry Safonov --- kernel/time/posix-timers.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/time/posix-timers.c