mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
The kselftests doc mentions that a config file should be present "if a
test needs specific kernel config options enabled". This selftest
requires some kernel config, but no config file was provided.
We could say that a sub-target could use the parent's config file, but
the kselftests doc doesn't mention anything about that. Plus the
net/openvswitch target is the only net target without a config file.
Here is a new config file, which is a trimmed version of the net one,
with hopefully the minimal required kconfig on top of 'make defconfig'.
The Fixes tag points to the introduction of the net/openvswitch target,
just to help validating this target on stable kernels.
Fixes:
|
||
|---|---|---|
| .. | ||
| config | ||
| Makefile | ||
| openvswitch.sh | ||
| ovs-dpctl.py | ||
| settings | ||