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 8AC61C433EF for ; Mon, 25 Oct 2021 14:50:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6DBE260EBC for ; Mon, 25 Oct 2021 14:50:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233707AbhJYOw5 (ORCPT ); Mon, 25 Oct 2021 10:52:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:45542 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233696AbhJYOwa (ORCPT ); Mon, 25 Oct 2021 10:52:30 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 904C061039; Mon, 25 Oct 2021 14:50:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635173407; bh=jYOtjHPCtlfoXpNUGdU/aP/8EDMtH7R8Xiek4vi1dyw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=CkJmjD57ca0DJl8Lj8eJSv4HJyR0V/5ourT87XirDfo6gcB23QrWgZ83O/HwjETMj 7pfppAFEx094lGzLntGInX6pt4MqVwgILWRyH8iU/LZoYEZECz29efzIoi6M/AfB9C Swy6ixqAwBbKDUM/v1Bb5HKCsnCuPxfsEhYPDj1uSfoKqVPxZkBOekxo3A9FSjnXsZ cQAkvD2/ZDTG/mjgTSy7MqBp//iRy6zOtVixFBt/S1aZvsV9lohoeSXmMpLimtvIma Yk4V7ad2e8r5GLj6N5KjECDo5dF7gVMx3WmmcmskmMz8zICqbUIl8f6leQKjVjeF8t +ddL/8iTYv1ug== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] mlxsw: spectrum: Use 'bitmap_zalloc()' when applicable From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163517340755.13749.8331433462524363080.git-patchwork-notify@kernel.org> Date: Mon, 25 Oct 2021 14:50:07 +0000 References: In-Reply-To: To: Christophe JAILLET Cc: jiri@nvidia.com, idosch@nvidia.com, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Sun, 24 Oct 2021 21:17:51 +0200 you wrote: > Use 'bitmap_zalloc()' to simplify code, improve the semantic and avoid > 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: - mlxsw: spectrum: Use 'bitmap_zalloc()' when applicable https://git.kernel.org/netdev/net-next/c/2c087dfcc9d5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html