[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <166622642152.27263.17987700781287659037.git-patchwork-notify@kernel.org>
Date: Thu, 20 Oct 2022 00:40:21 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Yang Yingliang <yangyingliang@...wei.com>
Cc: netdev@...r.kernel.org, yisen.zhuang@...wei.com,
salil.mehta@...wei.com, davem@...emloft.net
Subject: Re: [PATCH net] net: hns: fix possible memory leak in hnae_ae_register()
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 18 Oct 2022 20:24:51 +0800 you wrote:
> Inject fault while probing module, if device_register() fails,
> but the refcount of kobject is not decreased to 0, the name
> allocated in dev_set_name() is leaked. Fix this by calling
> put_device(), so that name can be freed in callback function
> kobject_cleanup().
>
> unreferenced object 0xffff00c01aba2100 (size 128):
> comm "systemd-udevd", pid 1259, jiffies 4294903284 (age 294.152s)
> hex dump (first 32 bytes):
> 68 6e 61 65 30 00 00 00 18 21 ba 1a c0 00 ff ff hnae0....!......
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
> backtrace:
> [<0000000034783f26>] slab_post_alloc_hook+0xa0/0x3e0
> [<00000000748188f2>] __kmem_cache_alloc_node+0x164/0x2b0
> [<00000000ab0743e8>] __kmalloc_node_track_caller+0x6c/0x390
> [<000000006c0ffb13>] kvasprintf+0x8c/0x118
> [<00000000fa27bfe1>] kvasprintf_const+0x60/0xc8
> [<0000000083e10ed7>] kobject_set_name_vargs+0x3c/0xc0
> [<000000000b87affc>] dev_set_name+0x7c/0xa0
> [<000000003fd8fe26>] hnae_ae_register+0xcc/0x190 [hnae]
> [<00000000fe97edc9>] hns_dsaf_ae_init+0x9c/0x108 [hns_dsaf]
> [<00000000c36ff1eb>] hns_dsaf_probe+0x548/0x748 [hns_dsaf]
>
> [...]
Here is the summary with links:
- [net] net: hns: fix possible memory leak in hnae_ae_register()
https://git.kernel.org/netdev/net/c/ff2f5ec5d009
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