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>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 6 Nov 2020 11:16:07 -0700
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Shuah Khan <skhan@...uxfoundation.org>,
        Steven Rostedt <rostedt@...dmis.org>,
        linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        kees Cook <keescook@...omium.org>,
        Christian Brauner <christian@...uner.io>
Subject: [GIT PULL] Kselftest fixes update for Linux 5.10-rc3

Hi Linus,

Please pull the following Kselftest fixes update for Linux 5.10-rc3.

This Kselftest fixes update for Linux 5.10-rc3 consists of fixes to
ftrace test and several fixes from Tommi Rantala for several tests.

Please note that these fixes have been in next for a while. I dropped
a minor fix for soon to be removed staging ion driver selftest yesterday
to make the merge easier so it doesn't conflict with the staging pull
request.

diff is attached.

thanks,
-- Shuah


----------------------------------------------------------------
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest 
tags/linux-kselftest-fixes-5.10-rc3

for you to fetch changes up to 7d764b685ee1bc73a9fa2b6cb4d42fa72b943145:

   selftests: binderfs: use SKIP instead of XFAIL (2020-11-05 10:08:15 
-0700)

----------------------------------------------------------------
linux-kselftest-fixes-5.10-rc3

This Kselftest fixes update for Linux 5.10-rc3 consists of fixes to
ftrace test and several fixes from Tommi Rantala for several tests.

----------------------------------------------------------------
Colin Ian King (1):
       selftests/ftrace: check for do_sys_openat2 in user-memory test

Steven Rostedt (VMware) (1):
       selftests/ftrace: Use $FUNCTION_FORK to reference kernel fork 
function

Tommi Rantala (11):
       selftests: filter kselftest headers from command in lib.mk
       selftests: pidfd: fix compilation errors due to wait.h
       selftests/harness: prettify SKIP message whitespace again
       selftests: pidfd: use ksft_test_result_skip() when skipping test
       selftests: pidfd: skip test on kcmp() ENOSYS
       selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config
       selftests: pidfd: drop needless linux/kcmp.h inclusion in 
pidfd_setns_test.c
       selftests: proc: fix warning: _GNU_SOURCE redefined
       selftests: core: use SKIP instead of XFAIL in close_range_test.c
       selftests: clone3: use SKIP instead of XFAIL
       selftests: binderfs: use SKIP instead of XFAIL

  .../selftests/clone3/clone3_cap_checkpoint_restore.c       |  2 +-
  tools/testing/selftests/core/close_range_test.c            |  8 ++++----
  .../testing/selftests/filesystems/binderfs/binderfs_test.c |  8 ++++----
  .../selftests/ftrace/test.d/dynevent/add_remove_kprobe.tc  |  2 +-
  .../ftrace/test.d/dynevent/clear_select_events.tc          |  2 +-
  .../ftrace/test.d/dynevent/generic_clear_event.tc          |  2 +-
  .../ftrace/test.d/ftrace/func-filter-notrace-pid.tc        |  2 +-
  .../selftests/ftrace/test.d/ftrace/func-filter-pid.tc      |  2 +-
  .../ftrace/test.d/ftrace/func-filter-stacktrace.tc         |  4 ++--
  tools/testing/selftests/ftrace/test.d/functions            |  7 +++++++
  .../selftests/ftrace/test.d/kprobe/add_and_remove.tc       |  2 +-
  tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc |  2 +-
  .../testing/selftests/ftrace/test.d/kprobe/kprobe_args.tc  |  4 ++--
  .../selftests/ftrace/test.d/kprobe/kprobe_args_comm.tc     |  2 +-
  .../selftests/ftrace/test.d/kprobe/kprobe_args_string.tc   |  4 ++--
  .../selftests/ftrace/test.d/kprobe/kprobe_args_symbol.tc   | 10 +++++-----
  .../selftests/ftrace/test.d/kprobe/kprobe_args_type.tc     |  2 +-
  .../selftests/ftrace/test.d/kprobe/kprobe_args_user.tc     |  4 ++++
  .../selftests/ftrace/test.d/kprobe/kprobe_ftrace.tc        | 14 
+++++++-------
  .../selftests/ftrace/test.d/kprobe/kprobe_multiprobe.tc    |  2 +-
.../selftests/ftrace/test.d/kprobe/kprobe_syntax_errors.tc | 12 ++++++------
  .../selftests/ftrace/test.d/kprobe/kretprobe_args.tc       |  4 ++--
  tools/testing/selftests/ftrace/test.d/kprobe/profile.tc    |  2 +-
  tools/testing/selftests/kselftest_harness.h                |  2 +-
  tools/testing/selftests/lib.mk                             |  2 +-
  tools/testing/selftests/pidfd/config                       |  1 +
  tools/testing/selftests/pidfd/pidfd_getfd_test.c           |  5 ++++-
  tools/testing/selftests/pidfd/pidfd_open_test.c            |  1 -
  tools/testing/selftests/pidfd/pidfd_poll_test.c            |  1 -
  tools/testing/selftests/pidfd/pidfd_setns_test.c           |  1 -
  tools/testing/selftests/pidfd/pidfd_test.c                 |  2 +-
  tools/testing/selftests/proc/proc-loadavg-001.c            |  1 -
  tools/testing/selftests/proc/proc-self-syscall.c           |  1 -
  tools/testing/selftests/proc/proc-uptime-002.c             |  1 -

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

View attachment "linux-kselftest-fixes-5.10-rc3.diff" of type "text/x-patch" (25986 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ