From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 45BA5346E4A; Wed, 11 Feb 2026 04:20:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770783610; cv=none; b=H3i8grDhhZ1AioujhZPV3TDYqFb5HniqidM2IKR4nQyu49QNtxZYPPA742AmUACrbfJC1ZwBI/j3dOyckkXNp4GzEEnTV1IYNK0opL6NMngN6QeG9yU1pdQmC06Wj7pB708ZkgnlW2rL7odbbHB5NTXT8sQWyD8PR9Zz+u7Km+4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770783610; c=relaxed/simple; bh=G2tLwo/2n9hhAlv6xVc8i+YA/OmVFW87ttb9ICV8Ngw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=F8NeHTZOlGfsyNjw0xzCSiTKgQxwspJ1MKk+UCvyFNz1exFQZPZshTNZzPNd8U615o3fxRWCQxa+fV1xW4I0DcdHZ/c46pDo9GVKi+RF+029k9TBcJ3JHQzonZC0OflN7Wo5n87En9i8YMM5RY/mpUMh1mcP7u4xW3hLHWz/mVw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HZtfmBAU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HZtfmBAU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA1DAC4CEF7; Wed, 11 Feb 2026 04:20:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770783609; bh=G2tLwo/2n9hhAlv6xVc8i+YA/OmVFW87ttb9ICV8Ngw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=HZtfmBAUb6xhK22iVKo9Z6PGeN0Ek/r4vVa8KBsDnkDfHu4MwrRbvc6ILFl3pG4Fc zFaHM7QpDSjhS3CgX4iALos4yfjfxNmr/YCveSMRpm+Ups+90qV8goih6sCJlBk8u6 qnyAte6qTV4IkHKymhLgkh/f0ukH9rU+Pwd9JoU9Iobmql5snmxdKpfN9v1047f4X1 WBXdjPEKRik019Aw390vEpCq1cC/tp8Q1ePaLlQyXepkvvcIUDq2nz0N/hcyfpc03V LPVa5eMhN/vZ6PA8UJLg1GaV262dUbOc3HfIkM19Annxusdhvt9BKOzYUhLcOAdzAw mOrmmX3Uoanuw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 0B183380AA50; Wed, 11 Feb 2026 04:20:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2 0/2] octeontx2-af: CGX: fix bitmap leaks From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177078360482.4190841.12442475614535152274.git-patchwork-notify@kernel.org> Date: Wed, 11 Feb 2026 04:20:04 +0000 References: <20260206130925.1087588-1-bo@mboxify.com> In-Reply-To: <20260206130925.1087588-1-bo@mboxify.com> To: Bo Sun Cc: kuba@kernel.org, pabeni@redhat.com, gakula@marvell.com, sgoutham@marvell.com, sbhatta@marvell.com, hkelam@marvell.com, horms@kernel.org, bbhushan2@marvell.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, sumang@marvell.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 6 Feb 2026 21:09:23 +0800 you wrote: > Patch 1 fixes the RX/TX flow-control bitmap leaks in cgx_lmac_exit(). > The leak was introduced in commit e740003874ed ("octeontx2-af: Flow > control resource management"). > Patch 2 converts the existing kfree() for mac_to_index_bmap to > rvu_free_bitmap() for consistency with the alloc/free API pairing. > > Changes in v2: > - Update patch 1 to use rvu_free_bitmap() instead of open-coding kfree() > - Add patch 2 to keep the alloc/free API pairing consistent > > [...] Here is the summary with links: - [net,v2,1/2] octeontx2-af: CGX: fix bitmap leaks https://git.kernel.org/netdev/net/c/3def995c4ede - [net,v2,2/2] octeontx2-af: CGX: replace kfree() with rvu_free_bitmap() (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html