Patch "selftests/timers: Turn off timeout setting" has been added to the 5.8-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    selftests/timers: Turn off timeout setting

to the 5.8-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     selftests-timers-turn-off-timeout-setting.patch
and it can be found in the queue-5.8 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit f1d7e2c6878fe0b912bf51b06c7c11ac6ab1c2bf
Author: Po-Hsu Lin <po-hsu.lin@xxxxxxxxxxxxx>
Date:   Wed Mar 18 10:42:15 2020 +0800

    selftests/timers: Turn off timeout setting
    
    [ Upstream commit 5c1e4f7e9e49b6925b1fb5c507d2c614f3edb292 ]
    
    The following 4 tests in timers can take longer than the default 45
    seconds that added in commit 852c8cbf34d3 ("selftests/kselftest/runner.sh:
    Add 45 second timeout per test") to run:
      * nsleep-lat - 2m7.350s
      * set-timer-lat - 2m0.66s
      * inconsistency-check - 1m45.074s
      * raw_skew - 2m0.013s
    
    Thus they will be marked as failed with the current 45s setting:
      not ok 3 selftests: timers: nsleep-lat # TIMEOUT
      not ok 4 selftests: timers: set-timer-lat # TIMEOUT
      not ok 6 selftests: timers: inconsistency-check # TIMEOUT
      not ok 7 selftests: timers: raw_skew # TIMEOUT
    
    Disable the timeout setting for timers can make these tests finish
    properly:
      ok 3 selftests: timers: nsleep-lat
      ok 4 selftests: timers: set-timer-lat
      ok 6 selftests: timers: inconsistency-check
      ok 7 selftests: timers: raw_skew
    
    https://bugs.launchpad.net/bugs/1864626
    Fixes: 852c8cbf34d3 ("selftests/kselftest/runner.sh: Add 45 second timeout per test")
    Signed-off-by: Po-Hsu Lin <po-hsu.lin@xxxxxxxxxxxxx>
    Acked-by: John Stultz <john.stultz@xxxxxxxxxx>
    Signed-off-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile
index 7656c7ce79d90..0e73a16874c4c 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 0000000000000..e7b9417537fbc
--- /dev/null
+++ b/tools/testing/selftests/timers/settings
@@ -0,0 +1 @@
+timeout=0



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux