From e5450d2409a6e51d84f7524d3cce6cd74fb65e27 Mon Sep 17 00:00:00 2001 From: Darren Chang Date: Thu, 7 Nov 2024 17:21:42 +0800 Subject: [PATCH] ANDROID: Add binderDriverInterfaceTest, binderLibTest, binderSafeInterfaceTest, memunreachable_binder_test to the kernel-presubmit group Bug: 360874465 Change-Id: Ie8bf70314fa8ddef6e28a9490f63636b56e90e81 Signed-off-by: Darren Chang --- arch/x86/crypto/TEST_MAPPING | 9 ++++++--- arch/x86/include/asm/TEST_MAPPING | 12 ++++++++++++ arch/x86/kernel/fpu/TEST_MAPPING | 12 ++++++++++++ block/TEST_MAPPING | 12 ++++++++++++ drivers/android/TEST_MAPPING | 12 ++++++++++++ drivers/base/TEST_MAPPING | 12 ++++++++++++ drivers/block/TEST_MAPPING | 6 ++++++ drivers/char/TEST_MAPPING | 12 ++++++++++++ drivers/dma-buf/TEST_MAPPING | 12 ++++++++++++ drivers/net/TEST_MAPPING | 9 +++++++++ drivers/virtio/TEST_MAPPING | 12 ++++++++++++ fs/TEST_MAPPING | 12 ++++++++++++ include/asm-generic/TEST_MAPPING | 12 ++++++++++++ include/crypto/TEST_MAPPING | 12 ++++++++++++ include/drm/TEST_MAPPING | 12 ++++++++++++ include/linux/TEST_MAPPING | 12 ++++++++++++ include/net/TEST_MAPPING | 12 ++++++++++++ include/trace/TEST_MAPPING | 12 ++++++++++++ include/uapi/linux/TEST_MAPPING | 9 +++++++++ include/vdso/TEST_MAPPING | 12 ++++++++++++ kernel/bpf/TEST_MAPPING | 12 ++++++++++++ kernel/cgroup/TEST_MAPPING | 12 ++++++++++++ kernel/sched/TEST_MAPPING | 12 ++++++++++++ mm/TEST_MAPPING | 12 ++++++++++++ net/TEST_MAPPING | 12 ++++++++++++ 25 files changed, 282 insertions(+), 3 deletions(-) diff --git a/arch/x86/crypto/TEST_MAPPING b/arch/x86/crypto/TEST_MAPPING index 178988515657..c2223b238e39 100644 --- a/arch/x86/crypto/TEST_MAPPING +++ b/arch/x86/crypto/TEST_MAPPING @@ -9,8 +9,8 @@ { "path": "system/netd" } - ], - "presubmit": [ + ], + "presubmit": [ { "name": "CtsAppEnumerationTestCases", "options": [ @@ -289,6 +289,9 @@ }, { "name": "vts_kernel_net_tests" + }, + { + "name": "binderLibTest" } ] -} +} \ No newline at end of file diff --git a/arch/x86/include/asm/TEST_MAPPING b/arch/x86/include/asm/TEST_MAPPING index 5365d70e7e44..17f51b4361a6 100644 --- a/arch/x86/include/asm/TEST_MAPPING +++ b/arch/x86/include/asm/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/arch/x86/kernel/fpu/TEST_MAPPING b/arch/x86/kernel/fpu/TEST_MAPPING index 5465205ac71a..c8e4f951fffe 100644 --- a/arch/x86/kernel/fpu/TEST_MAPPING +++ b/arch/x86/kernel/fpu/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/block/TEST_MAPPING b/block/TEST_MAPPING index 03e120f0ec3a..dde483358f9e 100644 --- a/block/TEST_MAPPING +++ b/block/TEST_MAPPING @@ -306,6 +306,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/drivers/android/TEST_MAPPING b/drivers/android/TEST_MAPPING index 08bfd98429b5..c34f6338379d 100644 --- a/drivers/android/TEST_MAPPING +++ b/drivers/android/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/drivers/base/TEST_MAPPING b/drivers/base/TEST_MAPPING index 0023abab85f0..adb7e2c122e1 100644 --- a/drivers/base/TEST_MAPPING +++ b/drivers/base/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/drivers/block/TEST_MAPPING b/drivers/block/TEST_MAPPING index 0b08c69e4269..3e4189b20d64 100644 --- a/drivers/block/TEST_MAPPING +++ b/drivers/block/TEST_MAPPING @@ -241,6 +241,12 @@ }, { "name": "VtsAidlHalSensorsTargetTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" } ] } diff --git a/drivers/char/TEST_MAPPING b/drivers/char/TEST_MAPPING index 08bfd98429b5..c34f6338379d 100644 --- a/drivers/char/TEST_MAPPING +++ b/drivers/char/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/drivers/dma-buf/TEST_MAPPING b/drivers/dma-buf/TEST_MAPPING index e899320bebcc..61f83bbbf1eb 100644 --- a/drivers/dma-buf/TEST_MAPPING +++ b/drivers/dma-buf/TEST_MAPPING @@ -284,6 +284,18 @@ }, { "name": "VtsAidlHalSensorsTargetTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/drivers/net/TEST_MAPPING b/drivers/net/TEST_MAPPING index 20feaa75146a..846bcd4a02da 100644 --- a/drivers/net/TEST_MAPPING +++ b/drivers/net/TEST_MAPPING @@ -295,6 +295,15 @@ }, { "name": "VtsAidlHalSensorsTargetTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" } ] } diff --git a/drivers/virtio/TEST_MAPPING b/drivers/virtio/TEST_MAPPING index 280c88bbadee..54c006795427 100644 --- a/drivers/virtio/TEST_MAPPING +++ b/drivers/virtio/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/fs/TEST_MAPPING b/fs/TEST_MAPPING index 05e3aacf292a..7cba72d986f9 100644 --- a/fs/TEST_MAPPING +++ b/fs/TEST_MAPPING @@ -301,6 +301,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/include/asm-generic/TEST_MAPPING b/include/asm-generic/TEST_MAPPING index 5522e806c15a..5cf2945f166f 100644 --- a/include/asm-generic/TEST_MAPPING +++ b/include/asm-generic/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/include/crypto/TEST_MAPPING b/include/crypto/TEST_MAPPING index c7f82e081c32..72997bc0e359 100644 --- a/include/crypto/TEST_MAPPING +++ b/include/crypto/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/include/drm/TEST_MAPPING b/include/drm/TEST_MAPPING index 7b7e18fb5d35..49c8dbcee07c 100644 --- a/include/drm/TEST_MAPPING +++ b/include/drm/TEST_MAPPING @@ -292,6 +292,18 @@ }, { "name": "VtsAidlHalSensorsTargetTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/include/linux/TEST_MAPPING b/include/linux/TEST_MAPPING index 03e120f0ec3a..dde483358f9e 100644 --- a/include/linux/TEST_MAPPING +++ b/include/linux/TEST_MAPPING @@ -306,6 +306,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/include/net/TEST_MAPPING b/include/net/TEST_MAPPING index 44b7a3714299..1c1af45af6a8 100644 --- a/include/net/TEST_MAPPING +++ b/include/net/TEST_MAPPING @@ -306,6 +306,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/include/trace/TEST_MAPPING b/include/trace/TEST_MAPPING index de8f517be54a..9afab825e1f8 100644 --- a/include/trace/TEST_MAPPING +++ b/include/trace/TEST_MAPPING @@ -306,6 +306,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/include/uapi/linux/TEST_MAPPING b/include/uapi/linux/TEST_MAPPING index 37bbb6e77011..b1a14b64bb86 100644 --- a/include/uapi/linux/TEST_MAPPING +++ b/include/uapi/linux/TEST_MAPPING @@ -284,6 +284,15 @@ }, { "name": "VtsAidlHalSensorsTargetTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" } ] } diff --git a/include/vdso/TEST_MAPPING b/include/vdso/TEST_MAPPING index 3f5c88bb2bf3..9956cdf921e2 100644 --- a/include/vdso/TEST_MAPPING +++ b/include/vdso/TEST_MAPPING @@ -287,6 +287,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/kernel/bpf/TEST_MAPPING b/kernel/bpf/TEST_MAPPING index 06091be32dc6..63c06d1ad665 100644 --- a/kernel/bpf/TEST_MAPPING +++ b/kernel/bpf/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/kernel/cgroup/TEST_MAPPING b/kernel/cgroup/TEST_MAPPING index 06091be32dc6..63c06d1ad665 100644 --- a/kernel/cgroup/TEST_MAPPING +++ b/kernel/cgroup/TEST_MAPPING @@ -298,6 +298,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/kernel/sched/TEST_MAPPING b/kernel/sched/TEST_MAPPING index cc3746001c78..3780c86b8b4a 100644 --- a/kernel/sched/TEST_MAPPING +++ b/kernel/sched/TEST_MAPPING @@ -287,6 +287,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } diff --git a/mm/TEST_MAPPING b/mm/TEST_MAPPING index 01c543876f45..e91abcbd243c 100644 --- a/mm/TEST_MAPPING +++ b/mm/TEST_MAPPING @@ -269,6 +269,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] } \ No newline at end of file diff --git a/net/TEST_MAPPING b/net/TEST_MAPPING index 3c576595d2a5..29b34671c151 100644 --- a/net/TEST_MAPPING +++ b/net/TEST_MAPPING @@ -285,6 +285,18 @@ }, { "name": "VtsBootconfigTest" + }, + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" } ] }