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 37BFCC433F5 for ; Fri, 24 Dec 2021 23:10:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231744AbhLXXKM (ORCPT ); Fri, 24 Dec 2021 18:10:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231696AbhLXXKM (ORCPT ); Fri, 24 Dec 2021 18:10:12 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35EABC061401; Fri, 24 Dec 2021 15:10:12 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id F2F27B82357; Fri, 24 Dec 2021 23:10:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id BBCC8C36AEA; Fri, 24 Dec 2021 23:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1640387409; bh=fOtEvItekIGynlFbMmscCsUBbIwCtg1msDtgUQVsbP4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=GNVmo0mVFuwDhKzSd+lP8+dAvcgZ23BJ38G2NSLpB+4Hxo65i3mOjE4rnTu0mAq45 hcqxtPktW3TMfOmmdgYTDSfsIHgACtF7Zl4VZqtBIskrUC91zFXiB7keKHR1+Hpzxo 7oo2a/Kkl4uUcoN0s7OazsiLRNccFWtzIvk/kDmkRAjK/QMiv6Gobs71x54jfjqYsA jVGsc8Fb0kdUH6bixMrP81E8cOmUFCLAKCQ9BLZk8iBUfJp+7/vOf9mKJ7vD/60IPq SqahXnxMisrwrZJ9v80VEEeSFJYekwfKvaGOOyFt2NsoI5HKnByA6vtFNT9323HeZx 6YHEsSRkwxTtw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id A9A11EAC06B; Fri, 24 Dec 2021 23:10:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] lib: objagg: Use the bitmap API when applicable From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164038740969.29055.3830657211085766968.git-patchwork-notify@kernel.org> Date: Fri, 24 Dec 2021 23:10:09 +0000 References: In-Reply-To: To: Christophe JAILLET Cc: jiri@nvidia.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Thu, 23 Dec 2021 22:33:42 +0100 you wrote: > Use 'bitmap_zalloc()' to simplify code, improve the semantic and reduce > some open-coded arithmetic in allocator arguments. > > Also change the corresponding 'kfree()' into 'bitmap_free()' to keep > consistency. > > Signed-off-by: Christophe JAILLET > > [...] Here is the summary with links: - lib: objagg: Use the bitmap API when applicable https://git.kernel.org/netdev/net-next/c/7c63f26cb518 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html