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 D210B3921DE; Wed, 13 May 2026 03:46:05 +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=1778643965; cv=none; b=Z7XzOY6YYh2sRfgH9Gmv4g5+0vmRLzO/qwG2toSiPrUY16WIXw5nMHgyKQOozByv8ca1Y9unllYwEWUhH59KqdEmvMZK3H5Td3ow37uYCHj865z3atxbPPEmrHupFKEdt+mDYmOhZtZZWGvFcakC6QHrfgY1dq9Xq3Xsu1eMO30= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778643965; c=relaxed/simple; bh=4MA51zp6KFVGMsHTJytu+1BKMCsUVq+f+b3/E1FUrug=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=e7UKhSWNyXsucpRDQL8Tc7RJab4GV+m7Mdj+jijc4PByGyM71gtHuEmBZPByhxnD392Jgjz/1Nibpf5NLWdUQsa06qKINZniy2oYmzGB08//VJIv/21w1BLqA4PFFE2jnwa7DOA76jnudYeqle0wStkDdOmvM/w8Zh6zU9UfS4g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EJGdJIRc; 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="EJGdJIRc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 892C5C2BCC7; Wed, 13 May 2026 03:46:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778643965; bh=4MA51zp6KFVGMsHTJytu+1BKMCsUVq+f+b3/E1FUrug=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=EJGdJIRcXkTXOYOzt6/BwkocoxvuLize9AUD6GQg0n8sU7gyH9sH0NCCB6Z/cHSbD y3CcgQXg+lZ3RXvggKT9+FT8Lw2QZE0hT5Ms7rjqN1rRPuIrDoL6hROmcLYSY4TIe8 nGzqyYJ3VoUdrB0jGLoFpwgWMHXbLpI4Oo0Zx8LCPe+j9xUS68OM+A+MnnUhvm27yX dCcextPWRvCUKszhuFfQK+OcwDTV61WigZ6XPkPNWc8+J9HbMR9JJ2VO5EPuf8IKYv RBIr7oF6dNvA5Bmli7BR8staqyRHFIpcRpsrPRdoO+T5sNVap3/ea+iRQxwOUddWSO jA3GjXp3GielQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CE313822D60; Wed, 13 May 2026 03:45:12 +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: atm: fix skb leak in sigd_send() default branch From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177864391104.3173643.17276531559974621177.git-patchwork-notify@kernel.org> Date: Wed, 13 May 2026 03:45:11 +0000 References: <20260509122358.1102997-1-albin_yang@163.com> In-Reply-To: <20260509122358.1102997-1-albin_yang@163.com> To: Yang Wei Cc: 3chas3@gmail.com, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, albinwyang@tencent.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Sat, 9 May 2026 20:23:58 +0800 you wrote: > From: Wei Yang > > The default branch in sigd_send() calls sock_put() and returns -EINVAL > without freeing the skb, while all other exit paths do so. Add the > missing dev_kfree_skb() before sock_put() to fix the leak. > > Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") > Signed-off-by: Wei Yang > > [...] Here is the summary with links: - net: atm: fix skb leak in sigd_send() default branch https://git.kernel.org/netdev/net/c/f9e2342046ef You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html