[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <162129060957.6973.14308323521678022271.git-patchwork-notify@kernel.org>
Date: Mon, 17 May 2021 22:30:09 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Johannes Berg <johannes@...solutions.net>
Cc: netdev@...r.kernel.org, j.vosburgh@...il.com, vfalico@...il.com,
andy@...yhouse.net, johannes.berg@...el.com,
syzbot+bfda097c12a00c8cae67@...kaller.appspotmail.com
Subject: Re: [PATCH] bonding: init notify_work earlier to avoid uninitialized use
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 17 May 2021 16:13:35 +0200 you wrote:
> From: Johannes Berg <johannes.berg@...el.com>
>
> If bond_kobj_init() or later kzalloc() in bond_alloc_slave() fail,
> then we call kobject_put() on the slave->kobj. This in turn calls
> the release function slave_kobj_release() which will always try to
> cancel_delayed_work_sync(&slave->notify_work), which shouldn't be
> done on an uninitialized work struct.
>
> [...]
Here is the summary with links:
- bonding: init notify_work earlier to avoid uninitialized use
https://git.kernel.org/netdev/net/c/35d96e631860
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