From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
netdev@vger.kernel.org, eric.dumazet@gmail.com,
syzkaller@googlegroups.com, zengyhkyle@gmail.com,
keescook@chromium.org, vbabka@suse.cz
Subject: Re: [PATCH net] net: deal with integer overflows in kmalloc_reserve()
Date: Mon, 04 Sep 2023 05:58:14 +0000 [thread overview]
Message-ID: <169380709442.30982.6406917722058861276.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230831183750.2952307-1-edumazet@google.com>
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
On Thu, 31 Aug 2023 18:37:50 +0000 you wrote:
> Blamed commit changed:
> ptr = kmalloc(size);
> if (ptr)
> size = ksize(ptr);
>
> to:
> size = kmalloc_size_roundup(size);
> ptr = kmalloc(size);
>
> [...]
Here is the summary with links:
- [net] net: deal with integer overflows in kmalloc_reserve()
https://git.kernel.org/netdev/net/c/915d975b2ffa
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-09-04 5:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-31 18:37 [PATCH net] net: deal with integer overflows in kmalloc_reserve() Eric Dumazet
2023-09-04 5:58 ` patchwork-bot+netdevbpf [this message]
2023-09-04 8:41 ` David Laight
2023-09-04 9:06 ` Eric Dumazet
2023-09-04 9:27 ` David Laight
2023-09-04 23:49 ` Kyle Zeng
2023-09-05 3:41 ` Eric Dumazet
2023-09-05 3:49 ` Eric Dumazet
2023-09-05 8:36 ` David Laight
2023-09-05 12:27 ` Eric Dumazet
2023-09-05 12:34 ` Eric Dumazet
2023-09-05 12:44 ` David Laight
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=169380709442.30982.6406917722058861276.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=keescook@chromium.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=syzkaller@googlegroups.com \
--cc=vbabka@suse.cz \
--cc=zengyhkyle@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.