Skip to content

Commit 0c7a4fa

Browse files
authored
Merge pull request #298 from wusyong/sample-rust-random
CI: enable `SAMPLE_RUST_RANDOM` in all CI configs
2 parents e71e2ab + 34318ee commit 0c7a4fa

10 files changed

+10
-2
lines changed

.github/workflows/kernel-arm-debug.config

+1
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
16651665
CONFIG_SAMPLE_RUST_STACK_PROBING=m
16661666
CONFIG_SAMPLE_RUST_SEMAPHORE=m
16671667
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1668+
CONFIG_SAMPLE_RUST_RANDOM=m
16681669
# CONFIG_STRICT_DEVMEM is not set
16691670

16701671
#

.github/workflows/kernel-arm-release.config

+1
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
15891589
CONFIG_SAMPLE_RUST_STACK_PROBING=m
15901590
CONFIG_SAMPLE_RUST_SEMAPHORE=m
15911591
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1592+
CONFIG_SAMPLE_RUST_RANDOM=m
15921593
# CONFIG_STRICT_DEVMEM is not set
15931594

15941595
#

.github/workflows/kernel-arm64-debug.config

+1
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
14311431
CONFIG_SAMPLE_RUST_STACK_PROBING=m
14321432
CONFIG_SAMPLE_RUST_SEMAPHORE=m
14331433
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1434+
CONFIG_SAMPLE_RUST_RANDOM=m
14341435

14351436
#
14361437
# arm64 Debugging

.github/workflows/kernel-arm64-release.config

+1
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
13491349
CONFIG_SAMPLE_RUST_STACK_PROBING=m
13501350
CONFIG_SAMPLE_RUST_SEMAPHORE=m
13511351
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1352+
CONFIG_SAMPLE_RUST_RANDOM=m
13521353

13531354
#
13541355
# arm64 Debugging

.github/workflows/kernel-ppc64le-debug.config

+1
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
14911491
CONFIG_SAMPLE_RUST_STACK_PROBING=m
14921492
CONFIG_SAMPLE_RUST_SEMAPHORE=m
14931493
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1494+
CONFIG_SAMPLE_RUST_RANDOM=m
14941495
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
14951496
# CONFIG_STRICT_DEVMEM is not set
14961497

.github/workflows/kernel-ppc64le-release.config

+1
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
14531453
CONFIG_SAMPLE_RUST_STACK_PROBING=m
14541454
CONFIG_SAMPLE_RUST_SEMAPHORE=m
14551455
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1456+
CONFIG_SAMPLE_RUST_RANDOM=m
14561457
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
14571458
# CONFIG_STRICT_DEVMEM is not set
14581459

.github/workflows/kernel-riscv64-debug.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
12851285
CONFIG_SAMPLE_RUST_STACK_PROBING=m
12861286
CONFIG_SAMPLE_RUST_SEMAPHORE=m
12871287
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1288-
# CONFIG_SAMPLE_RUST_RANDOM is not set
1288+
CONFIG_SAMPLE_RUST_RANDOM=m
12891289
# CONFIG_STRICT_DEVMEM is not set
12901290

12911291
#

.github/workflows/kernel-riscv64-release.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
12011201
CONFIG_SAMPLE_RUST_STACK_PROBING=m
12021202
CONFIG_SAMPLE_RUST_SEMAPHORE=m
12031203
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1204-
# CONFIG_SAMPLE_RUST_RANDOM is not set
1204+
CONFIG_SAMPLE_RUST_RANDOM=m
12051205
# CONFIG_STRICT_DEVMEM is not set
12061206

12071207
#

.github/workflows/kernel-x86_64-debug.config

+1
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
14431443
CONFIG_SAMPLE_RUST_STACK_PROBING=m
14441444
CONFIG_SAMPLE_RUST_SEMAPHORE=m
14451445
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1446+
CONFIG_SAMPLE_RUST_RANDOM=m
14461447
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
14471448
# CONFIG_STRICT_DEVMEM is not set
14481449

.github/workflows/kernel-x86_64-release.config

+1
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m
13911391
CONFIG_SAMPLE_RUST_STACK_PROBING=m
13921392
CONFIG_SAMPLE_RUST_SEMAPHORE=m
13931393
CONFIG_SAMPLE_RUST_SEMAPHORE_C=m
1394+
CONFIG_SAMPLE_RUST_RANDOM=m
13941395
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
13951396
# CONFIG_STRICT_DEVMEM is not set
13961397

0 commit comments

Comments
 (0)