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: <fec42732-fc6b-4025-8326-38cb8157057c@linuxfoundation.org>
Date: Mon, 16 Sep 2024 19:43:05 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: shuah <shuah@...nel.org>, Shuah Khan <skhan@...uxfoundation.org>,
 linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
 David Gow <davidgow@...gle.com>, Brendan Higgins <brendanhiggins@...gle.com>
Subject: [GIT PULL] KUnit update for Linux 6.12-rc1

Hi Linus,

Please pull the following kunit update for Linux 6.12-rc1.

This kunit update for Linux 6.12-rc1 consists of:

-- a new int_pow test suite
-- documentation update to clarify filename best practices
-- kernel-doc fix for EXPORT_SYMBOL_IF_KUNIT
-- change to build compile_commands.json automatically instead
    of requiring a manual build.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

   Linux 6.11-rc1 (2024-07-28 14:19:55 -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.12-rc1

for you to fetch changes up to 7fcc9b53216cd87f73cc6dbb404220350ddc93b8:

   lib/math: Add int_pow test suite (2024-09-12 10:03:00 -0600)

----------------------------------------------------------------
linux_kselftest-kunit-6.12-rc1

This kunit update for Linux 6.12-rc1 consists of:

-- a new int_pow test suite
-- documentation update to clarify filename best practices
-- kernel-doc fix for EXPORT_SYMBOL_IF_KUNIT
-- change to build compile_commands.json automatically instead
    of requiring a manual build.

----------------------------------------------------------------
Brendan Jackman (1):
       kunit: tool: Build compile_commands.json

Kees Cook (1):
       Documentation: KUnit: Update filename best practices

Luis Felipe Hernandez (1):
       lib/math: Add int_pow test suite

Michal Wajdeczko (1):
       kunit: Fix kernel-doc for EXPORT_SYMBOL_IF_KUNIT

  Documentation/dev-tools/kunit/style.rst | 29 ++++++++++++------
  include/kunit/visibility.h              |  1 +
  lib/Kconfig.debug                       | 16 ++++++++++
  lib/math/Makefile                       |  1 +
  lib/math/tests/Makefile                 |  3 ++
  lib/math/tests/int_pow_kunit.c          | 52 +++++++++++++++++++++++++++++++++
  tools/testing/kunit/kunit_kernel.py     |  3 +-
  7 files changed, 95 insertions(+), 10 deletions(-)
  create mode 100644 lib/math/tests/Makefile
  create mode 100644 lib/math/tests/int_pow_kunit.c

----------------------------------------------------------------
View attachment "linux_kselftest-kunit-6.12-rc1.diff" of type "text/x-patch" (6426 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ