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: <d3ee9531-5592-4599-ad2f-1f674c99599f@linuxfoundation.org>
Date:   Wed, 1 Nov 2023 12:37:36 -0600
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     shuah <shuah@...nel.org>, 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 next update for Linux 6.7-rc1

Hi Linus,

Please pull the following KUnit next update for Linux 6.7-rc1.

This kunit update for Linux 6.7-rc1 consists of:

-- string-stream testing enhancements
-- several fixes memory leaks
-- fix to reset status during parameter handling

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

   Linux 6.6-rc2 (2023-09-17 14:40:24 -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.7-rc1

for you to fetch changes up to 8040345fdae4cb256c5d981f91ae0f22bea8adcc:

   kunit: test: Fix the possible memory leak in executor_test (2023-09-28 08:51:07 -0600)

----------------------------------------------------------------
linux_kselftest-kunit-6.7-rc1

This kunit update for Linux 6.7-rc1 consists of:

-- string-stream testing enhancements
-- several fixes memory leaks
-- fix to reset status during parameter handling

----------------------------------------------------------------
Jinjie Ruan (4):
       kunit: Fix missed memory release in kunit_free_suite_set()
       kunit: Fix the wrong kfree of copy for kunit_filter_suites()
       kunit: Fix possible memory leak in kunit_filter_suites()
       kunit: test: Fix the possible memory leak in executor_test

Michal Wajdeczko (1):
       kunit: Reset test status on each param iteration

Richard Fitzgerald (10):
       kunit: string-stream: Don't create a fragment for empty strings
       kunit: string-stream: Improve testing of string_stream
       kunit: string-stream: Add option to make all lines end with newline
       kunit: string-stream-test: Add cases for string_stream newline appending
       kunit: Don't use a managed alloc in is_literal()
       kunit: string-stream: Add kunit_alloc_string_stream()
       kunit: string-stream: Decouple string_stream from kunit
       kunit: string-stream: Add tests for freeing resource-managed string_stream
       kunit: Use string_stream for test log
       kunit: string-stream: Test performance of string_stream

  include/kunit/test.h           |  14 +-
  lib/kunit/assert.c             |  14 +-
  lib/kunit/debugfs.c            |  36 ++-
  lib/kunit/executor.c           |  23 +-
  lib/kunit/executor_test.c      |  36 +--
  lib/kunit/kunit-example-test.c |   5 +-
  lib/kunit/kunit-test.c         |  56 ++++-
  lib/kunit/string-stream-test.c | 525 +++++++++++++++++++++++++++++++++++++++--
  lib/kunit/string-stream.c      | 100 ++++++--
  lib/kunit/string-stream.h      |  16 +-
  lib/kunit/test.c               |  56 +----
  11 files changed, 734 insertions(+), 147 deletions(-)
----------------------------------------------------------------
View attachment "linux_kselftest-kunit-6.7-rc1.diff" of type "text/x-patch" (46678 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ