From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuniyu@amazon.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, dsahern@kernel.org, daniel@iogearbox.net,
fw@strlen.de, glenn.judd@morganstanley.com, kuni1840@gmail.com,
netdev@vger.kernel.org, syzkaller@googlegroups.com,
samsun1006219@gmail.com, xrivendell7@gmail.com
Subject: Re: [PATCH v1 net] tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
Date: Tue, 21 May 2024 11:40:27 +0000 [thread overview]
Message-ID: <171629162791.2441.4940438583643333022.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240517091626.32772-1-kuniyu@amazon.com>
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Fri, 17 May 2024 18:16:26 +0900 you wrote:
> In dctcp_update_alpha(), we use a module parameter dctcp_shift_g
> as follows:
>
> alpha -= min_not_zero(alpha, alpha >> dctcp_shift_g);
> ...
> delivered_ce <<= (10 - dctcp_shift_g);
>
> [...]
Here is the summary with links:
- [v1,net] tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
https://git.kernel.org/netdev/net/c/3ebc46ca8675
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-05-21 11:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-17 9:16 [PATCH v1 net] tcp: Fix shift-out-of-bounds in dctcp_update_alpha() Kuniyuki Iwashima
2024-05-17 20:28 ` Simon Horman
2024-05-21 11:40 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=171629162791.2441.4940438583643333022.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=glenn.judd@morganstanley.com \
--cc=kuba@kernel.org \
--cc=kuni1840@gmail.com \
--cc=kuniyu@amazon.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=samsun1006219@gmail.com \
--cc=syzkaller@googlegroups.com \
--cc=xrivendell7@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).