From 3718e360d125d40ea9b34ee4817722f8eb135b19 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 9 Jul 2025 16:39:11 +0100 Subject: [PATCH 1/2] config: Enable tmpfs selftest Currently this is just a simple software only test for a single tmpfs bug, enable it on a couple of boards in my lab. Signed-off-by: Mark Brown --- config/jobs.yaml | 7 +++++++ config/scheduler.yaml | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/config/jobs.yaml b/config/jobs.yaml index 3377769c4..199770413 100644 --- a/config/jobs.yaml +++ b/config/jobs.yaml @@ -1848,6 +1848,13 @@ jobs: collections: timers kcidb_test_suite: kselftest.timers + kselftest-tmpfs: + <<: *kselftest-job + params: + <<: *kselftest-params + collections: tmpfs + kcidb_test_suite: kselftest.tmpfs + kselftest-ublk: <<: *kselftest-job params: diff --git a/config/scheduler.yaml b/config/scheduler.yaml index 008836628..1a460c63c 100644 --- a/config/scheduler.yaml +++ b/config/scheduler.yaml @@ -1159,6 +1159,18 @@ scheduler: - bcm2837-rpi-3-b-plus - cd8180-orion-o6 + - job: kselftest-tmpfs + event: *kbuild-gcc-12-arm-node-event + runtime: *lava-broonie-runtime + platforms: + - beaglebone-black + + - job: kselftest-tmpfs + event: *kbuild-gcc-12-arm64-node-event + runtime: *lava-broonie-runtime + platforms: + - bcm2837-rpi-3-b-plus + - job: kselftest-seccomp event: <<: *node-event-kbuild From b7530986b5f0e32920fc80e536d8dd66cfd0328b Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 10 Jul 2025 09:59:06 +0100 Subject: [PATCH 2/2] config: Enable sync selftests The sync selftest is a software only test, enable it on a few boards in my lab. Signed-off-by: Mark Brown --- config/jobs.yaml | 7 +++++++ config/scheduler.yaml | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/config/jobs.yaml b/config/jobs.yaml index 199770413..c30839c7a 100644 --- a/config/jobs.yaml +++ b/config/jobs.yaml @@ -1827,6 +1827,13 @@ jobs: collections: signal kcidb_test_suite: kselftest.signal + kselftest-splice: + <<: *kselftest-job + params: + <<: *kselftest-params + collections: splice + kcidb_test_suite: kselftest.splce + kselftest-sync: <<: *kselftest-job params: diff --git a/config/scheduler.yaml b/config/scheduler.yaml index 1a460c63c..820cfd378 100644 --- a/config/scheduler.yaml +++ b/config/scheduler.yaml @@ -1112,6 +1112,22 @@ scheduler: platforms: - bcm2837-rpi-3-b-plus + - job: kselftest-splice + event: + <<: *node-event-kbuild + name: kbuild-gcc-12-arm-kselftest + runtime: *lava-broonie-runtime + platforms: + - beaglebone-black + + - job: kselftest-splice + event: + <<: *node-event-kbuild + name: kbuild-gcc-12-arm64-kselftest + runtime: *lava-broonie-runtime + platforms: + - bcm2837-rpi-3-b-plus + - job: kselftest-sync event: <<: *node-event-kbuild