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: <b6b8e447-732d-483b-bedb-e1a5d6725376@linuxfoundation.org>
Date: Tue, 21 Jan 2025 13:56:32 -0700
From: Shuah Khan <skhan@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: sfr@...b.auug.org.au, kuba@...nel.org, skhan@...uxfoundation.org,
 shuah@...nel.org, linux-kernel@...r.kernel.org,
 linux-kselftest@...r.kernel.org
Subject: [GIT PULL] kselftest next update for Linux 6.14-rc1

Hi Linus,

Please pull the following kseltest update for Linux 6.14-rc1.

- fixes, reporting improvements, and cleanup changes to several tests
- adds support for DT_GNU_HASH to selftests/vDSO

Note:

Stephen reported conflict between the following two commits and the fix is
in the linux-next:

   912d6f669725 ("selftests/net: packetdrill: report benign debug flakes as xfail")

from the net-next tree and commit:

   279e9403c5bd ("selftests: Warn about skipped tests in result summary")

from the kselftest tree.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 5bc55a333a2f7316b58edc7573e8e893f7acb532:

   Linux 6.13-rc7 (2025-01-12 14:37:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 336d02bc4c6bec5c3d933e5d470a94970f830957:

   selftests/rseq: Fix handling of glibc without rseq support (2025-01-15 10:54:48 -0700)

----------------------------------------------------------------
linux_kselftest-next-6.14-rc1

- fixes, reporting improvements, and cleanup changes to several tests
- adds support for DT_GNU_HASH to selftests/vDSO

----------------------------------------------------------------
Brendan Jackman (1):
       selftests/run_kselftest.sh: Fix help string for --per-test-log

Carlos Llamas (1):
       selftest: media_tests: fix trivial UAF typo

Dmitry V. Levin (1):
       selftests: harness: fix printing of mismatch values in __EXPECT()

Fangrui Song (1):
       selftests/vDSO: support DT_GNU_HASH

Geert Uytterhoeven (1):
       selftests: timers: clocksource-switch: Adapt progress to kselftest framework

Laura Nao (1):
       selftests: Warn about skipped tests in result summary

Li Zhijian (2):
       selftests/filesystems: Add missing gitignore file
       selftests/zram: gitignore output file

Maciej Wieczor-Retman (2):
       selftests/resctrl: Adjust effective L3 cache size with SNC enabled
       selftests/resctrl: Discover SNC kernel support and adjust messages

Masami Hiramatsu (Google) (2):
       selftests/ftrace: Fix to use remount when testing mount GID option
       selftests/ftrace: Make uprobe test more robust against binary name

Mathieu Desnoyers (1):
       selftests/rseq: Fix handling of glibc without rseq support


Shivam Chaudhary (3):
       selftests: acct: Add ksft_exit_skip if not running as root
       selftests: tmpfs: Add Test-skip if not run as root
       selftests: tmpfs: Add kselftest support to tmpfs

Stefano Pigozzi (1):
       selftests: kselftest: Add ksft_test_result_xpass

Vincent Donnefort (1):
       selftests/ring-buffer: Add test for out-of-bound pgoff mapping

zhang jiao (2):
       selftests/ipc: Remove unused variables
       selftests: kselftest: Fix the wrong format specifier

  tools/testing/selftests/acct/acct_syscall.c        |   2 +-
  .../selftests/filesystems/statmount/.gitignore     |   1 +
  .../ftrace/test.d/00basic/mount_options.tc         |   8 +-
  .../ftrace/test.d/dynevent/add_remove_uprobe.tc    |   4 +-
  tools/testing/selftests/ipc/msgque.c               |   2 +-
  tools/testing/selftests/kselftest.h                |  28 ++++-
  tools/testing/selftests/kselftest/ksft.py          |   3 +
  tools/testing/selftests/kselftest/ktap_helpers.sh  |   4 +
  tools/testing/selftests/kselftest_harness.h        |  24 ++--
  .../selftests/media_tests/regression_test.txt      |   8 +-
  tools/testing/selftests/resctrl/Makefile           |   1 +
  tools/testing/selftests/resctrl/cmt_test.c         |   4 +-
  tools/testing/selftests/resctrl/mba_test.c         |   2 +
  tools/testing/selftests/resctrl/mbm_test.c         |   4 +-
  tools/testing/selftests/resctrl/resctrl.h          |   6 +
  tools/testing/selftests/resctrl/resctrl_tests.c    |   9 +-
  tools/testing/selftests/resctrl/resctrlfs.c        | 137 +++++++++++++++++++++
  tools/testing/selftests/ring-buffer/map_test.c     |   8 +-
  tools/testing/selftests/rseq/rseq.c                |  32 +++--
  tools/testing/selftests/rseq/rseq.h                |   9 +-
  tools/testing/selftests/run_kselftest.sh           |   2 +-
  .../testing/selftests/timers/clocksource-switch.c  |   6 +-
  tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c |  41 +++---
  tools/testing/selftests/vDSO/parse_vdso.c          | 110 ++++++++++++-----
  tools/testing/selftests/zram/.gitignore            |   2 +
  25 files changed, 371 insertions(+), 86 deletions(-)
  create mode 100644 tools/testing/selftests/zram/.gitignore
----------------------------------------------------------------
View attachment "linux_kselftest-next-6.14-rc1.diff" of type "text/x-patch" (32440 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ