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


Groups > linux.kernel > #1359087 > unrolled thread

[GIT PULL] Kselftest updates for 4.6-rc1

Started byShuah Khan <shuahkh@osg.samsung.com>
First post2016-03-16 16:30 +0100
Last post2016-03-16 16:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Kselftest updates for 4.6-rc1 Shuah Khan <shuahkh@osg.samsung.com> - 2016-03-16 16:30 +0100

#1359087 — [GIT PULL] Kselftest updates for 4.6-rc1

FromShuah Khan <shuahkh@osg.samsung.com>
Date2016-03-16 16:30 +0100
Subject[GIT PULL] Kselftest updates for 4.6-rc1
Message-ID<rdlyy-2jP-1@gated-at.bofh.it>

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

Hi Linus,

Please pull the following update for 4.6-rc1. diff attached.

thanks,
-- Shuah

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

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to 6accd8e9bf22749f621fb7fb57995fa65f4cd873:

  selftests: media_dcevice_test fix usage information (2016-02-25 17:22:42 -0700)

----------------------------------------------------------------
linux-kselftest-4.6-rc1

This update for Kselftest adds:

- A new feature to create test-specific kconfig fragments.
  This feature helps configure Kselftests to test specific
  Kernel Configuration options as opposed to defconfig.

- A new test for Media Controller API

- A few fixes

----------------------------------------------------------------
Bamvor Jian Zhang (2):
      selftests: create test-specific kconfig fragments
      Makefile: add kselftest-merge

Greg Hackmann (1):
      selftests: breakpoint: add step_after_suspend_test

Shuah Khan (3):
      selftests: add a new test for Media Controller API
      selftests: media_dcevice_test fix to handle ioctl failure case
      selftests: media_dcevice_test fix usage information

Sudeep Holla (1):
      selftests: add missing .gitignore file or entry

 Makefile                                           |  10 +
 tools/testing/selftests/breakpoints/.gitignore     |   1 +
 tools/testing/selftests/breakpoints/Makefile       |   4 +-
 .../breakpoints/step_after_suspend_test.c          | 218 +++++++++++++++++++++
 tools/testing/selftests/cpu-hotplug/config         |   2 +
 tools/testing/selftests/firmware/config            |   1 +
 tools/testing/selftests/ftrace/config              |   1 +
 tools/testing/selftests/ipc/.gitignore             |   1 +
 tools/testing/selftests/ipc/config                 |   2 +
 tools/testing/selftests/media_tests/.gitignore     |   1 +
 tools/testing/selftests/media_tests/Makefile       |   7 +
 .../selftests/media_tests/media_device_test.c      |  95 +++++++++
 tools/testing/selftests/memory-hotplug/config      |   4 +
 tools/testing/selftests/mount/config               |   2 +
 tools/testing/selftests/net/config                 |   3 +
 tools/testing/selftests/pstore/config              |   4 +
 tools/testing/selftests/seccomp/config             |   2 +
 tools/testing/selftests/static_keys/config         |   1 +
 tools/testing/selftests/user/config                |   1 +
 tools/testing/selftests/vm/config                  |   1 +
 tools/testing/selftests/zram/config                |   2 +
 21 files changed, 362 insertions(+), 1 deletion(-)
 create mode 100644 tools/testing/selftests/breakpoints/step_after_suspend_test.c
 create mode 100644 tools/testing/selftests/cpu-hotplug/config
 create mode 100644 tools/testing/selftests/firmware/config
 create mode 100644 tools/testing/selftests/ftrace/config
 create mode 100644 tools/testing/selftests/ipc/.gitignore
 create mode 100644 tools/testing/selftests/ipc/config
 create mode 100644 tools/testing/selftests/media_tests/.gitignore
 create mode 100644 tools/testing/selftests/media_tests/Makefile
 create mode 100644 tools/testing/selftests/media_tests/media_device_test.c
 create mode 100644 tools/testing/selftests/memory-hotplug/config
 create mode 100644 tools/testing/selftests/mount/config
 create mode 100644 tools/testing/selftests/net/config
 create mode 100644 tools/testing/selftests/pstore/config
 create mode 100644 tools/testing/selftests/seccomp/config
 create mode 100644 tools/testing/selftests/static_keys/config
 create mode 100644 tools/testing/selftests/user/config
 create mode 100644 tools/testing/selftests/vm/config
 create mode 100644 tools/testing/selftests/zram/config

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

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web