]> Git Repo - linux.git/commitdiff
selftests/sync: Remove the deprecated config SYNC
authorLi Zhijian <[email protected]>
Tue, 31 Aug 2021 10:23:15 +0000 (18:23 +0800)
committerShuah Khan <[email protected]>
Tue, 31 Aug 2021 16:58:00 +0000 (10:58 -0600)
SYNC was removed since
aff9da10e21 ("staging/android: make sync_timeline internal to sw_sync")
LKP/0Day will check if all configs listing under selftests are able to
be enabled properly.

For the missing configs, it will report something like:
LKP WARN miss config CONFIG_SYNC= of sync/config

- it's not reasonable to keep the deprecated configs.
- configs under kselftests are recommended by corresponding tests.
So if some configs are missing, it will impact the testing results

CC: Philip Li <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Li Zhijian <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
tools/testing/selftests/sync/config

index 1ab7e8130db246556499244d7318c4e6853fd5e6..47ff5afc372710e83d1074b65c36a67dd44dde71 100644 (file)
@@ -1,4 +1,3 @@
 CONFIG_STAGING=y
 CONFIG_ANDROID=y
-CONFIG_SYNC=y
 CONFIG_SW_SYNC=y
This page took 0.059418 seconds and 4 git commands to generate.