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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A4D66C433F5 for ; Fri, 22 Oct 2021 12:10:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D5C260F02 for ; Fri, 22 Oct 2021 12:10:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231394AbhJVMMx (ORCPT ); Fri, 22 Oct 2021 08:12:53 -0400 Received: from mail.netfilter.org ([217.70.188.207]:36732 "EHLO mail.netfilter.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230155AbhJVMMw (ORCPT ); Fri, 22 Oct 2021 08:12:52 -0400 Received: from netfilter.org (unknown [78.30.32.163]) by mail.netfilter.org (Postfix) with ESMTPSA id BBF0963F45; Fri, 22 Oct 2021 14:08:50 +0200 (CEST) Date: Fri, 22 Oct 2021 14:10:30 +0200 From: Pablo Neira Ayuso To: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= Cc: Simon Horman , Julian Anastasov , Jozsef Kadlecsik , Florian Westphal , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org, lvs-devel@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ipvs: autoload ipvs on genl access Message-ID: References: <20211021130255.4177-1-linux@weissschuh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211021130255.4177-1-linux@weissschuh.net> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Oct 21, 2021 at 03:02:55PM +0200, Thomas Weißschuh wrote: > The kernel provides the functionality to automatically load modules > providing genl families. Use this to remove the need for users to > manually load the module. Applied, thanks