lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ