Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp3130217pxu; Mon, 19 Oct 2020 04:57:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwvFqaUhjCo0OKxSk2pNAFQTB5VtS8YqOclyalUB5Y2ILZ67OetLB5IQHJSo/PD/ZYnsawG X-Received: by 2002:a17:906:1784:: with SMTP id t4mr15285211eje.489.1603108666325; Mon, 19 Oct 2020 04:57:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603108666; cv=none; d=google.com; s=arc-20160816; b=DU3h7M9comDKk/CmEa9vdHcIEzAgZWSHC3YsB1UpiUJquYDIA4fw04PyPP1KjN0ZnY noWmWLh5tQdMXrnVEihovfyRdKbh2oBn/aIzKNTVQC+z9kpzl5nxVl7T+KvX2gQdbr8Q SIBDR95ruCijfLp4hj9jUmPRI/1TnttMWPAFXjvFN5yhGOJ0utmJOanekt7zYqMIUX/m QCjDuh1hymZK2aW7ViAE7ITFYFNxgxa3VPxXQNShEl2DAA2dxsoDld0+/QLFqKL3d2Pi SrbIIcdkBaQkD3JGmVVLB02vWQVsv/NWjTaTQ/g+N0v3hv5wVuuv5p5tDXedOmtnMSSR DDHA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=9dFnNLn4V8aZIB6b+R8thIeEyAz/SWJpeKWYanTObdI=; b=F7AG0HqYcJTxD+S+pvAleR/QPA6AgwdNbFfAAUekrjR4RvDDZZUDEZOwZOp0unBiGz ByzHYejEiDufc8YX5c2yb00vTgahaFAaSrxdLYroKAzWK9c/bePi/upeS7IgyBtpMVQJ sBMIki6f7sGgBGRGv2RSiry5QD1jp0eQHTZdQbDX7jkd0wep3YzxZjiSnFKjyGck6HMb yzof68CNJGZKw7EBAG3FsMm2d31WB81zEVc4mv9WF1uJg1jF4kBm1JePzVzX9HVsfTM8 INnyCfq8r/zRs8BGfz511b17G1mQ+ELjBds58D/Z3fLt8KJtR+9Uaf8tJqvqllTU9s04 pTcw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gx5si7326686ejb.393.2020.10.19.04.57.24; Mon, 19 Oct 2020 04:57:46 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727917AbgJSLcq (ORCPT + 99 others); Mon, 19 Oct 2020 07:32:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727882AbgJSLcq (ORCPT ); Mon, 19 Oct 2020 07:32:46 -0400 Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [IPv6:2a02:1800:110:4::f00:19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 285AAC0613D0 for ; Mon, 19 Oct 2020 04:32:46 -0700 (PDT) Received: from ramsan ([84.195.186.194]) by laurent.telenet-ops.be with bizsmtp id hnYi230024C55Sk01nYiAJ; Mon, 19 Oct 2020 13:32:43 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1kUTP8-000055-11; Mon, 19 Oct 2020 13:32:42 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1kUTP7-00030U-VE; Mon, 19 Oct 2020 13:32:41 +0200 From: Geert Uytterhoeven To: Paolo Abeni , Matthieu Baerts , Mat Martineau , "David S . Miller" , Jakub Kicinski Cc: netdev@vger.kernel.org, mptcp@lists.01.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it Date: Mon, 19 Oct 2020 13:32:40 +0200 Message-Id: <20201019113240.11516-1-geert@linux-m68k.org> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org MPTCP_KUNIT_TESTS selects MPTCP, thus enabling an optional feature the user may not want to enable. Fix this by making the test depend on MPTCP instead. Fixes: a00a582203dbc43e ("mptcp: move crypto test to KUNIT") Signed-off-by: Geert Uytterhoeven --- net/mptcp/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/mptcp/Kconfig b/net/mptcp/Kconfig index 698bc35251609755..abb0a992d4a0855a 100644 --- a/net/mptcp/Kconfig +++ b/net/mptcp/Kconfig @@ -22,11 +22,8 @@ config MPTCP_IPV6 select IPV6 default y -endif - config MPTCP_KUNIT_TESTS tristate "This builds the MPTCP KUnit tests" if !KUNIT_ALL_TESTS - select MPTCP depends on KUNIT default KUNIT_ALL_TESTS help @@ -39,3 +36,4 @@ config MPTCP_KUNIT_TESTS If unsure, say N. +endif -- 2.17.1