From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shuah Khan Subject: Re: [RFC 16/20] selftest: Add Time Namespace test for supported clocks Date: Mon, 24 Sep 2018 15:36:56 -0600 Message-ID: <741594c9-2247-3cde-5da9-ae8cc41854b6@kernel.org> References: <20180919205037.9574-1-dima@arista.com> <20180919205037.9574-17-dima@arista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180919205037.9574-17-dima@arista.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Dmitry Safonov , linux-kernel@vger.kernel.org Cc: Dmitry Safonov <0x7f454c46@gmail.com>, Adrian Reber , Andrei Vagin , Andy Lutomirski , Christian Brauner , Cyrill Gorcunov , "Eric W. Biederman" , "H. Peter Anvin" , Ingo Molnar , Jeff Dike , Oleg Nesterov , Pavel Emelyanov , Thomas Gleixner , containers@lists.linux-foundation.org, criu@openvz.org, linux-api@vger.kernel.org, x86@kernel.org, linux-kselftest@vger.kernel.org, Shuah Khan List-Id: linux-api@vger.kernel.org Hi Dmitry, Thanks for adding tests with the kernel changes. On 09/19/2018 02:50 PM, Dmitry Safonov wrote: > This test checks that all supported clocks can be changed by > clock_settime. It would good to elaborate a bit more on the nature of the tests in the here. Also a few things to consider. I noticed that this test isn't added to selftests/Makefile as TARGET. If it is an oversight, please make that change as well. If not, it is fine. Please make sure if the test can't be run because of unmet dependencies, the test will exit with KSFT_SKIP as opposed to an error. Dependencies include configuration, privilege, any other unsupported conditions. This is a comment applies to all the test patches in this series. thanks, -- Shuah