From 34318ee0f4aaf83265885e323cea3ff06375e1a9 Mon Sep 17 00:00:00 2001 From: Ngo Iok Ui Date: Wed, 26 May 2021 17:44:16 +0800 Subject: [PATCH] Enable SAMPLE_RUST_RANDOM in all CI configs Signed-off-by: Ngo Iok Ui --- .github/workflows/kernel-arm-debug.config | 1 + .github/workflows/kernel-arm-release.config | 1 + .github/workflows/kernel-arm64-debug.config | 1 + .github/workflows/kernel-arm64-release.config | 1 + .github/workflows/kernel-ppc64le-debug.config | 1 + .github/workflows/kernel-ppc64le-release.config | 1 + .github/workflows/kernel-riscv64-debug.config | 2 +- .github/workflows/kernel-riscv64-release.config | 2 +- .github/workflows/kernel-x86_64-debug.config | 1 + .github/workflows/kernel-x86_64-release.config | 1 + 10 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kernel-arm-debug.config b/.github/workflows/kernel-arm-debug.config index 3e2d88f6c8f407..15c5a339549e06 100644 --- a/.github/workflows/kernel-arm-debug.config +++ b/.github/workflows/kernel-arm-debug.config @@ -1665,6 +1665,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m +CONFIG_SAMPLE_RUST_RANDOM=m # CONFIG_STRICT_DEVMEM is not set # diff --git a/.github/workflows/kernel-arm-release.config b/.github/workflows/kernel-arm-release.config index e33c0ac4b95393..8e94dff99b882d 100644 --- a/.github/workflows/kernel-arm-release.config +++ b/.github/workflows/kernel-arm-release.config @@ -1589,6 +1589,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m +CONFIG_SAMPLE_RUST_RANDOM=m # CONFIG_STRICT_DEVMEM is not set # diff --git a/.github/workflows/kernel-arm64-debug.config b/.github/workflows/kernel-arm64-debug.config index 89959bf0615f81..f7b4a6d37e8562 100644 --- a/.github/workflows/kernel-arm64-debug.config +++ b/.github/workflows/kernel-arm64-debug.config @@ -1431,6 +1431,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m +CONFIG_SAMPLE_RUST_RANDOM=m # # arm64 Debugging diff --git a/.github/workflows/kernel-arm64-release.config b/.github/workflows/kernel-arm64-release.config index afd3f88c66c77c..49b53b9722e689 100644 --- a/.github/workflows/kernel-arm64-release.config +++ b/.github/workflows/kernel-arm64-release.config @@ -1349,6 +1349,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m +CONFIG_SAMPLE_RUST_RANDOM=m # # arm64 Debugging diff --git a/.github/workflows/kernel-ppc64le-debug.config b/.github/workflows/kernel-ppc64le-debug.config index a91d77724f7d3e..5cee6896c4946b 100644 --- a/.github/workflows/kernel-ppc64le-debug.config +++ b/.github/workflows/kernel-ppc64le-debug.config @@ -1491,6 +1491,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m +CONFIG_SAMPLE_RUST_RANDOM=m CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y # CONFIG_STRICT_DEVMEM is not set diff --git a/.github/workflows/kernel-ppc64le-release.config b/.github/workflows/kernel-ppc64le-release.config index 618c1889b8850b..b7c076cb1ac793 100644 --- a/.github/workflows/kernel-ppc64le-release.config +++ b/.github/workflows/kernel-ppc64le-release.config @@ -1453,6 +1453,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m +CONFIG_SAMPLE_RUST_RANDOM=m CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y # CONFIG_STRICT_DEVMEM is not set diff --git a/.github/workflows/kernel-riscv64-debug.config b/.github/workflows/kernel-riscv64-debug.config index f412d1fe4e0704..b4e3c4fcd424f9 100644 --- a/.github/workflows/kernel-riscv64-debug.config +++ b/.github/workflows/kernel-riscv64-debug.config @@ -1285,7 +1285,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m -# CONFIG_SAMPLE_RUST_RANDOM is not set +CONFIG_SAMPLE_RUST_RANDOM=m # CONFIG_STRICT_DEVMEM is not set # diff --git a/.github/workflows/kernel-riscv64-release.config b/.github/workflows/kernel-riscv64-release.config index 382e028bc5aee2..c0c43ade16999e 100644 --- a/.github/workflows/kernel-riscv64-release.config +++ b/.github/workflows/kernel-riscv64-release.config @@ -1201,7 +1201,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m -# CONFIG_SAMPLE_RUST_RANDOM is not set +CONFIG_SAMPLE_RUST_RANDOM=m # CONFIG_STRICT_DEVMEM is not set # diff --git a/.github/workflows/kernel-x86_64-debug.config b/.github/workflows/kernel-x86_64-debug.config index 1b4b23145f7692..05ae0d5af161dc 100644 --- a/.github/workflows/kernel-x86_64-debug.config +++ b/.github/workflows/kernel-x86_64-debug.config @@ -1443,6 +1443,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m +CONFIG_SAMPLE_RUST_RANDOM=m CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y # CONFIG_STRICT_DEVMEM is not set diff --git a/.github/workflows/kernel-x86_64-release.config b/.github/workflows/kernel-x86_64-release.config index 21c3a17d079f8f..f581b18e760500 100644 --- a/.github/workflows/kernel-x86_64-release.config +++ b/.github/workflows/kernel-x86_64-release.config @@ -1391,6 +1391,7 @@ CONFIG_SAMPLE_RUST_MISCDEV=m CONFIG_SAMPLE_RUST_STACK_PROBING=m CONFIG_SAMPLE_RUST_SEMAPHORE=m CONFIG_SAMPLE_RUST_SEMAPHORE_C=m +CONFIG_SAMPLE_RUST_RANDOM=m CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y # CONFIG_STRICT_DEVMEM is not set