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, 4 Aug 2020 14:59:29 -0600
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     skhan@...uxfoundation.org,
        Brendan Higgins <brendanhiggins@...gle.com>,
        linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org
Subject: [GIT PULL] Kunit update for Linux 5.9-rc1

Hi Linus,

Please pull the Kunit update for Linux 5.9-rc1.

This Kunit update for Linux 5.9-rc1 consists of:

- Adds a generic kunit_resource API extending it to support
   resources that are passed in to kunit in addition kunit
   allocated resources. In addition, KUnit resources are now
   refcounted to avoid passed in resources being released while
   in use by kunit.

- Add support for named resources.

- Important bug fixes from Brendan Higgins and Will Chen

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:

   Linux 5.8-rc2 (2020-06-21 15:45:29 -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.9-rc1

for you to fetch changes up to d43c7fb05765152d4d4a39a8ef957c4ea14d8847:

   kunit: tool: fix improper treatment of file location (2020-07-17 
14:17:49 -0600)

----------------------------------------------------------------
linux-kselftest-kunit-5.9-rc1

This Kunit update for Linux 5.9-rc1 consists of:

- Adds a generic kunit_resource API extending it to support
   resources that are passed in to kunit in addition kunit
   allocated resources. In addition, KUnit resources are now
   refcounted to avoid passed in resources being released while
   in use by kunit.

- Add support for named resources.

- Important bug fixes from Brendan Higgins and Will Chen

----------------------------------------------------------------
Alan Maguire (2):
       kunit: generalize kunit_resource API beyond allocated resources
       kunit: add support for named resources

Brendan Higgins (2):
       kunit: tool: fix broken default args in unit tests
       kunit: tool: fix improper treatment of file location

David Gow (1):
       Documentation: kunit: Remove references to --defconfig

Will Chen (1):
       kunit: capture stderr on all make subprocess calls

  Documentation/dev-tools/kunit/kunit-tool.rst |  17 +--
  Documentation/dev-tools/kunit/start.rst      |   2 +-
  include/kunit/test.h                         | 210 
+++++++++++++++++++++++----
  lib/kunit/kunit-test.c                       | 111 +++++++++++---
  lib/kunit/string-stream.c                    |  14 +-
  lib/kunit/test.c                             | 171 +++++++++++++---------
  tools/testing/kunit/kunit.py                 |  24 ---
  tools/testing/kunit/kunit_kernel.py          |   6 +-
  tools/testing/kunit/kunit_tool_test.py       |  14 +-
  9 files changed, 396 insertions(+), 173 deletions(-)

----------------------------------------------------------------

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ