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]
Message-ID: <a5251d1f-a217-48fb-808c-f5ad6edb6c17@linuxfoundation.org>
Date:   Wed, 1 Nov 2023 13:11:31 -0600
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     shuah <shuah@...nel.org>, Shuah Khan <skhan@...uxfoundation.org>,
        linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org
Subject: [GIT PULL] Kselftest next update for Linux 6.7-rc1

Hi Linus,

Please pull the following Kselftest update for Linux 6.7-rc1.

This kselftest update for Linux 6.7-rc1 consists of:

-- kbuild kselftest-merge target fixes
-- fixes to several tests
-- resctrl test fixes and enhancements
-- ksft_perror() helper and reporting improvements
-- printf attribute to kselftest prints to improve reporting
-- documentation and clang build warning fixes

Bulk of the patches are for resctrl fixes and enhancements.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

   Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-next-6.7-rc1

for you to fetch changes up to 5247e6dbed0041147a83137f89cd45043301de5c:

   selftests/resctrl: Fix MBM test failure when MBA unavailable (2023-10-18 14:33:44 -0600)

----------------------------------------------------------------
linux_kselftest-next-6.7-rc1

This kselftest update for Linux 6.7-rc1 consists of:

-- kbuild kselftest-merge target fixes
-- fixes to several tests
-- resctrl test fixes and enhancements
-- ksft_perror() helper and reporting improvements
-- printf attribute to kselftest prints to improve reporting
-- documentation and clang build warning fixes

Bulk of the patches are for resctrl fixes and enhancements.

----------------------------------------------------------------
Björn Töpel (2):
       kbuild: Let builtin have precedence over modules for kselftest-merge
       kbuild: Merge per-arch config for kselftest-merge target

Ilpo Järvinen (16):
       selftests/resctrl: Ensure the benchmark commands fits to its array
       selftests/resctrl: Correct benchmark command help
       selftests/resctrl: Remove bw_report and bm_type from main()
       selftests/resctrl: Simplify span lifetime
       selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
       selftests/resctrl: Make benchmark command const and build it with pointers
       selftests/resctrl: Remove ben_count variable
       selftests/resctrl: Cleanup benchmark argument parsing
       selftests/resctrl: Fix uninitialized .sa_flags
       selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
       selftests/resctrl: Remove duplicate feature check from CMT test
       selftests/resctrl: Move _GNU_SOURCE define into Makefile
       selftests/resctrl: Refactor feature check to use resource and feature name
       selftests/resctrl: Fix feature checks
       selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests
       selftests/resctrl: Fix MBM test failure when MBA unavailable

Javier Carrasco (5):
       selftests/user_events: add gitignore file
       selftests/tdx: add gitignore file
       selftests/dmabuf-heaps: add gitignore file

       selftests: uevent filtering: fix return on error in uevent_listener
       selftests: static_keys: fix test name in messages

Juntong Deng (1):
       selftests/damon: Add executable permission to test scripts

Justin Stitt (1):
       selftests/rseq: fix kselftest Clang build warnings

Maciej Wieczor-Retman (10):
       selftests: Add printf attribute to kselftest prints
       selftests/cachestat: Fix print_cachestat format
       selftests/openat2: Fix wrong format specifier
       selftests/pidfd: Fix ksft print formats
       selftests/sigaltstack: Fix wrong format specifier
       selftests/kvm: Replace attribute with macro
       selftests/mm: Substitute attribute with a macro
       selftests/resctrl: Fix wrong format specifier
       selftests/resctrl: Fix schemata write error check
       selftests/resctrl: Move run_benchmark() to a more fitting file

Marcos Paulo de Souza (1):
       Documentation: kselftests: Remove references to bpf tests

Mark Brown (5):
       kselftest: Add a ksft_perror() helper
       selftests/exec: Convert execveat test to generate KTAP output
       selftests: timers: Convert posix_timers test to generate KTAP output
       selftests: timers: Convert nsleep-lat test to generate KTAP output
       selftests/clone3: Report descriptive test names

Muhammad Usama Anjum (4):
       selftests: capabilities: remove duplicate unneeded defines
       selftests: clone3: remove duplicate defines
       selftests: core: remove duplicate defines
       selftests: firmware: remove duplicate unneeded defines

Swapnil Sapkal (2):
       selftests/amd-pstate: Fix broken paths to run workloads in amd-pstate-ut
       selftests/amd-pstate: Added option to provide perf binary path

Yu Liao (2):
       selftests/ftrace: add loongarch support for kprobe args char tests
       selftests/ftrace: Add riscv support for kprobe arg tests


zhujun2 (2):
       selftests/efivarfs: create-read: fix a resource leak
       selftests:modify the incorrect print format

Documentation/dev-tools/kselftest.rst              |   6 +-
  Makefile                                           |   4 +-
  .../x86/amd_pstate_tracer/amd_pstate_trace.py      |   3 +-
  tools/testing/selftests/amd-pstate/gitsource.sh    |  17 +-
  tools/testing/selftests/amd-pstate/run.sh          |  21 +-
  tools/testing/selftests/amd-pstate/tbench.sh       |   4 +-
  tools/testing/selftests/cachestat/test_cachestat.c |   2 +-
  tools/testing/selftests/capabilities/Makefile      |   2 +-
  tools/testing/selftests/capabilities/test_execve.c |   8 -
  .../testing/selftests/capabilities/validate_cap.c  |   8 -
  tools/testing/selftests/clone3/clone3.c            | 265 +++++++++++++++------
  .../clone3/clone3_cap_checkpoint_restore.c         |   2 -
  .../selftests/clone3/clone3_clear_sighand.c        |   4 -
  tools/testing/selftests/clone3/clone3_selftests.h  |  13 -
  tools/testing/selftests/clone3/clone3_set_tid.c    |   2 -
  tools/testing/selftests/core/close_range_test.c    |  28 ---
  tools/testing/selftests/damon/debugfs_attrs.sh     |   0
  .../damon/debugfs_duplicate_context_creation.sh    |   0
  .../selftests/damon/debugfs_empty_targets.sh       |   0
  .../damon/debugfs_huge_count_read_write.sh         |   0
  .../selftests/damon/debugfs_rm_non_contexts.sh     |   0
  tools/testing/selftests/damon/debugfs_schemes.sh   |   0
  .../testing/selftests/damon/debugfs_target_ids.sh  |   0
  tools/testing/selftests/damon/lru_sort.sh          |   0
  tools/testing/selftests/damon/reclaim.sh           |   0
  tools/testing/selftests/damon/sysfs.sh             |   0
  .../damon/sysfs_update_removed_scheme_dir.sh       |   0
  tools/testing/selftests/dmabuf-heaps/.gitignore    |   1 +
  tools/testing/selftests/efivarfs/create-read.c     |   2 +
  tools/testing/selftests/exec/execveat.c            |  87 ++++---
  tools/testing/selftests/firmware/fw_namespace.c    |   4 -
  .../ftrace/test.d/kprobe/kprobe_args_char.tc       |   6 +
  .../ftrace/test.d/kprobe/kprobe_args_string.tc     |   3 +
  .../ftrace/test.d/kprobe/kprobe_args_syntax.tc     |   4 +
  tools/testing/selftests/kselftest.h                |  46 ++--
  tools/testing/selftests/kvm/include/test_util.h    |   8 +-
  tools/testing/selftests/mm/mremap_test.c           |   2 +-
  tools/testing/selftests/mm/pkey-helpers.h          |   2 +-
  tools/testing/selftests/openat2/openat2_test.c     |   2 +-
  tools/testing/selftests/pidfd/pidfd_fdinfo_test.c  |   2 +-
  tools/testing/selftests/pidfd/pidfd_test.c         |  12 +-
  tools/testing/selftests/resctrl/Makefile           |   2 +-
  tools/testing/selftests/resctrl/cache.c            |   7 +-
  tools/testing/selftests/resctrl/cat_test.c         |  21 +-
  tools/testing/selftests/resctrl/cmt_test.c         |  37 ++-
  tools/testing/selftests/resctrl/mba_test.c         |   6 +-
  tools/testing/selftests/resctrl/mbm_test.c         |  11 +-
  tools/testing/selftests/resctrl/resctrl.h          |  24 +-
  tools/testing/selftests/resctrl/resctrl_tests.c    | 180 +++++++-------
  tools/testing/selftests/resctrl/resctrl_val.c      |  86 +++++--
  tools/testing/selftests/resctrl/resctrlfs.c        | 162 +++++--------
  tools/testing/selftests/rseq/param_test.c          |  20 +-
  tools/testing/selftests/sigaltstack/sas.c          |   2 +-
  .../selftests/static_keys/test_static_keys.sh      |   8 +-
  tools/testing/selftests/tdx/.gitignore             |   1 +
  tools/testing/selftests/timers/nsleep-lat.c        |  26 +-
  tools/testing/selftests/timers/posix_timers.c      |  81 +++----
  tools/testing/selftests/uevent/uevent_filtering.c  |   8 +-
  tools/testing/selftests/user_events/.gitignore     |   4 +
  59 files changed, 697 insertions(+), 559 deletions(-)
  mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_attrs.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_duplicate_context_creation.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_empty_targets.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_huge_count_read_write.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_rm_non_contexts.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_schemes.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_target_ids.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/lru_sort.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/reclaim.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/sysfs.sh
  mode change 100644 => 100755 tools/testing/selftests/damon/sysfs_update_removed_scheme_dir.sh
  create mode 100644 tools/testing/selftests/dmabuf-heaps/.gitignore
  create mode 100644 tools/testing/selftests/tdx/.gitignore
  create mode 100644 tools/testing/selftests/user_events/.gitignore
----------------------------------------------------------------
View attachment "linux_kselftest-next-6.7-rc1.diff" of type "text/x-patch" (90486 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ