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:   Tue, 31 Aug 2021 16:19:18 -0600
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Brendan Higgins <brendanhiggins@...gle.com>,
        linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
        Shuah Khan <skhan@...uxfoundation.org>
Subject: [GIT PULL] KUnit update for Linux 5.15-rc1

Hi Linus,

Please pull the following KUnit update for Linux 5.15-rc1.

This KUnit update for Linux 5.15-rc1 adds new features and tests:

tool:
-- support for --kernel_args to allow setting module params
-- support for --raw_output option to show just the kunit output during
    make

tests:
-- KUnit tests for checksums and timestamps
-- Print test statistics on failure
-- Integrates UBSAN into the KUnit testing framework.
    It fails KUnit tests whenever it reports undefined behavior.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

   Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

are available in the Git repository at:

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

for you to fetch changes up to acd8e8407b8fcc3229d6d8558cac338bea801aed:

   kunit: Print test statistics on failure (2021-08-13 13:38:31 -0600)

----------------------------------------------------------------
linux-kselftest-kunit-5.15-rc1

This KUnit update for Linux 5.15-rc1 adds new features and tests:

tool:
-- support for --kernel_args to allow setting module params
-- support for --raw_output option to show just the kunit output during
    make

tests:
-- KUnit tests for checksums and timestamps
-- Print test statistics on failure
-- Integrates UBSAN into the KUnit testing framework.
    It fails KUnit tests whenever it reports undefined behavior.

----------------------------------------------------------------
Daniel Latypov (2):
       kunit: tool: add --kernel_args to allow setting module params
       kunit: tool: make --raw_output support only showing kunit output

David Gow (2):
       fat: Add KUnit tests for checksums and timestamps
       kunit: Print test statistics on failure

Uriel Guajardo (1):
       kunit: ubsan integration

  Documentation/dev-tools/kunit/kunit-tool.rst   |   9 +-
  Documentation/dev-tools/kunit/running_tips.rst |  10 ++
  fs/fat/.kunitconfig                            |   5 +
  fs/fat/Kconfig                                 |  14 +-
  fs/fat/Makefile                                |   2 +
  fs/fat/fat_test.c                              | 196 +++++++++++++++++++++++++
  fs/fat/misc.c                                  |   3 +
  lib/kunit/test.c                               | 109 ++++++++++++++
  lib/ubsan.c                                    |   3 +
  tools/testing/kunit/kunit.py                   |  36 +++--
  tools/testing/kunit/kunit_parser.py            |   6 +-
  tools/testing/kunit/kunit_tool_test.py         |  29 +++-
  12 files changed, 398 insertions(+), 24 deletions(-)
  create mode 100644 fs/fat/.kunitconfig
  create mode 100644 fs/fat/fat_test.c
----------------------------------------------------------------

View attachment "linux-kselftest-kunit-5.15-rc1.diff" of type "text/x-patch" (23822 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ