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:   Mon, 20 Aug 2018 15:45:39 -0600
From:   Shuah Khan <shuah@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Shuah Khan <shuah@...nel.org>, linux-kselftest@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] kselftest update for Linux 4.19-rc1

Hi Linus,

Please pull the following Kselftest update for Linux 4.19-rc1

This Kselftest update for 4.19-rc1:

- adds cgroup core selftests
- fixes compile warnings in android ion test
- fixes to bugs in exclude and skip paths in vDSO test
- removes obsolete config options
- adds missing .gitignore file

diff is attached.

thanks,
-- Shuah

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

The following changes since commit 1e4b044d22517cae7047c99038abb444423243ca:

  Linux 4.18-rc4 (2018-07-08 16:34:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 01675e9503c4e20c5ce9aebdfe6a9cf2ae4991e0:

  selftests/ftrace: Fix kprobe string testcase to not probe notrace function (2018-08-09 11:26:33 -0600)

----------------------------------------------------------------
linux-kselftest-4.19-rc1

This Kselftest update for 4.19-rc1:

- adds cgroup core selftests
- fixes compile warnings in android ion test
- fixes to bugs in exclude and skip paths in vDSO test
- removes obsolete config options
- adds missing .gitignore file

----------------------------------------------------------------
Anders Roxell (2):
      selftests: cgroup: add gitignore file
      selftests: mount: remove no longer needed config option

Claudio (1):
      Add cgroup core selftests

Li Zhijian (1):
      selftests/android: initialize heap_type to avoid compiling warning

Masami Hiramatsu (1):
      selftests/ftrace: Fix kprobe string testcase to not probe notrace function

Shuah Khan (Samsung OSG) (2):
      selftests: vDSO - fix to exclude x86 test on non-x86 platforms
      selftests: vDSO - fix to return KSFT_SKIP when test couldn't be run

 .../testing/selftests/android/ion/ionapp_export.c  |   1 +
 tools/testing/selftests/cgroup/.gitignore          |   1 +
 tools/testing/selftests/cgroup/Makefile            |   2 +
 tools/testing/selftests/cgroup/cgroup_util.c       |   8 +
 tools/testing/selftests/cgroup/cgroup_util.h       |   1 +
 tools/testing/selftests/cgroup/test_core.c         | 395 +++++++++++++++++++++
 .../ftrace/test.d/kprobe/kprobe_args_string.tc     |  30 +-
 .../selftests/ftrace/test.d/kprobe/probepoint.tc   |   2 +-
 tools/testing/selftests/mount/config               |   1 -
 tools/testing/selftests/vDSO/Makefile              |  13 +-
tools/testing/selftests/vDSO/vdso_test.c           |   7 +-
 11 files changed, 435 insertions(+), 26 deletions(-)
 create mode 100644 tools/testing/selftests/cgroup/.gitignore
 create mode 100644 tools/testing/selftests/cgroup/test_core.c

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

View attachment "linux-kselftest-4.19-rc1.diff" of type "text/x-patch" (16270 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ