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 <[email protected]>
> This is from linux-next. I'm only guessing that it is in net-next.
Yup, applied, thanks!