From: patchwork-bot+netdevbpf@kernel.org
To: Foster Snowhill <forst@pen.gy>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, gvalkov@gmail.com, simon.horman@corigine.com,
jan.kiszka@siemens.com, linux-usb@vger.kernel.org,
netdev@vger.kernel.org
Subject: Re: [PATCH net-next v4 1/4] usbnet: ipheth: fix risk of NULL pointer deallocation
Date: Fri, 09 Jun 2023 09:30:20 +0000 [thread overview]
Message-ID: <168630302068.8448.16788889957368567496.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230607135702.32679-1-forst@pen.gy>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Wed, 7 Jun 2023 15:56:59 +0200 you wrote:
> From: Georgi Valkov <gvalkov@gmail.com>
>
> The cleanup precedure in ipheth_probe will attempt to free a
> NULL pointer in dev->ctrl_buf if the memory allocation for
> this buffer is not successful. While kfree ignores NULL pointers,
> and the existing code is safe, it is a better design to rearrange
> the goto labels and avoid this.
>
> [...]
Here is the summary with links:
- [net-next,v4,1/4] usbnet: ipheth: fix risk of NULL pointer deallocation
https://git.kernel.org/netdev/net-next/c/2203718c2f59
- [net-next,v4,2/4] usbnet: ipheth: transmit URBs without trailing padding
https://git.kernel.org/netdev/net-next/c/3e65efcca87a
- [net-next,v4,3/4] usbnet: ipheth: add CDC NCM support
https://git.kernel.org/netdev/net-next/c/a2d274c62e44
- [net-next,v4,4/4] usbnet: ipheth: update Kconfig description
https://git.kernel.org/netdev/net-next/c/0c6e9d32ef0c
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-06-09 9:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-07 13:56 [PATCH net-next v4 1/4] usbnet: ipheth: fix risk of NULL pointer deallocation Foster Snowhill
2023-06-07 13:57 ` [PATCH net-next v4 2/4] usbnet: ipheth: transmit URBs without trailing padding Foster Snowhill
2023-06-07 13:57 ` [PATCH net-next v4 3/4] usbnet: ipheth: add CDC NCM support Foster Snowhill
2023-06-07 13:57 ` [PATCH net-next v4 4/4] usbnet: ipheth: update Kconfig description Foster Snowhill
2023-06-09 9:30 ` patchwork-bot+netdevbpf [this message]
2023-06-09 10:42 ` [PATCH net-next v4 1/4] usbnet: ipheth: fix risk of NULL pointer deallocation George Valkov
2023-06-09 11:09 ` Greg KH
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=168630302068.8448.16788889957368567496.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=forst@pen.gy \
--cc=gvalkov@gmail.com \
--cc=jan.kiszka@siemens.com \
--cc=kuba@kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=simon.horman@corigine.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).