]> Git Repo - linux.git/commitdiff
Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <[email protected]>
Thu, 15 Dec 2016 22:17:32 +0000 (14:17 -0800)
committerLinus Torvalds <[email protected]>
Thu, 15 Dec 2016 22:17:32 +0000 (14:17 -0800)
Pull kselftest updates from Shuah Khan:
 "This update consists of:

   - new tests to exercise the Sync Kernel Infrastructure. These tests
     are part of a battery of Android libsync tests and are re-written
     to test the new sync user-space interfaces from Emilio López, and
     Gustavo Padovan.

   - test to run hw-independent mock tests for i915.ko from Chris Wilson

   - a new gpio test case from Bamvor Jian Zhang

   - missing gitignore additions"

* tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftest/gpio: add gpio test case
  selftest: sync: improve assert() failure message
  kselftests: Exercise hw-independent mock tests for i915.ko
  selftests: add missing gitignore files/dirs
  selftests: add missing set-tz to timers .gitignore
  selftest: sync: stress test for merges
  selftest: sync: stress consumer/producer test
  selftest: sync: stress test for parallelism
  selftest: sync: wait tests for sw_sync framework
  selftest: sync: merge tests for sw_sync framework
  selftest: sync: fence tests for sw_sync framework
  selftest: sync: basic tests for sw_sync framework

1  2 
tools/testing/selftests/Makefile

index a3144a3de3a8b581deb37e23e60c94d0035102af,3044d435d18d3e3bc969c857b75bd70f167138be..71b05891a6a14adfe7537e70333352b844966134
@@@ -1,5 -1,4 +1,5 @@@
 -TARGETS = breakpoints
 +TARGETS =  bpf
 +TARGETS += breakpoints
  TARGETS += capabilities
  TARGETS += cpu-hotplug
  TARGETS += efivarfs
@@@ -7,6 -6,7 +7,7 @@@ TARGETS += exe
  TARGETS += firmware
  TARGETS += ftrace
  TARGETS += futex
+ TARGETS += gpio
  TARGETS += ipc
  TARGETS += kcmp
  TARGETS += lib
@@@ -24,6 -24,7 +25,7 @@@ TARGETS += seccom
  TARGETS += sigaltstack
  TARGETS += size
  TARGETS += static_keys
+ TARGETS += sync
  TARGETS += sysctl
  ifneq (1, $(quicktest))
  TARGETS += timers
This page took 0.06054 seconds and 4 git commands to generate.