From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 8821624A078; Fri, 3 Jul 2026 06:40:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783060824; cv=none; b=JgNT9qP8/opgF6JQZDMOI5fdruVHzHP+wND3Il+ztNHIh1CigA6bmEpYMD9JEWLCqVTZBpn4mc/FYL90Z8+8664ou+7sRqPpHuYnImXBejyk0pRzW/G0QFIboK9dbHJATNT6IHhTfkTCERVS0GJMYfcfFKUrzomhqJJQdekPaSI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783060824; c=relaxed/simple; bh=nOSmHGPL19da4Ba4E+HjmMvi/1OuD8/OfFLMu6Ebr/4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=hhJeeKwM+5/kzsuVxwTPGNvEh6w6Bocy2BctldXH/izQC2aERuHEEjF1w3sP9MER5sKWlG9B9u+CuR6MDTgqpT1Ab1+o1Qazwt+mQ/5mNYiNY8vVfjSJAM4he8TS/WwoGIQD1wJ6BsJ2ZqEi9kFRe6jtuySotBsMqCSOfb5c7Z8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=er1z/1kG; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="er1z/1kG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 21D561F000E9; Fri, 3 Jul 2026 06:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783060823; bh=eZEoZHnNr4XcyAWt/zRqViytkHIio5GOCNw6NACpGx0=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=er1z/1kG9ktQnTbuPG15zElmYdGirJFDBA60+1dL3Nzkub3RaCoEylJ5Ly2Y4Mk6O smfFn/uI3P1Vhb16vCEDYc2KTSCvjbHhLl5Jo/buMLWx4gtUOKrDKbo5XJoXm1XGId U1EIkODWbxgBR27aOwM4FAsJH3LtipkQB4mXqjJ227UASDwYz7ZFIlMTPe/Eq4Rw0J F0T6LIOYGhxtIM/j7vYyoCLjEkdU+U4v+1RtJ3t2DUtnGPQDmHzGwQ4Fhcw304a+1Z 5nV8JtffCGQ4NobL++73f7EdCcAelJkcK9/ezsWNvZdLI5ILNlaz4MqiNPvMIdZnMO N7s0/TA9GLL2A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0964393878E; Fri, 3 Jul 2026 06:40: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] octeontx2-pf: fix SQB pointer leak on init failure From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178306080539.2485127.11987414191189060501.git-patchwork-notify@kernel.org> Date: Fri, 03 Jul 2026 06:40:05 +0000 References: <20260630071625.349996-1-dawei.feng@seu.edu.cn> In-Reply-To: <20260630071625.349996-1-dawei.feng@seu.edu.cn> To: Dawei Feng Cc: sgoutham@marvell.com, rkannoth@marvell.com, gakula@marvell.com, sbhatta@marvell.com, hkelam@marvell.com, bbhushan2@marvell.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, jbrandeb@kernel.org, richardcochran@gmail.com, amakarov@marvell.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, jianhao.xu@seu.edu.cn, zilin@seu.edu.cn Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Tue, 30 Jun 2026 15:16:25 +0800 you wrote: > otx2_init_hw_resources() initializes SQ aura and pool resources before > several later setup steps. On failure, err_free_sq_ptrs only frees SQB > pages, leaving the per-SQ sqb_ptrs arrays behind. > > Use otx2_free_sq_res() for the SQ unwind path and let it free sqb_ptrs > even when sq->sqe has not been allocated yet. > > [...] Here is the summary with links: - [net,v2] octeontx2-pf: fix SQB pointer leak on init failure https://git.kernel.org/netdev/net/c/62e7df6d042a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html