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
| ||
|
Message-Id: <168060481810.9911.17255208221715242157.git-patchwork-notify@kernel.org> Date: Tue, 04 Apr 2023 10:40:18 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Siddharth Vadapalli <s-vadapalli@...com> Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, rogerq@...nel.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, srk@...com Subject: Re: [PATCH net] net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni <pabeni@...hat.com>: On Mon, 3 Apr 2023 14:33:21 +0530 you wrote: > In the am65_cpsw_nuss_probe() function's cleanup path, the call to > of_platform_device_destroy() for the common->mdio_dev device is invoked > unconditionally. It is possible that either the MDIO node is not present > in the device-tree, or the MDIO node is disabled in the device-tree. In > both these cases, the MDIO device is not created, resulting in a NULL > pointer dereference when the of_platform_device_destroy() function is > invoked on the common->mdio_dev device on the cleanup path. > > [...] Here is the summary with links: - [net] net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe https://git.kernel.org/netdev/net/c/c6b486fb3368 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