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:   Wed, 5 Oct 2022 15:02:46 -0600
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Shuah Khan <skhan@...uxfoundation.org>,
        Brendan Higgins <brendanhiggins@...gle.com>,
        David Gow <davidgow@...gle.com>,
        linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] KUnit update for Linux 6.1-rc1

Hi Linus,

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

This KUnit update for Linux 6.1-rc1 consists of several documentation
fixes, UML related cleanups, and a feature to enable/disable KUnit
tests. This update includes the following change to

- rename all_test_uml.config, use it for --alltests

Note: if anyone was using all_tests_uml.config, this change breaks them.
This change simplifies the usage and eliminates the need to type:
--kunitconfig=tools/testing/kunit/configs/all_tests_uml.config.

A simple workaround to create a symlink to the new name can solve the
problem for anyone using all_tests_uml.config.

all_tests_uml.config should work across ~all architectures.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

   Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4e37057387cca749b7fbc8c77e3d86605117fffd:

   Documentation: Kunit: Use full path to .kunitconfig (2022-09-30 13:23:06 -0600)

----------------------------------------------------------------
linux-kselftest-kunit-6.1-rc1

This KUnit update for Linux 6.1-rc1 consists of several documentation
fixes, UML related cleanups, and a feature to enable/disable KUnit
tests. This update includes the following change to

- rename all_test_uml.config, use it for --alltests

Note: if anyone was using all_tests_uml.config, this change breaks them.
This change simplifies the usage and eliminates the need to type:
--kunitconfig=tools/testing/kunit/configs/all_tests_uml.config.

A simple workaround to create a symlink to the new name can solve the
problem for anyone using all_tests_uml.config.

all_tests_uml.config should work across ~all architectures.

----------------------------------------------------------------
Daniel Latypov (3):
       kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces
       kunit: tool: remove UML specific options from all_tests_uml.config
       kunit: tool: rename all_test_uml.config, use it for --alltests

Joe Fradley (2):
       kunit: add kunit.enable to enable/disable KUnit test
       kunit: no longer call module_info(test, "Y") for kunit modules

Khalid Masum (1):
       Documentation: Kunit: Use full path to .kunitconfig

Tales Aparecida (12):
       Documentation: kunit: fix trivial typo
       Documentation: Kunit: Fix inconsistent titles
       Documentation: KUnit: Fix non-uml anchor
       Documentation: Kunit: Add ref for other kinds of tests
       Documentation: KUnit: remove duplicated docs for kunit_tool
       Documentation: KUnit: avoid repeating "kunit.py run" in start.rst
       Documentation: KUnit: add note about mrproper in start.rst
       Documentation: KUnit: Reword start guide for selecting tests
       Documentation: KUnit: add intro to the getting-started page
       Documentation: KUnit: update links in the index page
       lib: overflow: update reference to kunit-tool
       lib: stackinit: update reference to kunit-tool

  Documentation/admin-guide/kernel-parameters.txt    |   6 +
  Documentation/dev-tools/kunit/architecture.rst     |   4 +-
  Documentation/dev-tools/kunit/faq.rst              |   8 +-
  Documentation/dev-tools/kunit/index.rst            |  18 +-
  Documentation/dev-tools/kunit/kunit-tool.rst       | 232 ---------------------
  Documentation/dev-tools/kunit/run_wrapper.rst      |  38 ++--
  Documentation/dev-tools/kunit/start.rst            | 138 ++++++++----
  Documentation/dev-tools/kunit/usage.rst            |   4 +-
  include/kunit/test.h                               |   3 +-
  lib/kunit/Kconfig                                  |  11 +
  lib/kunit/executor.c                               |   4 +
  lib/kunit/test.c                                   |  24 +++
  lib/overflow_kunit.c                               |   2 +-
  lib/stackinit_kunit.c                              |   2 +-
  .../{all_tests_uml.config => all_tests.config}     |   2 -
  tools/testing/kunit/configs/broken_on_uml.config   |  44 ----
  tools/testing/kunit/kunit.py                       |  26 +--
  tools/testing/kunit/kunit_kernel.py                |  30 +--
  tools/testing/kunit/kunit_parser.py                |  10 +-
  tools/testing/kunit/kunit_tool_test.py             |  26 ++-
  20 files changed, 220 insertions(+), 412 deletions(-)
  delete mode 100644 Documentation/dev-tools/kunit/kunit-tool.rst
  rename tools/testing/kunit/configs/{all_tests_uml.config => all_tests.config} (93%)
  delete mode 100644 tools/testing/kunit/configs/broken_on_uml.config
----------------------------------------------------------------
View attachment "linux-kselftest-kunit-6.1-rc1.diff" of type "text/x-patch" (46805 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ