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: <20250221115750.631990-1-sinadin.shan@oracle.com>
Date: Fri, 21 Feb 2025 11:57:48 +0000
From: Sinadin Shan <sinadin.shan@...cle.com>
To: shuah@...nel.org
Cc: linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
        chris.hyser@...cle.com, sshegde@...ux.ibm.com,
        Sinadin Shan <sinadin.shan@...cle.com>
Subject: [PATCH v2 0/2] selftests: sched: Add default target support for sched

This patch series introduces changes to add default build support for
the sched tests in selftests.

The only test under sched is cs_prctl_test which validates cookies when
core scheduling is in effect. This test fails on systems where core
scheduling is disabled. The patch series also modifies this behaviour to
gracefully skip the test on such systems.

For example, such a test skip would look like:
TAP version 13
1..1
 timeout set to 45
 selftests: sched: cs_prctl_test
 Checking for CONFIG_SCHED_CORE support
 Core scheduling not enabled in kernel, hence skipping tests
ok 1 selftests: sched: cs_prctl_test # SKIP

and a successful run:
TAP version 13
1..1
 timeout set to 45
 selftests: sched: cs_prctl_test
 Checking for CONFIG_SCHED_CORE support
 CONFIG_SCHED_CORE=y
.
.
.
 SUCCESS !!!
ok 1 selftests: sched: cs_prctl_test

Signed-off-by: Sinadin Shan <sinadin.shan@...cle.com>
---
v2:
* Add patch to skip cs_prctl_test on core scheduling disabled systems
* v1 link: https://lore.kernel.org/all/20250219064658.449069-1-sinadin.shan@oracle.com
--- 

Sinadin Shan (2):
  selftests: sched: add sched as a default selftest target
  selftests: sched: skip cs_prctl_test for systems with core scheduling
    disabled

 tools/testing/selftests/Makefile              |  1 +
 tools/testing/selftests/sched/cs_prctl_test.c | 29 ++++++++++++++++++-
 2 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.43.5


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ