diff mbox series

[GIT,PULL] Kselftest update for Linux 5.9-rc5

Message ID 12c8266f-de6e-176a-f45b-06b3887f5008@linuxfoundation.org (mailing list archive)
State Accepted
Commit 34d4ddd359dbcdf6c5fb3f85a179243d7a1cb7f8
Headers show
Series [GIT,PULL] Kselftest update for Linux 5.9-rc5 | expand

Pull-request

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

Commit Message

Shuah Khan Sept. 8, 2020, 5 p.m. UTC
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

----------------------------------------------------------------

Comments

pr-tracker-bot@kernel.org Sept. 8, 2020, 7:38 p.m. UTC | #1
The pull request you sent on Tue, 8 Sep 2020 11:00:05 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/34d4ddd359dbcdf6c5fb3f85a179243d7a1cb7f8

Thank you!
diff mbox series

Patch

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