Armin Wolf
2d45e2be0b
pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db()
...
[ Upstream commit c85fd9422fe0f5d667305efb27f56d09eab120b0 ]
When nonstatic_release_resource_db() frees all resources associated
with an PCMCIA socket, it forgets to free socket_data too, causing
a memory leak observable with kmemleak:
unreferenced object 0xc28d1000 (size 64):
comm "systemd-udevd", pid 297, jiffies 4294898478 (age 194.484s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 f0 85 0e c3 00 00 00 00 ................
00 00 00 00 0c 10 8d c2 00 00 00 00 00 00 00 00 ................
backtrace:
[<ffda4245>] __kmem_cache_alloc_node+0x2d7/0x4a0
[<7e51f0c8>] kmalloc_trace+0x31/0xa4
[<d52b4ca0>] nonstatic_init+0x24/0x1a4 [pcmcia_rsrc]
[<a2f13e08>] pcmcia_register_socket+0x200/0x35c [pcmcia_core]
[<a728be1b>] yenta_probe+0x4d8/0xa70 [yenta_socket]
[<c48fac39>] pci_device_probe+0x99/0x194
[<84b7c690>] really_probe+0x181/0x45c
[<8060fe6e>] __driver_probe_device+0x75/0x1f4
[<b9b76f43>] driver_probe_device+0x28/0xac
[<648b766f>] __driver_attach+0xeb/0x1e4
[<6e9659eb>] bus_for_each_dev+0x61/0xb4
[<25a669f3>] driver_attach+0x1e/0x28
[<d8671d6b>] bus_add_driver+0x102/0x20c
[<df0d323c>] driver_register+0x5b/0x120
[<942cd8a4>] __pci_register_driver+0x44/0x4c
[<e536027e>] __UNIQUE_ID___addressable_cleanup_module188+0x1c/0xfffff000 [iTCO_vendor_support]
Fix this by freeing socket_data too.
Tested on a Acer Travelmate 4002WLMi by manually binding/unbinding
the yenta_cardbus driver (yenta_socket).
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Message-ID: <20230512184529.5094-1-W_Armin@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-08-30 16:31:43 +02:00
..
2017-11-29 21:58:58 +01:00
2017-11-04 12:03:13 +01:00
2017-11-02 11:10:55 +01:00
2017-11-06 18:48:58 -06:00
2018-06-12 16:19:22 -07:00
2018-02-22 22:51:12 +01:00
2022-01-27 09:04:21 +01:00
2017-08-29 15:21:53 +02:00
2017-06-12 16:14:30 +02:00
2017-10-18 12:39:37 +01:00
2021-08-12 13:19:43 +02:00
2017-11-02 11:10:55 +01:00
2017-11-04 12:03:13 +01:00
2022-06-14 16:59:31 +02:00
2018-04-09 09:26:36 -07:00
2017-11-06 12:49:15 -08:00
2018-08-18 12:30:42 -07:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:08:17 -08:00
2023-08-30 16:31:43 +02:00
2018-04-06 15:53:22 +01:00
2018-04-06 15:53:22 +01:00
2018-03-24 14:17:09 +00:00
2018-04-06 15:53:22 +01:00
2017-11-17 16:10:04 -08:00
2017-10-03 13:24:11 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-01-24 19:24:39 +01:00
2017-11-02 11:10:55 +01:00
2017-11-04 12:03:13 +01:00
2018-11-13 11:08:17 -08:00
2017-11-02 11:10:55 +01:00