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:	Fri, 15 Jan 2016 13:34:24 -0700
From:	Shuah Khan <shuahkh@....samsung.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"open list:KERNEL SELFTEST F..." <linux-api@...r.kernel.org>,
	Shuah Khan <shuahkh@....samsung.com>,
	"shuahkhan@...il.com" <shuahkhan@...il.com>
Subject: [GIT PULL] Kselftest updates from 4.5-rc1

Hi Linus,

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

Thanks,
-- Shuah

-------------------------------------------------------------
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

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

for you to fetch changes up to 1b1fe542b6f010cf6bc7e1c92805e1c0e133e007:

  selftests: firmware: add empty string and async tests (2016-01-07
14:41:07 -0700)

----------------------------------------------------------------
linux-kselftest-4.5-rc1

This 14 patch update:

- adds a new test for intel_pstate driver
- adds empty string and async test cases to
  firmware class tests
- fixes and cleans up several existing tests

----------------------------------------------------------------
Bamvor Jian Zhang (3):
      selftests/capabilities: clean up for Makefile
      selftests/capabilities: actually test it
      selftest/ipc: actually test it

Brian Norris (5):
      test: firmware_class: report errors properly on failure
      test: firmware_class: use kstrndup() where appropriate
      test: firmware_class: add asynchronous request trigger
      firmware: actually return NULL on failed request_firmware_nowait()
      selftests: firmware: add empty string and async tests

Kees Cook (1):
      selftests/seccomp: fix 32-bit build warnings

Prarit Bhargava (1):
      tools, testing, add test for intel_pstate driver

Yuan Sun (4):
      update .gitignore in selftests/vm
      update .gitignore in selftests/timers
      add ptrace/.gitignore
      add breakpoints/.gitignore

 drivers/base/firmware_class.c                     |   8 +-
 lib/test_firmware.c                               |  79 ++++++++++++++-
 tools/testing/selftests/Makefile                  |   2 +
 tools/testing/selftests/breakpoints/.gitignore    |   1 +
 tools/testing/selftests/capabilities/Makefile     |  21 ++--
 tools/testing/selftests/firmware/fw_filesystem.sh |  29 +++++-
 tools/testing/selftests/intel_pstate/Makefile     |  15 +++
 tools/testing/selftests/intel_pstate/aperf.c      |  80 +++++++++++++++
 tools/testing/selftests/intel_pstate/msr.c        |  39 ++++++++
 tools/testing/selftests/intel_pstate/run.sh       | 113
++++++++++++++++++++++
 tools/testing/selftests/ptrace/.gitignore         |   1 +
 tools/testing/selftests/seccomp/test_harness.h    |   5 +-
 tools/testing/selftests/timers/.gitignore         |   1 +
 tools/testing/selftests/vm/.gitignore             |   5 +
 14 files changed, 376 insertions(+), 23 deletions(-)
 create mode 100644 tools/testing/selftests/breakpoints/.gitignore
 create mode 100644 tools/testing/selftests/intel_pstate/Makefile
 create mode 100644 tools/testing/selftests/intel_pstate/aperf.c
 create mode 100644 tools/testing/selftests/intel_pstate/msr.c
 create mode 100755 tools/testing/selftests/intel_pstate/run.sh
 create mode 100644 tools/testing/selftests/ptrace/.gitignore

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


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

View attachment "4.5-rc1_pull_req.diff" of type "text/x-diff" (16211 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ