Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1453376 > unrolled thread

[GIT PULL] Kselftest update for 4.8-rc1

Started byShuah Khan <shuahkh@osg.samsung.com>
First post2016-08-01 20:00 +0200
Last post2016-08-01 20:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Kselftest update for 4.8-rc1 Shuah Khan <shuahkh@osg.samsung.com> - 2016-08-01 20:00 +0200

#1453376 — [GIT PULL] Kselftest update for 4.8-rc1

FromShuah Khan <shuahkh@osg.samsung.com>
Date2016-08-01 20:00 +0200
Subject[GIT PULL] Kselftest update for 4.8-rc1
Message-ID<s1pFn-11Z-11@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Hi Linus,

Please pull this 2/2 Kselftest update for 4.8-rc1. This update
contains new tests and fixes. diff is attached.

thanks,
-- Shuah

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

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-4.8-rc1-update

for you to fetch changes up to d78388dbec256b179f1c42e714cf4acf630067c6:

  selftests: media_tests add a new video device test (2016-07-26 09:59:30 -0600)

----------------------------------------------------------------
linux-kselftest-4.8-rc1-update

This update for Kselftest adds:

- a few fixes to existing tests
- new media tests for testing driver unbind, and device removal
  paths while an user application is actively making system calls
  and ioctls.

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

SeongJae Park (1):
      selftests/lib: set printf.sh executable

Shuah Khan (5):
      selftests: media_device_test change it to randomize loop count
      selftests: add media_device_open test
      selftests: add media controller regression test scripts and document
      selftests: media_tests - Add media_device_open to .gitignore
      selftests: media_tests add a new video device test

Yannick Brosseau (2):
      selftests/vm: write strlen length instead of sizeof to nr_hugepages
      selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit test

 tools/testing/selftests/lib/printf.sh              |   0
 tools/testing/selftests/media_tests/.gitignore     |   2 +
 tools/testing/selftests/media_tests/Makefile       |   4 +-
 .../selftests/media_tests/bind_unbind_sample.sh    |  12 +++
 .../selftests/media_tests/media_device_open.c      |  81 +++++++++++++++++
 .../selftests/media_tests/media_device_test.c      |  19 ++--
 .../selftests/media_tests/open_loop_test.sh        |  10 +++
 .../selftests/media_tests/regression_test.txt      |  43 +++++++++
 .../selftests/media_tests/video_device_test.c      | 100 +++++++++++++++++++++
 tools/testing/selftests/vm/compaction_test.c       |  10 +--
 tools/testing/selftests/vm/on-fault-limit.c        |   2 +-
 11 files changed, 269 insertions(+), 14 deletions(-)
 mode change 100644 => 100755 tools/testing/selftests/lib/printf.sh
 create mode 100755 tools/testing/selftests/media_tests/bind_unbind_sample.sh
 create mode 100644 tools/testing/selftests/media_tests/media_device_open.c
 create mode 100755 tools/testing/selftests/media_tests/open_loop_test.sh
 create mode 100644 tools/testing/selftests/media_tests/regression_test.txt
 create mode 100644 tools/testing/selftests/media_tests/video_device_test.c

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


-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web