mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
When CONFIG_MCTP_FLOWS is enabled, outgoing skbs should have their SKB_EXT_MCTP extension set for drivers to consume. Add two tests for local-to-output routing that check for the flow extensions: one for the simple single-packet case, and one for fragmentation. We now make MCTP_TEST select MCTP_FLOWS, so we always get coverage of these flow tests. The tests are skippable if MCTP_FLOWS is (otherwise) disabled, but that would need manual config tweaking. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
51 lines
967 B
Plaintext
51 lines
967 B
Plaintext
# This config enables as many tests as possible under UML.
|
|
# It is intended for use in continuous integration systems and similar for
|
|
# automated testing of as much as possible.
|
|
# The config is manually maintained, though it uses KUNIT_ALL_TESTS=y to enable
|
|
# any tests whose dependencies are already satisfied. Please feel free to add
|
|
# more options if they any new tests.
|
|
|
|
CONFIG_KUNIT=y
|
|
CONFIG_KUNIT_EXAMPLE_TEST=y
|
|
CONFIG_KUNIT_ALL_TESTS=y
|
|
|
|
CONFIG_FORTIFY_SOURCE=y
|
|
|
|
CONFIG_IIO=y
|
|
|
|
CONFIG_EXT4_FS=y
|
|
|
|
CONFIG_MSDOS_FS=y
|
|
CONFIG_VFAT_FS=y
|
|
|
|
CONFIG_PCI=y
|
|
CONFIG_USB4=y
|
|
|
|
CONFIG_NET=y
|
|
CONFIG_MCTP=y
|
|
CONFIG_MCTP_FLOWS=y
|
|
|
|
CONFIG_INET=y
|
|
CONFIG_MPTCP=y
|
|
|
|
CONFIG_CFG80211=y
|
|
CONFIG_MAC80211=y
|
|
CONFIG_WLAN_VENDOR_INTEL=y
|
|
CONFIG_IWLWIFI=y
|
|
|
|
CONFIG_DAMON=y
|
|
CONFIG_DAMON_VADDR=y
|
|
CONFIG_DAMON_PADDR=y
|
|
CONFIG_DEBUG_FS=y
|
|
CONFIG_DAMON_DBGFS=y
|
|
|
|
CONFIG_REGMAP_BUILD=y
|
|
|
|
CONFIG_SECURITY=y
|
|
CONFIG_SECURITY_APPARMOR=y
|
|
|
|
CONFIG_SOUND=y
|
|
CONFIG_SND=y
|
|
CONFIG_SND_SOC=y
|
|
CONFIG_SND_SOC_TOPOLOGY_BUILD=y
|