From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Safonov <0x7f454c46@gmail.com> Subject: Re: [PATCHv4 07/28] posix-timers/timens: Take into account clock offsets Date: Sun, 16 Jun 2019 18:45:36 +0100 Message-ID: <07bdc25f-3b06-e021-886c-8bad19a14b56@gmail.com> References: <20190612192628.23797-1-dima@arista.com> <20190612192628.23797-8-dima@arista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Thomas Gleixner , Dmitry Safonov Cc: linux-kernel@vger.kernel.org, Andrei Vagin , Adrian Reber , Andrei Vagin , Andy Lutomirski , Arnd Bergmann , Christian Brauner , Cyrill Gorcunov , "Eric W. Biederman" , "H. Peter Anvin" , Ingo Molnar , Jann Horn , Jeff Dike , Oleg Nesterov , Pavel Emelyanov , Shuah Khan , Vincenzo Frascino , containers@lists.linux-foundation.org, criu@openvz.org, linux-api@vger.kernel.org, x86@kernel.org List-Id: linux-api@vger.kernel.org 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 namespace support to common_timer_set() Ok > >> From: Andrei Vagin >> >> Wire timer_settime() syscall into time namespace virtualization. > > Please explain why this only affects common_timer_set() and not any other > incarnation along with an explanation why only ABSTIME timers need to be > converted. Will do. Thanks, Dmitry