[<prev] [next>] [day] [month] [year] [list]
Message-ID: <579F8C8F.4020606@osg.samsung.com>
Date: Mon, 1 Aug 2016 11:53:19 -0600
From: Shuah Khan <shuahkh@....samsung.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
Shuah Khan <shuahkh@....samsung.com>
Subject: [GIT PULL] Kselftest update for 4.8-rc1
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@....samsung.com
View attachment "linux-kselftest-4.8-rc1-update.diff" of type "text/x-patch" (13000 bytes)
Powered by blists - more mailing lists