From 93228dc707965b6e5e8489c358575aaca6a90f62 Mon Sep 17 00:00:00 2001 From: Darren Chang Date: Mon, 14 Oct 2024 16:20:05 +0800 Subject: [PATCH] ANDROID: Add KernelAbilistTest to the kernel-presubmit group Bug: 360874465 Change-Id: I45748aa15f0dfeda134a7da91667f51395a2589f Signed-off-by: Darren Chang --- arch/x86/include/asm/TEST_MAPPING | 3 +++ arch/x86/kernel/fpu/TEST_MAPPING | 3 +++ block/TEST_MAPPING | 3 +++ drivers/android/TEST_MAPPING | 3 +++ drivers/base/TEST_MAPPING | 3 +++ drivers/char/TEST_MAPPING | 3 +++ drivers/net/TEST_MAPPING | 3 +++ drivers/virtio/TEST_MAPPING | 3 +++ fs/TEST_MAPPING | 3 +++ include/asm-generic/TEST_MAPPING | 3 +++ include/crypto/TEST_MAPPING | 3 +++ include/linux/TEST_MAPPING | 3 +++ include/net/TEST_MAPPING | 3 +++ include/trace/TEST_MAPPING | 3 +++ include/uapi/linux/TEST_MAPPING | 3 +++ include/vdso/TEST_MAPPING | 3 +++ kernel/bpf/TEST_MAPPING | 3 +++ kernel/cgroup/TEST_MAPPING | 3 +++ kernel/sched/TEST_MAPPING | 3 +++ mm/TEST_MAPPING | 3 +++ net/TEST_MAPPING | 3 +++ 21 files changed, 63 insertions(+) diff --git a/arch/x86/include/asm/TEST_MAPPING b/arch/x86/include/asm/TEST_MAPPING index 4631db9c17bb..1b2578291c93 100644 --- a/arch/x86/include/asm/TEST_MAPPING +++ b/arch/x86/include/asm/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/arch/x86/kernel/fpu/TEST_MAPPING b/arch/x86/kernel/fpu/TEST_MAPPING index d5eb1b5c91b8..1ca3f2073e93 100644 --- a/arch/x86/kernel/fpu/TEST_MAPPING +++ b/arch/x86/kernel/fpu/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/block/TEST_MAPPING b/block/TEST_MAPPING index 3c36280495a8..b3c2b3057a86 100644 --- a/block/TEST_MAPPING +++ b/block/TEST_MAPPING @@ -297,6 +297,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/drivers/android/TEST_MAPPING b/drivers/android/TEST_MAPPING index c6d3cb4a02fb..07b6fef934ea 100644 --- a/drivers/android/TEST_MAPPING +++ b/drivers/android/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/drivers/base/TEST_MAPPING b/drivers/base/TEST_MAPPING index 13991a9f0304..f030cd186789 100644 --- a/drivers/base/TEST_MAPPING +++ b/drivers/base/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/drivers/char/TEST_MAPPING b/drivers/char/TEST_MAPPING index c6d3cb4a02fb..07b6fef934ea 100644 --- a/drivers/char/TEST_MAPPING +++ b/drivers/char/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/drivers/net/TEST_MAPPING b/drivers/net/TEST_MAPPING index 1902e7ab6d6d..7842e1f1df54 100644 --- a/drivers/net/TEST_MAPPING +++ b/drivers/net/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/drivers/virtio/TEST_MAPPING b/drivers/virtio/TEST_MAPPING index 286ac4a6d71c..033481133b80 100644 --- a/drivers/virtio/TEST_MAPPING +++ b/drivers/virtio/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/fs/TEST_MAPPING b/fs/TEST_MAPPING index 9e2209fa8e72..ad78431f47f1 100644 --- a/fs/TEST_MAPPING +++ b/fs/TEST_MAPPING @@ -292,6 +292,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/include/asm-generic/TEST_MAPPING b/include/asm-generic/TEST_MAPPING index 13dfd291df00..6aab848d1b93 100644 --- a/include/asm-generic/TEST_MAPPING +++ b/include/asm-generic/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/include/crypto/TEST_MAPPING b/include/crypto/TEST_MAPPING index da5d0815e188..0573e565bb1f 100644 --- a/include/crypto/TEST_MAPPING +++ b/include/crypto/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/include/linux/TEST_MAPPING b/include/linux/TEST_MAPPING index 3c36280495a8..b3c2b3057a86 100644 --- a/include/linux/TEST_MAPPING +++ b/include/linux/TEST_MAPPING @@ -297,6 +297,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/include/net/TEST_MAPPING b/include/net/TEST_MAPPING index 2b4224304aff..5fa4359d4ecc 100644 --- a/include/net/TEST_MAPPING +++ b/include/net/TEST_MAPPING @@ -297,6 +297,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/include/trace/TEST_MAPPING b/include/trace/TEST_MAPPING index d1a95b6d9cad..94e929409994 100644 --- a/include/trace/TEST_MAPPING +++ b/include/trace/TEST_MAPPING @@ -297,6 +297,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/include/uapi/linux/TEST_MAPPING b/include/uapi/linux/TEST_MAPPING index 0c48fc6565c2..35370d052ad6 100644 --- a/include/uapi/linux/TEST_MAPPING +++ b/include/uapi/linux/TEST_MAPPING @@ -278,6 +278,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/include/vdso/TEST_MAPPING b/include/vdso/TEST_MAPPING index 24bae1549790..88abea8e5510 100644 --- a/include/vdso/TEST_MAPPING +++ b/include/vdso/TEST_MAPPING @@ -278,6 +278,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/kernel/bpf/TEST_MAPPING b/kernel/bpf/TEST_MAPPING index e71f211d8015..fa1abc9fd58c 100644 --- a/kernel/bpf/TEST_MAPPING +++ b/kernel/bpf/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/kernel/cgroup/TEST_MAPPING b/kernel/cgroup/TEST_MAPPING index e71f211d8015..fa1abc9fd58c 100644 --- a/kernel/cgroup/TEST_MAPPING +++ b/kernel/cgroup/TEST_MAPPING @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/kernel/sched/TEST_MAPPING b/kernel/sched/TEST_MAPPING index 0b13c550bee5..91c41e50229d 100644 --- a/kernel/sched/TEST_MAPPING +++ b/kernel/sched/TEST_MAPPING @@ -278,6 +278,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } diff --git a/mm/TEST_MAPPING b/mm/TEST_MAPPING index d45dbba2ac06..2412df71cef8 100644 --- a/mm/TEST_MAPPING +++ b/mm/TEST_MAPPING @@ -260,6 +260,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] } \ No newline at end of file diff --git a/net/TEST_MAPPING b/net/TEST_MAPPING index 60a71faf78c8..57833321b71b 100644 --- a/net/TEST_MAPPING +++ b/net/TEST_MAPPING @@ -276,6 +276,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "KernelAbilistTest" } ] }