]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Sep 2015 00:39:10 +0000 (17:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Sep 2015 00:39:10 +0000 (17:39 -0700)
Pull kselftest update from Shuah Khan:
 "This update adds new zram test and fixes to problems found during
  testing this new zram test.  In addition, there are a few bug fixes
  and ksefltest improvement patches from Linaro developers.

  I will send another update later on this week to fix kselftest
  breakage due to commit 2bf9e0ab08c6 ("locking/static_keys: Provide a
  selftest") after the fix soaks in next for a couple of days"

* tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests/zram: Makefile fix
  selftests/zram: must be run as root
  selftests: breakpoints: fix installing error on the architecture except x86
  selftests: check before install
  selftests/zram: Adding zram tests

1  2 
tools/testing/selftests/Makefile

index b8f12e0897e6b1debdd3165e4300ccdbf4e26f44,b2179587c8fe04a3df57c85bf7f12fee73313f5b..0501511445963bd9a87540b73094456ec10987aa
@@@ -20,9 -20,9 +20,10 @@@ ifneq (1, $(quicktest)
  TARGETS += timers
  endif
  TARGETS += user
 +TARGETS += jumplabel
  TARGETS += vm
  TARGETS += x86
+ TARGETS += zram
  #Please keep the TARGETS list alphabetically sorted
  # Run "make quicktest=1 run_tests" or
  # "make quicktest=1 kselftest from top level Makefile