From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0C94E35E92B; Thu, 30 Jul 2026 15:36:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785425813; cv=none; b=iBaDYWKvF/ZZRjLYHIyu98nsp5xEV5VYK64SaeucZOskvTS7yXhPBq7eaXLDf24IcAiOLcXd9ZTqjzJ65UbO+iOsQAVRoezw+a0Vvq/535zVDnIdkWfzradC2hUm9BBXyvsLbHrpCAtXygkyyI/uA+xuzjvSBMOvZO4CHXTMdoo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785425813; c=relaxed/simple; bh=a9AGaoAVDoPVdkjLaOmuVdhO8PSTUvinv1YBcTfsYL8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=un/MSICrIqNB1+Bb3Meo+bN1mzWawiCgEolP2Y7ZDTDB8TXOoAcv19bYHFCGMUl942Pidu0G9eVB52WZXIAOlMI/e9urMnLyPw+OEUsyDi8UDZoisiygmF+2VjtlFeQpOVwfQNdyvDOQriKOfxgo/3eebw/MmFKj00H0YJ6agRM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=JfBr7POG; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="JfBr7POG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 680FD1F000E9; Thu, 30 Jul 2026 15:36:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1785425811; bh=wUYHSNLtyjLW83hk5B6TsMzHbbHgoIX7HvTTudgx5pU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=JfBr7POGh+zwjdnUmGt4bLhmX7mIX9HhEC0fFCBMQKeN+ULMuZdZ/Gowdw6E71GFV XNgRT7rxeIRgSVGxDFLx4C8NF5Vq2wifT27WFCSSDZKVJ94HFZudo1No91AebYanQs BsUcNUccyiNWlU/tQrcWO89q3YfbGXf7oQ4Z1+1U= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, "Matthieu Baerts (NGI0)" , Eelco Chaudron , Jakub Kicinski , Sasha Levin Subject: [PATCH 6.12 201/602] selftests: openvswitch: add config file Date: Thu, 30 Jul 2026 16:09:53 +0200 Message-ID: <20260730141440.182150769@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260730141435.976815864@linuxfoundation.org> References: <20260730141435.976815864@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Matthieu Baerts (NGI0) [ Upstream commit 441a820ccef9af80a9ac5a4c85b9c396e595967c ] 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: 25f16c873fb1 ("selftests: add openvswitch selftest suite") Signed-off-by: Matthieu Baerts (NGI0) Reviewed-by: Eelco Chaudron Link: https://patch.msgid.link/20260710-net-sft-fix-containers-v1-2-a2915c294ef5@kernel.org Signed-off-by: Jakub Kicinski Signed-off-by: Sasha Levin --- tools/testing/selftests/net/openvswitch/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tools/testing/selftests/net/openvswitch/config diff --git a/tools/testing/selftests/net/openvswitch/config b/tools/testing/selftests/net/openvswitch/config new file mode 100644 index 00000000000000..c659749cd086c7 --- /dev/null +++ b/tools/testing/selftests/net/openvswitch/config @@ -0,0 +1,16 @@ +CONFIG_GENEVE=m +CONFIG_INET_DIAG=y +CONFIG_IPV6=y +CONFIG_NETFILTER=y +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_DEMUX=m +CONFIG_NF_CONNTRACK=m +CONFIG_NF_CONNTRACK_OVS=y +CONFIG_OPENVSWITCH=m +CONFIG_OPENVSWITCH_GENEVE=m +CONFIG_OPENVSWITCH_GRE=m +CONFIG_OPENVSWITCH_VXLAN=m +CONFIG_PSAMPLE=m +CONFIG_VETH=y +CONFIG_VLAN_8021Q=y +CONFIG_VXLAN=m -- 2.53.0