1. 22 6月, 2018 2 次提交
  2. 31 5月, 2018 1 次提交
    • S
      selftests: net: return Kselftest Skip code for skipped tests · 57aefc7c
      Shuah Khan (Samsung OSG) 提交于
      When net test is skipped because of unmet dependencies and/or unsupported
      configuration, it returns 0 which is treated as a pass by the Kselftest
      framework. This leads to false positive result even when the test could
      not be run.
      
      Change it to return kselftest skip code when a test gets skipped to
      clearly report that the test could not be run.
      
      Kselftest framework SKIP code is 4 and the framework prints appropriate
      messages to indicate that the test is skipped.
      
      Change psock_tpacket to use ksft_exit_skip() when a non-root user runs
      the test and add an explicit check for root and a clear message, instead
      of failing the test when /sys/power/state file open fails.
      Signed-off-by: NShuah Khan (Samsung OSG) <shuah@kernel.org>
      57aefc7c
  3. 17 4月, 2018 1 次提交
  4. 05 3月, 2018 1 次提交
  5. 03 1月, 2018 1 次提交
  6. 21 12月, 2017 1 次提交
  7. 13 10月, 2017 1 次提交
  8. 11 10月, 2017 1 次提交
  9. 05 10月, 2017 1 次提交
  10. 03 10月, 2017 1 次提交
  11. 29 9月, 2017 1 次提交
  12. 20 9月, 2017 1 次提交
  13. 30 8月, 2017 1 次提交
  14. 16 8月, 2017 1 次提交
  15. 11 8月, 2017 1 次提交