Re: [PATCH net-next] net: kcov: don't select SKB_EXTENSIONS when there is no NET

From: Jakub Kicinski
Date: Thu Nov 12 2020 - 18:25:26 EST


On Tue, 10 Nov 2020 09:57:46 -0800 Randy Dunlap wrote:
> Fix kconfig warning when CONFIG_NET is not set/enabled:
>
> WARNING: unmet direct dependencies detected for SKB_EXTENSIONS
> Depends on [n]: NET [=n]
> Selected by [y]:
> - KCOV [=y] && ARCH_HAS_KCOV [=y] && (CC_HAS_SANCOV_TRACE_PC [=y] || GCC_PLUGINS [=n])
>
> Fixes: 6370cc3bbd8a ("net: add kcov handle to skb extensions")
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

> This is from linux-next. I'm only guessing that it is in net-next.

Yup, applied, thanks!