[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6547d239-56b7-71c0-70c9-20a67bdad1dd@linuxfoundation.org>
Date: Wed, 25 Aug 2021 13:31:28 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Li Zhijian <lizhijian@...fujitsu.com>, rjw@...ysocki.net,
viresh.kumar@...aro.org, shuah@...nel.org, Jason@...c4.com,
masahiroy@...nel.org, linux-kselftest@...r.kernel.org
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
wireguard@...ts.zx2c4.com, netdev@...r.kernel.org,
Philip Li <philip.li@...el.com>,
kernel test robot <lkp@...el.com>,
Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH] selftests: cleanup config
On 8/24/21 11:09 PM, Li Zhijian wrote:
> - DEBUG_PI_LIST was renamed to DEBUG_PLIST since 8e18faeac3 ("lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST")
> - SYNC was removed since aff9da10e21 ("staging/android: make sync_timeline internal to sw_sync")
>
Please write a complete commit log explaining the change
and tell us what happens if we don't do this.
> $ for k in $(grep ^CONFIG $(find tools/testing/selftests/ -name config) | awk -F'=' '{print$1}' | awk -F':' '{print $2}' | sort | uniq); do k=${k#CONFIG_}; git grep -qw -e "menuconfig $k" -e "config $k" || echo "$k is missing"; done;
> DEBUG_PI_LIST is missing
> SYNC is missing
>
> CC: Philip Li <philip.li@...el.com>
> Reported-by: kernel test robot <lkp@...el.com>
> Signed-off-by: Li Zhijian <lizhijian@...fujitsu.com>
> ---
> tools/testing/selftests/cpufreq/config | 2 +-
> tools/testing/selftests/sync/config | 1 -
> tools/testing/selftests/wireguard/qemu/debug.config | 2 +-
> 3 files changed, 2 insertions(+), 3 deletions(-)
>
Please split this into 3 patches
thanks,
-- Shuah
Powered by blists - more mailing lists