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 Jun 2024 09:37:55 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: shuah <shuah@...nel.org>, Shuah Khan <skhan@...uxfoundation.org>,
 Michael Ellerman <mpe@...erman.id.au>, linux-kernel@...r.kernel.org,
 linux-kselftest@...r.kernel.org
Subject: [GIT PULL] Kselftest fixes for Linux 6.10-rc3

Hi Linus,

Please pull this urgent kselftest fixes update for Linux 6.10-rc3.

This kselftest fixes update consists of fixes to build warnings
in several tests and fixes to ftrace tests.

diff for pull request is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-fixes-6.10-rc3

for you to fetch changes up to 4bf15b1c657d22d1d70173e43264e4606dfe75ff:

   selftests/futex: don't pass a const char* to asprintf(3) (2024-05-31 14:37:10 -0600)

----------------------------------------------------------------
linux_kselftest-fixes-6.10-rc3

This kselftest fixes update consists of fixes to build warnings
in several tests and fixes to ftrace tests.

----------------------------------------------------------------
John Hubbard (3):
       selftests/futex: pass _GNU_SOURCE without a value to the compiler
       selftests/futex: don't redefine .PHONY targets (all, clean)
       selftests/futex: don't pass a const char* to asprintf(3)

Mark Brown (1):
       kselftest/alsa: Ensure _GNU_SOURCE is defined

Masami Hiramatsu (Google) (3):
       selftests/ftrace: Fix to check required event file
       selftests/ftrace: Update required config
       selftests/tracing: Fix event filter test to retry up to 10 times

Michael Ellerman (3):
       selftests: cachestat: Fix build warnings on ppc64
       selftests/openat2: Fix build warnings on ppc64
       selftests/overlayfs: Fix build error on ppc64

Steven Rostedt (Google) (1):
       tracing/selftests: Fix kprobe event name test for .isra. functions

  tools/testing/selftests/alsa/Makefile              |  2 +-
  tools/testing/selftests/cachestat/test_cachestat.c |  1 +
  .../selftests/filesystems/overlayfs/dev_in_maps.c  |  1 +
  tools/testing/selftests/ftrace/config              | 26 ++++++++++++++++------
  .../ftrace/test.d/dynevent/test_duplicates.tc      |  2 +-
  .../ftrace/test.d/filter/event-filter-function.tc  | 20 ++++++++++++++++-
  .../ftrace/test.d/kprobe/kprobe_eventname.tc       |  3 ++-
  tools/testing/selftests/futex/Makefile             |  2 --
  tools/testing/selftests/futex/functional/Makefile  |  2 +-
  .../selftests/futex/functional/futex_requeue_pi.c  |  2 +-
  tools/testing/selftests/openat2/openat2_test.c     |  1 +
  11 files changed, 47 insertions(+), 15 deletions(-)
----------------------------------------------------------------
View attachment "linux_kselftest-fixes-6.10-rc3.diff" of type "text/x-patch" (7516 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ