From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DB5DBD10F57 for ; Mon, 18 Nov 2024 04:14:22 +0000 (UTC) Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id fe0bc95b; Mon, 18 Nov 2024 01:39:37 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 9cd9b6b2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sun, 17 Nov 2024 20:11:58 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id D54C35C4BBC; Sun, 17 Nov 2024 20:11:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC6BCC4CECD; Sun, 17 Nov 2024 20:11:55 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="N0kI4HPy" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1731874314; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Mk1KepV+1G2oSCm2lHII/IKroPxppluHk1Hg/th29HU=; b=N0kI4HPyjRi9MTFgCoV8f2hEATaQAdMfU4z9VD9EjgKLiuVKxbuA+3kwL5RjyKwjUwkCWX E1aGDUkeqfvMsqZRVjSNjeZOshgio9jshvzhQunOHz7xvuXWnXZwCIU5qsNUADvVnb6qt0 UTQ0zIjspBHYAv5wbwX/L8QNMOXu+dQ= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 8ec7c31f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 17 Nov 2024 20:11:53 +0000 (UTC) Date: Sun, 17 Nov 2024 21:11:52 +0100 From: "Jason A. Donenfeld" To: Hangbin Liu Cc: netdev@vger.kernel.org, Shuah Khan , "David S. Miller" , Simon Horman , wireguard@lists.zx2c4.com, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 net] selftests: wireguard: load nf_conntrack if it's not present Message-ID: References: <20241112094828.391002-1-liuhangbin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20241112094828.391002-1-liuhangbin@gmail.com> X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" On Tue, Nov 12, 2024 at 09:48:27AM +0000, Hangbin Liu wrote: > Some distros may not load nf_conntrack by default, which will cause > subsequent nf_conntrack settings to fail. Let's load this module if it's > not loaded by default. > > Fixes: e7096c131e51 ("net: WireGuard secure network tunnel") > Signed-off-by: Hangbin Liu Applied, thanks.