[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<168655922031.2912.11244679238666177727.git-patchwork-notify@kernel.org>
Date: Mon, 12 Jun 2023 08:40:20 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Dan Carpenter <dan.carpenter@...aro.org>
Cc: marcelo.leitner@...il.com, lucien.xin@...il.com, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
linux-sctp@...r.kernel.org, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH 1/2 net] sctp: handle invalid error codes without calling
BUG()
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:
On Fri, 9 Jun 2023 14:04:43 +0300 you wrote:
> The sctp_sf_eat_auth() function is supposed to return enum sctp_disposition
> values but if the call to sctp_ulpevent_make_authkey() fails, it returns
> -ENOMEM.
>
> This results in calling BUG() inside the sctp_side_effects() function.
> Calling BUG() is an over reaction and not helpful. Call WARN_ON_ONCE()
> instead.
>
> [...]
Here is the summary with links:
- [1/2,net] sctp: handle invalid error codes without calling BUG()
https://git.kernel.org/netdev/net/c/a0067dfcd941
- [2/2,net] sctp: fix an error code in sctp_sf_eat_auth()
https://git.kernel.org/netdev/net/c/75e6def3b267
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists