Borislav Petkov
b49777c656
EDAC, mc_sysfs: Fix freeing bus' name
commit 12e26969b3 upstream.
I get the splat below when modprobing/rmmoding EDAC drivers. It happens
because bus->name is invalid after bus_unregister() has run. The Code: section
below corresponds to:
.loc 1 1108 0
movq 672(%rbx), %rax # mci_1(D)->bus, mci_1(D)->bus
.loc 1 1109 0
popq %rbx #
.loc 1 1108 0
movq (%rax), %rdi # _7->name,
jmp kfree #
and %rax has some funky stuff 2030203020312030 which looks a lot like
something walked over it.
Fix that by saving the name ptr before doing stuff to string it points to.
general protection fault: 0000 [#1] SMP
Modules linked in: ...
CPU: 4 PID: 10318 Comm: modprobe Tainted: G I EN 3.12.51-11-default+ #48
Hardware name: HP ProLiant DL380 G7, BIOS P67 05/05/2011
task: ffff880311320280 ti: ffff88030da3e000 task.ti: ffff88030da3e000
RIP: 0010:[<ffffffffa019da92>] [<ffffffffa019da92>] edac_unregister_sysfs+0x22/0x30 [edac_core]
RSP: 0018:ffff88030da3fe28 EFLAGS: 00010292
RAX: 2030203020312030 RBX: ffff880311b4e000 RCX: 000000000000095c
RDX: 0000000000000001 RSI: ffff880327bb9600 RDI: 0000000000000286
RBP: ffff880311b4e750 R08: 0000000000000000 R09: ffffffff81296110
R10: 0000000000000400 R11: 0000000000000000 R12: ffff88030ba1ac68
R13: 0000000000000001 R14: 00000000011b02f0 R15: 0000000000000000
FS: 00007fc9bf8f5700(0000) GS:ffff8801a7c40000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 0000000000403c90 CR3: 000000019ebdf000 CR4: 00000000000007e0
Stack:
Call Trace:
i7core_unregister_mci.isra.9
i7core_remove
pci_device_remove
__device_release_driver
driver_detach
bus_remove_driver
pci_unregister_driver
i7core_exit
SyS_delete_module
system_call_fastpath
0x7fc9bf426536
Code: 2e 0f 1f 84 00 00 00 00 00 66 66 66 66 90 53 48 89 fb e8 52 2a 1f e1 48 8b bb a0 02 00 00 e8 46 59 1f e1 48 8b 83 a0 02 00 00 5b <48> 8b 38 e9 26 9a fe e0 66 0f 1f 44 00 00 66 66 66 66 90 48 8b
RIP [<ffffffffa019da92>] edac_unregister_sysfs+0x22/0x30 [edac_core]
RSP <ffff88030da3fe28>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Fixes: 7a623c0390 ("edac: rewrite the sysfs code to use struct device")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-03 15:07:17 -08:00
..
2015-09-22 18:20:56 +02:00
2015-10-15 11:57:23 +02:00
2015-02-23 13:08:09 +01:00
2015-02-23 13:08:09 +01:00
2015-11-03 17:51:33 -08:00
2015-09-29 13:41:04 +02:00
2013-12-06 10:23:41 +01:00
2014-02-25 10:09:09 +01:00
2014-10-20 16:20:30 +02:00
2014-10-22 22:58:45 +02:00
2015-10-14 18:50:32 +02:00
2014-10-22 22:59:00 +02:00
2014-02-25 10:01:30 +01:00
2015-09-22 12:29:46 +02:00
2016-03-03 15:07:17 -08:00
2016-03-03 15:07:17 -08:00
2016-03-03 15:07:17 -08:00
2015-02-23 13:13:07 +01:00
2015-09-22 18:10:22 +02:00
2014-11-11 18:17:57 +01:00
2016-03-03 15:07:17 -08:00
2015-05-29 22:01:00 +02:00
2015-10-22 22:57:30 +02:00
2013-11-04 17:01:07 -06:00
2015-03-20 17:50:07 +01:00
2015-08-13 10:12:52 +02:00
2014-11-19 16:33:48 +01:00
2015-10-15 00:21:07 +02:00
2013-12-06 10:23:41 +01:00
2015-09-22 18:21:12 +02:00
2014-04-04 09:50:07 -07:00
2014-03-11 06:55:49 -03:00
2015-03-11 20:39:15 +01:00
2015-02-23 13:06:23 +01:00
2015-02-23 13:06:23 +01:00
2015-02-23 13:06:23 +01:00
2015-10-15 00:21:07 +02:00
2015-08-13 10:12:54 +02:00
2015-09-22 12:29:46 +02:00
2015-08-13 10:12:52 +02:00
2014-11-19 10:55:43 -08:00
2015-05-31 12:51:08 +02:00
2015-05-31 12:51:08 +02:00
2015-01-30 17:00:43 +01:00
2015-07-02 10:46:28 +02:00
2015-07-02 10:46:28 +02:00
2015-07-02 10:46:28 +02:00
2015-10-03 12:19:42 +02:00
2013-12-06 10:23:41 +01:00
2015-09-24 20:40:50 +02:00
2015-03-20 17:50:07 +01:00
2014-10-20 16:20:30 +02:00
2015-10-15 00:21:07 +02:00
2015-09-25 15:41:46 +02:00