Re: [PATCHv6 30/36] selftest/timens: Add Time Namespace test for supported clocks

2019-08-15 Thread Andrei Vagin
On Thu, Aug 15, 2019 at 05:18:21PM -0600, shuah wrote: > Hi Dmitry, > > Thanks for the patch. > > On 8/15/19 10:38 AM, Dmitry Safonov wrote: > > A test to check that all supported clocks work on host and inside > > a new time namespace. Use both ways to get time: through VDSO and > > by entering

Re: [PATCHv6 30/36] selftest/timens: Add Time Namespace test for supported clocks

2019-08-15 Thread shuah
Hi Dmitry, Thanks for the patch. On 8/15/19 10:38 AM, Dmitry Safonov wrote: A test to check that all supported clocks work on host and inside a new time namespace. Use both ways to get time: through VDSO and by entering the kernel with implicit syscall. Introduce a new timens directory in self

[PATCHv6 30/36] selftest/timens: Add Time Namespace test for supported clocks

2019-08-15 Thread Dmitry Safonov
A test to check that all supported clocks work on host and inside a new time namespace. Use both ways to get time: through VDSO and by entering the kernel with implicit syscall. Introduce a new timens directory in selftests framework for the next timens tests. Co-developed-by: Andrei Vagin Signe