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:   Fri, 24 Sep 2021 14:22:59 -0600
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Paolo Bonzini <pbonzini@...hat.com>,
        Shuah Khan <skhan@...uxfoundation.org>,
        linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Kselftest fixes update for Linux 5.15-rc3

Hi Linus,

Please pull the following Kselftest fixes update for Linux 5.15-rc3.

This Kselftest fixes update for Linux 5.15-rc3 consists of:

- fix to Kselftest common framework header install to run before
   other targets for it work correctly in parallel build case.
- fixes to kvm test to not ignore fscanf() returns which could
   result in inconsistent test behavior and failures.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f5013d412a43662b63f3d5f3a804d63213acd471:

   selftests: kvm: fix get_run_delay() ignoring fscanf() return warn (2021-09-16 12:57:32 -0600)

----------------------------------------------------------------
linux-kselftest-fixes-5.15-rc3

This Kselftest fixes update for Linux 5.15-rc3 consists of:

- fix to Kselftest common framework header install to run before
   other targets for it work correctly in parallel build case.
- fixes to kvm test to not ignore fscanf() returns which could
   result in inconsistent test behavior and failures.

----------------------------------------------------------------
Li Zhijian (1):
       selftests: be sure to make khdr before other targets

Shuah Khan (4):
       selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
       selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warn
       selftests: kvm: move get_run_delay() into lib/test_util
       selftests: kvm: fix get_run_delay() ignoring fscanf() return warn

  tools/testing/selftests/kvm/include/test_util.h    |  3 +++
  tools/testing/selftests/kvm/lib/test_util.c        | 22 +++++++++++++++++++++-
  tools/testing/selftests/kvm/steal_time.c           | 16 ----------------
  .../selftests/kvm/x86_64/mmio_warning_test.c       |  3 ++-
  .../testing/selftests/kvm/x86_64/xen_shinfo_test.c | 15 ---------------
  tools/testing/selftests/lib.mk                     |  1 +
  6 files changed, 27 insertions(+), 33 deletions(-)

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

View attachment "linux-kselftest-fixes-5.15-rc3.diff" of type "text/x-patch" (5104 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ