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: <90024a5c-ea67-2529-e330-3a4f0bef6596@linuxfoundation.org>
Date:   Fri, 19 Jun 2020 11:28:38 -0600
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Brendan Higgins <brendanhiggins@...gle.com>,
        linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
        skhan@...uxfoundation.org
Subject: [GIT PULL] Kunit update for Linux 5.8-rc2

Hi Linus,

Please pull the Kunit update for Linux 5.8-rc12.

This Kunit update for Linux 5.8-rc2 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.

diff is attached.

thanks,
-- Shuah

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

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

   Linux 5.8-rc1 (2020-06-14 12:45:04 -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.8-rc2

for you to fetch changes up to 7bf200b3a4ac10b1b0376c70b8c66ed39eae7cdd:

   kunit: add support for named resources (2020-06-15 09:31:23 -0600)

----------------------------------------------------------------
linux-kselftest-kunit-5.8-rc2

This Kunit update for Linux 5.8-rc2 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.

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

  include/kunit/test.h      | 210 
+++++++++++++++++++++++++++++++++++++++-------
  lib/kunit/kunit-test.c    | 111 +++++++++++++++++++-----
  lib/kunit/string-stream.c |  14 ++--
  lib/kunit/test.c          | 171 ++++++++++++++++++++++---------------
  4 files changed, 380 insertions(+), 126 deletions(-)

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

View attachment "linux-kselftest-kunit-5.8-rc2.diff" of type "text/x-patch" (25522 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ