lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 16 Mar 2016 09:26:59 -0600
From:	Shuah Khan <shuahkh@....samsung.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Michal Marek <mmarek@...e.cz>, linux-kernel@...r.kernel.org,
	linux-kselftest@...r.kernel.org,
	Shuah Khan <shuahkh@....samsung.com>
Subject: [GIT PULL] Kselftest updates for 4.6-rc1

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@....samsung.com | (970) 217-8978

View attachment "4.6-rc1_pull_req.diff" of type "text/x-diff" (13655 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ