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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <a896a0b2-258e-f412-038b-ab17b137bb80@linuxfoundation.org>
Date:   Tue, 21 Feb 2023 17:15:50 -0700
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Shuah Khan <skhan@...uxfoundation.org>, shuah <shuah@...nel.org>,
        linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Kselftest update for Linux 6.3-rc1

Hi Linus,

Please pull the following Kselftest update for Linux 6.3-rc1.

This Kselftest update for Linux 6.3-rc1 consists of:

-- several patches to fix incorrect kernel headers search path from
    Mathieu Desnoyers
-- a few follow-on fixes found during testing the above change
-- miscellaneous fixes
-- support for filtering and enumerating tests

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

   Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-next-6.3-rc1

for you to fetch changes up to 0eb15a47bf437a268b69ab1a1a45fdf1f609b69f:

   selftests/user_events: add a note about user_events.h dependency (2023-02-14 13:18:55 -0700)

----------------------------------------------------------------
linux-kselftest-next-6.3-rc1

This Kselftest update for Linux 6.3-rc1 consists of:

-- several patches to fix incorrect kernel headers search path from
    Mathieu Desnoyers
-- a few follow-on fixes found during testing the above change
-- miscellaneous fixes
-- support for filtering and enumerating tests

----------------------------------------------------------------
Colin Ian King (1):
       selftests: Fix spelling mistake "allright" -> "all right"

Guillaume Tucker (2):
       selftests: find echo binary to use -ne options
       selftests: use printf instead of echo -ne

Jakub Kicinski (1):
       testing: kselftest_harness: add filtering and enumerating tests

Masami Hiramatsu (Google) (1):
       selftests/ftrace: Fix bash specific "==" operator

Mathieu Desnoyers (29):
       selftests: arm64: Fix incorrect kernel headers search path
       selftests: clone3: Fix incorrect kernel headers search path
       selftests: core: Fix incorrect kernel headers search path
       selftests: dmabuf-heaps: Fix incorrect kernel headers search path
       selftests: drivers: Fix incorrect kernel headers search path
       selftests: filesystems: Fix incorrect kernel headers search path
       selftests: futex: Fix incorrect kernel headers search path
       selftests: gpio: Fix incorrect kernel headers search path
       selftests: ipc: Fix incorrect kernel headers search path
       selftests: kcmp: Fix incorrect kernel headers search path
       selftests: media_tests: Fix incorrect kernel headers search path
       selftests: membarrier: Fix incorrect kernel headers search path
       selftests: mount_setattr: Fix incorrect kernel headers search path
       selftests: move_mount_set_group: Fix incorrect kernel headers search path
       selftests: perf_events: Fix incorrect kernel headers search path
       selftests: pid_namespace: Fix incorrect kernel headers search path
       selftests: pidfd: Fix incorrect kernel headers search path
       selftests: ptp: Fix incorrect kernel headers search path
       selftests: rseq: Fix incorrect kernel headers search path

       selftests: sched: Fix incorrect kernel headers search path
       selftests: seccomp: Fix incorrect kernel headers search path
       selftests: sync: Fix incorrect kernel headers search path
       selftests: user_events: Fix incorrect kernel headers search path
       selftests: vm: Fix incorrect kernel headers search path
       selftests: x86: Fix incorrect kernel headers search path
       selftests: iommu: Use installed kernel headers search path
       selftests: memfd: Use installed kernel headers search path
       selftests: ptrace: Use installed kernel headers search path
       selftests: tdx: Use installed kernel headers search path

Shuah Khan (5):
       selftests/ptp: Remove clean target from Makefile
       selftests/sched: fix warn_unused_result build warns
       selftests/mount_setattr: fix redefine struct mount_attr build error
       selftests/mount_setattr: fix to make run_tests failure
       selftests/user_events: add a note about user_events.h dependency

Tzung-Bi Shih (1):
       selftests: tpm2: remove redundant ord()

  tools/testing/selftests/Makefile                   |   4 +-
  tools/testing/selftests/arm64/fp/Makefile          |   2 +-
  tools/testing/selftests/arm64/tags/Makefile        |   2 +-
  tools/testing/selftests/clone3/Makefile            |   2 +-
  tools/testing/selftests/core/Makefile              |   2 +-
  tools/testing/selftests/dmabuf-heaps/Makefile      |   2 +-
  tools/testing/selftests/dmabuf-heaps/dmabuf-heap.c |   3 +-
  tools/testing/selftests/drivers/dma-buf/Makefile   |   2 +-
  .../selftests/drivers/s390x/uvdevice/Makefile      |   3 +-
  tools/testing/selftests/filesystems/Makefile       |   2 +-
  .../selftests/filesystems/binderfs/Makefile        |   2 +-
  tools/testing/selftests/filesystems/epoll/Makefile |   2 +-
  .../ftrace/test.d/ftrace/func_event_triggers.tc    |   2 +-
  tools/testing/selftests/futex/functional/Makefile  |   2 +-
  tools/testing/selftests/gpio/Makefile              |   2 +-
  tools/testing/selftests/iommu/Makefile             |   3 +-
  tools/testing/selftests/ipc/Makefile               |   2 +-
  tools/testing/selftests/kcmp/Makefile              |   2 +-
  tools/testing/selftests/kselftest_harness.h        | 142 ++++++++++++++++++++-
  tools/testing/selftests/media_tests/Makefile       |   2 +-
  tools/testing/selftests/membarrier/Makefile        |   2 +-
  tools/testing/selftests/memfd/Makefile             |   4 +-
  tools/testing/selftests/mount_setattr/Makefile     |   4 +-
  .../selftests/mount_setattr/mount_setattr_test.c   |   7 -
  .../selftests/move_mount_set_group/Makefile        |   2 +-
  tools/testing/selftests/perf_events/Makefile       |   2 +-
  tools/testing/selftests/pid_namespace/Makefile     |   2 +-
  tools/testing/selftests/pidfd/Makefile             |   2 +-
  .../prctl/disable-tsc-ctxt-sw-stress-test.c        |   2 +-
  .../prctl/disable-tsc-on-off-stress-test.c         |   2 +-
  tools/testing/selftests/ptp/Makefile               |   9 +-
  tools/testing/selftests/ptrace/Makefile            |   2 +-
  tools/testing/selftests/rseq/Makefile              |   2 +-
  tools/testing/selftests/sched/Makefile             |   2 +-
  tools/testing/selftests/sched/cs_prctl_test.c      |  15 ++-
  tools/testing/selftests/seccomp/Makefile           |   2 +-
  tools/testing/selftests/sync/Makefile              |   2 +-
  tools/testing/selftests/tdx/Makefile               |   2 +-
  tools/testing/selftests/tdx/tdx_guest_test.c       |   2 +-
  tools/testing/selftests/tpm2/tpm2.py               |   2 +-
  tools/testing/selftests/user_events/Makefile       |  10 +-
  tools/testing/selftests/vm/Makefile                |   2 +-
  tools/testing/selftests/x86/Makefile               |   2 +-
  43 files changed, 201 insertions(+), 67 deletions(-)

----------------------------------------------------------------
View attachment "linux-kselftest-next-6.3-rc1.diff" of type "text/x-patch" (27413 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ