[<prev] [next>] [day] [month] [year] [list]
Message-ID: <eea62569-7423-6f41-bc8f-64bcda909f4c@osg.samsung.com>
Date: Thu, 15 Dec 2016 13:45:46 -0700
From: Shuah Khan <shuahkh@....samsung.com>
To: torvalds@...ux-foundation.org
Cc: linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
Shuah Khan <shuahkh@....samsung.com>
Subject: [GIT PULL] Kselftest update for 4.10-rc1
Hi Linus,
Please pull the Kselftest update for 4.10-rc1.
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
diff is attached.
thanks,
-- Shuah
------------------------------------------------------------------------
The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-4.10-rc1-update
for you to fetch changes up to 22f6592b23ef8a0c09283bcb13087340721e1154:
selftest/gpio: add gpio test case (2016-12-13 07:26:37 -0700)
----------------------------------------------------------------
linux-kselftest-4.10-rc1-update
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
----------------------------------------------------------------
Bamvor Jian Zhang (1):
selftest/gpio: add gpio test case
Chris Wilson (1):
kselftests: Exercise hw-independent mock tests for i915.ko
Emilio López (7):
selftest: sync: basic tests for sw_sync framework
selftest: sync: fence tests for sw_sync framework
selftest: sync: merge tests for sw_sync framework
selftest: sync: wait tests for sw_sync framework
selftest: sync: stress test for parallelism
selftest: sync: stress consumer/producer test
selftest: sync: stress test for merges
Gustavo Padovan (1):
selftest: sync: improve assert() failure message
Shuah Khan (2):
selftests: add missing set-tz to timers .gitignore
selftests: add missing gitignore files/dirs
tools/testing/selftests/.gitignore | 1 +
tools/testing/selftests/Makefile | 2 +
tools/testing/selftests/drivers/gpu/i915.sh | 14 +
tools/testing/selftests/gpio/Makefile | 23 ++
tools/testing/selftests/gpio/gpio-mockup-chardev.c | 324 +++++++++++++++++++++
tools/testing/selftests/gpio/gpio-mockup-sysfs.sh | 134 +++++++++
tools/testing/selftests/gpio/gpio-mockup.sh | 201 +++++++++++++
tools/testing/selftests/nsfs/.gitignore | 2 +
tools/testing/selftests/sigaltstack/.gitignore | 1 +
tools/testing/selftests/sync/.gitignore | 1 +
tools/testing/selftests/sync/Makefile | 24 ++
tools/testing/selftests/sync/sw_sync.h | 46 +++
tools/testing/selftests/sync/sync.c | 221 ++++++++++++++
tools/testing/selftests/sync/sync.h | 40 +++
tools/testing/selftests/sync/sync_alloc.c | 74 +++++
tools/testing/selftests/sync/sync_fence.c | 132 +++++++++
tools/testing/selftests/sync/sync_merge.c | 60 ++++
.../testing/selftests/sync/sync_stress_consumer.c | 185 ++++++++++++
tools/testing/selftests/sync/sync_stress_merge.c | 115 ++++++++
.../selftests/sync/sync_stress_parallelism.c | 111 +++++++
tools/testing/selftests/sync/sync_test.c | 79 +++++
tools/testing/selftests/sync/sync_wait.c | 91 ++++++
tools/testing/selftests/sync/synctest.h | 66 +++++
tools/testing/selftests/timers/.gitignore | 1 +
24 files changed, 1948 insertions(+)
create mode 100644 tools/testing/selftests/.gitignore
create mode 100755 tools/testing/selftests/drivers/gpu/i915.sh
create mode 100644 tools/testing/selftests/gpio/Makefile
create mode 100644 tools/testing/selftests/gpio/gpio-mockup-chardev.c
create mode 100755 tools/testing/selftests/gpio/gpio-mockup-sysfs.sh
create mode 100755 tools/testing/selftests/gpio/gpio-mockup.sh
create mode 100644 tools/testing/selftests/nsfs/.gitignore
create mode 100644 tools/testing/selftests/sigaltstack/.gitignore
create mode 100644 tools/testing/selftests/sync/.gitignore
create mode 100644 tools/testing/selftests/sync/Makefile
create mode 100644 tools/testing/selftests/sync/sw_sync.h
create mode 100644 tools/testing/selftests/sync/sync.c
create mode 100644 tools/testing/selftests/sync/sync.h
create mode 100644 tools/testing/selftests/sync/sync_alloc.c
create mode 100644 tools/testing/selftests/sync/sync_fence.c
create mode 100644 tools/testing/selftests/sync/sync_merge.c
create mode 100644 tools/testing/selftests/sync/sync_stress_consumer.c
create mode 100644 tools/testing/selftests/sync/sync_stress_merge.c
create mode 100644 tools/testing/selftests/sync/sync_stress_parallelism.c
create mode 100644 tools/testing/selftests/sync/sync_test.c
create mode 100644 tools/testing/selftests/sync/sync_wait.c
create mode 100644 tools/testing/selftests/sync/synctest.h
---------------------------------------------------------------------------
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@....samsung.com
View attachment "linux-kselftest-4.10-rc1-update.diff" of type "text/x-patch" (60071 bytes)
Powered by blists - more mailing lists