[GIT PULL] Kselftest update for Linux 5.9-rc5

From: Shuah Khan
Date: Tue Sep 08 2020 - 13:00:32 EST


Hi Linus,

Please pull the following Kselftest update for Linux 5.9-rc5.

This kselftest fixes update for Linux 5.9-rc5 consists of a single
fix to timers test to disable timeout setting for tests to run and
report accurate results.

diff is attached.

thanks,
-- Shuah


----------------------------------------------------------------
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-5.9-rc5

for you to fetch changes up to 5c1e4f7e9e49b6925b1fb5c507d2c614f3edb292:

selftests/timers: Turn off timeout setting (2020-08-20 15:49:28 -0600)

----------------------------------------------------------------
linux-kselftest-5.9-rc5

This kselftest fixes update for Linux 5.9-rc5 consists of a single
fix to timers test to disable timeout setting for tests to run and
report accurate results.

----------------------------------------------------------------
Po-Hsu Lin (1):
selftests/timers: Turn off timeout setting

tools/testing/selftests/timers/Makefile | 1 +
tools/testing/selftests/timers/settings | 1 +
2 files changed, 2 insertions(+)
create mode 100644 tools/testing/selftests/timers/settings

----------------------------------------------------------------
diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile
index 7656c7ce79d9..0e73a16874c4 100644
--- a/tools/testing/selftests/timers/Makefile
+++ b/tools/testing/selftests/timers/Makefile
@@ -13,6 +13,7 @@ DESTRUCTIVE_TESTS = alarmtimer-suspend valid-adjtimex adjtick change_skew \

TEST_GEN_PROGS_EXTENDED = $(DESTRUCTIVE_TESTS)

+TEST_FILES := settings

include ../lib.mk

diff --git a/tools/testing/selftests/timers/settings b/tools/testing/selftests/timers/settings
new file mode 100644
index 000000000000..e7b9417537fb
--- /dev/null
+++ b/tools/testing/selftests/timers/settings
@@ -0,0 +1 @@
+timeout=0