Re: [PATCH] selftests/clone3: Skip new time namespace test when unsupported

2023-10-20 Thread Mark Brown
On Thu, Oct 19, 2023 at 04:35:38PM -0700, Andrew Morton wrote: > On Fri, 20 Oct 2023 00:08:12 +0100 Mark Brown wrote: > > Use a filter function to skip the time namespace test on systems with > > !CONFIG_TIME_NS. This reworks a fix originally done by Tiezhu Yang prior > > to the refactoring in 34

Re: [PATCH] selftests/clone3: Skip new time namespace test when unsupported

2023-10-19 Thread Tiezhu Yang
clone3: Fix broken test under !CONFIG_TIME_NS" which is sent on 11 Jul 2023. https://lore.kernel.org/linux-kselftest/1689066814-13295-1-git-send-email-yangtie...@loongson.cn/ (2) Squash the changes in patch "selftests/clone3: Skip new time namespace test when unsupported" htt

Re: [PATCH] selftests/clone3: Skip new time namespace test when unsupported

2023-10-19 Thread Andrew Morton
On Fri, 20 Oct 2023 00:08:12 +0100 Mark Brown wrote: > Use a filter function to skip the time namespace test on systems with > !CONFIG_TIME_NS. This reworks a fix originally done by Tiezhu Yang prior > to the refactoring in 34dce23f7e40 ("selftests/clone3: Report descriptive > test names"). The c

[PATCH] selftests/clone3: Skip new time namespace test when unsupported

2023-10-19 Thread Mark Brown
Use a filter function to skip the time namespace test on systems with !CONFIG_TIME_NS. This reworks a fix originally done by Tiezhu Yang prior to the refactoring in 34dce23f7e40 ("selftests/clone3: Report descriptive test names"). The changelog from their fix explains the issue very clearly: When