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 C53E7C433FE for ; Fri, 22 Oct 2021 11:26:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD555610A1 for ; Fri, 22 Oct 2021 11:26:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232733AbhJVL2z (ORCPT ); Fri, 22 Oct 2021 07:28:55 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:60220 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232696AbhJVL2x (ORCPT ); Fri, 22 Oct 2021 07:28:53 -0400 Received: from momiji.horms.nl (82-95-191-104.ip.xs4all.nl [82.95.191.104]) by kirsty.vergenet.net (Postfix) with ESMTPA id CF19825B7D9; Fri, 22 Oct 2021 22:26:33 +1100 (AEDT) Received: by momiji.horms.nl (Postfix, from userid 7100) id AB49D9403A8; Fri, 22 Oct 2021 13:26:31 +0200 (CEST) Date: Fri, 22 Oct 2021 13:26:31 +0200 From: Simon Horman To: Julian Anastasov Cc: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= , Pablo Neira Ayuso , 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: <20211022112629.GA22404@vergenet.net> 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: Organisation: Horms Solutions BV User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Oct 21, 2021 at 09:24:34PM +0300, Julian Anastasov wrote: > > Hello, > > On Thu, 21 Oct 2021, 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. > > > > Signed-off-by: Thomas Weißschuh > > Looks good to me for -next tree, thanks! > > Acked-by: Julian Anastasov Acked-by: Simon Horman