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]
Message-ID: <bfb8f2e7-3572-4b1a-ae27-995f940d2938@linuxfoundation.org>
Date: Fri, 30 Jan 2026 03:07:53 -0700
From: Shuah Khan <skhan@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Shuah Khan <skhan@...uxfoundation.org>, shuah <shuah@...nel.org>,
 Brendan Higgins <brendan.higgins@...ux.dev>, David Gow
 <davidgow@...gle.com>, Rae Moar <raemoar63@...il.com>,
 linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] kunit next update for Linux 6.20-rc1

Hi Linus,

Please pull the following kunit next update for Linux 6.20-rc1.

kunit:
- adds __rust_helper to helpers
- fixes up const mis-match in many assert functions
- fixes up const mismatch in test_list_sort
- protects KUNIT_BINARY_STR_ASSERTION against ERR_PTR values
- respects KBUILD_OUTPUT env variable by default
- adds bash completion

kunit tool:
- adds test for nested test result reporting
- fixes to not overwrite test status based on subtest counts
- adds 32-bit big endian ARM configuration to qemu_configs
- renames test_data_path() to _test_data_path()
- fixes relying on implicit working directory change

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb:

   Linux 6.19-rc4 (2026-01-04 14:41:55 -0800)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-kunit-6.20-rc1

for you to fetch changes up to db0c35ca36526f3072affcb573631ccf8c85f827:

   kunit: add bash completion (2026-01-20 11:17:52 -0700)

----------------------------------------------------------------
linux_kselftest-kunit-6.20-rc1

kunit:
- adds __rust_helper to helpers
- fixes up const mis-match in many assert functions
- fixes up const mismatch in test_list_sort
- protects KUNIT_BINARY_STR_ASSERTION against ERR_PTR values
- respects KBUILD_OUTPUT env variable by default
- adds bash completion

kunit tool:
- adds test for nested test result reporting
- fixes to not overwrite test status based on subtest counts
- adds 32-bit big endian ARM configuration to qemu_configs
- renames test_data_path() to _test_data_path()
- fixes relying on implicit working directory change

----------------------------------------------------------------
Alice Ryhl (1):
       rust: kunit: add __rust_helper to helpers

Greg Kroah-Hartman (2):
       kunit: fix up const mis-match in many assert functions
       test_list_sort: fix up const mismatch

Richard Fitzgerald (1):
       kunit: Protect KUNIT_BINARY_STR_ASSERTION against ERR_PTR values

Ryota Sakamoto (2):
       kunit: respect KBUILD_OUTPUT env variable by default
       kunit: add bash completion

Thomas Weißschuh (5):
       kunit: tool: Add test for nested test result reporting
       kunit: tool: Don't overwrite test status based on subtest counts
       kunit: qemu_configs: Add 32-bit big endian ARM configuration
       kunit: tool: test: Rename test_data_path() to _test_data_path()
       kunit: tool: test: Don't rely on implicit working directory change

  Documentation/dev-tools/kunit/run_wrapper.rst      |   9 ++
  include/kunit/test.h                               |   3 +-
  lib/kunit/assert.c                                 |  12 +--
  lib/tests/test_list_sort.c                         |   4 +-
  rust/helpers/kunit.c                               |   2 +-
  tools/testing/kunit/kunit-completion.sh            |  34 +++++++
  tools/testing/kunit/kunit.py                       |  37 ++++++-
  tools/testing/kunit/kunit_parser.py                |   3 +
  tools/testing/kunit/kunit_tool_test.py             | 110 +++++++++++++++------
  tools/testing/kunit/qemu_configs/armeb.py          |  16 +++
  .../test_is_test_passed-failure-nested.log         |  10 ++
  11 files changed, 200 insertions(+), 40 deletions(-)
  create mode 100644 tools/testing/kunit/kunit-completion.sh
  create mode 100644 tools/testing/kunit/qemu_configs/armeb.py
  create mode 100644 tools/testing/kunit/test_data/test_is_test_passed-failure-nested.log
----------------------------------------------------------------


View attachment "linux_kselftest-kunit-6.20-rc1.diff" of type "text/x-patch" (25975 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ