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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E39EC433EF for ; Sat, 16 Jul 2022 09:12:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230214AbiGPJMy (ORCPT ); Sat, 16 Jul 2022 05:12:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229502AbiGPJMx (ORCPT ); Sat, 16 Jul 2022 05:12:53 -0400 Received: from zeeaster.vergenet.net (zeeaster.vergenet.net [206.189.110.174]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CFC61EC54; Sat, 16 Jul 2022 02:12:47 -0700 (PDT) Received: from madeliefje.horms.nl (86-88-72-229.fixed.kpn.net [86.88.72.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by zeeaster.vergenet.net (Postfix) with ESMTPSA id E9B4C20088; Sat, 16 Jul 2022 09:12:44 +0000 (UTC) Received: by madeliefje.horms.nl (Postfix, from userid 7100) id 6A21E28BD; Sat, 16 Jul 2022 10:12:44 +0100 (BST) Date: Sat, 16 Jul 2022 11:12:44 +0200 From: Simon Horman To: Julian Anastasov Cc: Christophe JAILLET , Pablo Neira Ayuso , linux-kernel , kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, lvs-devel@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org Subject: Re: [PATCH] netfilter: ipvs: Use the bitmap API to allocate bitmaps Message-ID: References: <420d8b70560e8711726ff639f0a55364e212ff26.1656962678.git.christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions BV X-Virus-Scanned: clamav-milter 0.103.6 at zeeaster X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Tue, Jul 05, 2022 at 01:05:54PM +0300, Julian Anastasov wrote: > > Hello, > > On Mon, 4 Jul 2022, Christophe JAILLET wrote: > > > Use bitmap_zalloc()/bitmap_free() instead of hand-writing them. > > > > It is less verbose and it improves the semantic. > > > > Signed-off-by: Christophe JAILLET > > Looks good to me for -next! Thanks! > > Acked-by: Julian Anastasov Acked-by: Simon Horman