Yang Shi
10863607c2
locktorture: Fix potential memory leak with rw lock test
commit f4dbba5919 upstream.
When running locktorture module with the below commands with kmemleak enabled:
$ modprobe locktorture torture_type=rw_lock_irq
$ rmmod locktorture
The below kmemleak got caught:
root@10:~# echo scan > /sys/kernel/debug/kmemleak
[ 323.197029] kmemleak: 2 new suspected memory leaks (see /sys/kernel/debug/kmemleak)
root@10:~# cat /sys/kernel/debug/kmemleak
unreferenced object 0xffffffc07592d500 (size 128):
comm "modprobe", pid 368, jiffies 4294924118 (age 205.824s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 c3 7b 02 00 00 00 00 00 .........{......
00 00 00 00 00 00 00 00 d7 9b 02 00 00 00 00 00 ................
backtrace:
[<ffffff80081e5a88>] create_object+0x110/0x288
[<ffffff80086c6078>] kmemleak_alloc+0x58/0xa0
[<ffffff80081d5acc>] __kmalloc+0x234/0x318
[<ffffff80006fa130>] 0xffffff80006fa130
[<ffffff8008083ae4>] do_one_initcall+0x44/0x138
[<ffffff800817e28c>] do_init_module+0x68/0x1cc
[<ffffff800811c848>] load_module+0x1a68/0x22e0
[<ffffff800811d340>] SyS_finit_module+0xe0/0xf0
[<ffffff80080836f0>] el0_svc_naked+0x24/0x28
[<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffffffc07592d480 (size 128):
comm "modprobe", pid 368, jiffies 4294924118 (age 205.824s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 3b 6f 01 00 00 00 00 00 ........;o......
00 00 00 00 00 00 00 00 23 6a 01 00 00 00 00 00 ........#j......
backtrace:
[<ffffff80081e5a88>] create_object+0x110/0x288
[<ffffff80086c6078>] kmemleak_alloc+0x58/0xa0
[<ffffff80081d5acc>] __kmalloc+0x234/0x318
[<ffffff80006fa22c>] 0xffffff80006fa22c
[<ffffff8008083ae4>] do_one_initcall+0x44/0x138
[<ffffff800817e28c>] do_init_module+0x68/0x1cc
[<ffffff800811c848>] load_module+0x1a68/0x22e0
[<ffffff800811d340>] SyS_finit_module+0xe0/0xf0
[<ffffff80080836f0>] el0_svc_naked+0x24/0x28
[<ffffffffffffffff>] 0xffffffffffffffff
It is because cxt.lwsa and cxt.lrsa don't get freed in module_exit, so free
them in lock_torture_cleanup() and free writer_tasks if reader_tasks is
failed at memory allocation.
Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Cc: 石洋 <yang.s@alibaba-inc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-13 14:09:46 -07:00
..
2017-07-21 07:44:55 +02:00
2016-09-24 10:07:42 +02:00
2017-01-06 11:16:16 +01:00
2017-08-30 10:19:25 +02:00
2017-09-02 07:06:51 +02:00
2017-06-26 07:13:10 +02:00
2015-11-11 17:36:04 +01:00
2017-09-13 14:09:46 -07:00
2016-11-26 09:54:53 +01:00
2017-02-23 17:43:10 +01:00
2016-12-08 07:15:24 +01:00
2017-08-06 19:19:43 -07:00
2017-07-27 15:06:10 -07:00
2017-08-30 10:19:24 +02:00
2015-10-21 15:18:35 +01:00
2015-04-11 22:27:55 -04:00
2014-10-09 22:26:04 -04:00
2015-08-06 16:14:53 -04:00
2015-11-04 08:23:51 -05:00
2017-08-24 17:02:35 -07:00
2015-11-06 17:50:42 -08:00
2015-11-04 08:23:51 -05:00
2015-11-04 08:23:51 -05:00
2016-08-20 18:09:22 +02:00
2014-06-04 16:54:14 -07:00
2014-08-08 15:57:18 -07:00
2017-01-06 11:16:14 +01:00
2015-12-03 10:18:21 -05:00
2015-12-03 10:18:21 -05:00
2017-04-21 09:30:04 +02:00
2015-06-04 23:57:18 +02:00
2013-05-01 17:29:18 -04:00
2015-11-10 12:06:23 +01:00
2015-09-03 02:42:20 +02:00
2017-01-12 11:22:48 +01:00
2017-09-07 08:34:09 +02:00
2014-08-25 15:42:19 -07:00
2016-09-15 08:27:49 +02:00
2014-07-23 10:18:06 -07:00
2013-11-09 00:16:23 -05:00
2015-04-12 21:03:31 +02:00
2016-06-07 18:14:35 -07:00
2017-07-21 07:44:56 +02:00
2017-06-14 13:16:23 +02:00
2014-10-21 23:44:20 +02:00
2016-02-25 12:01:16 -08:00
2017-03-22 12:04:19 +01:00
2015-04-15 16:35:22 -07:00
2015-04-15 16:35:22 -07:00
2015-11-23 09:44:58 +01:00
2017-01-19 20:17:19 +01:00
2014-10-14 02:18:16 +02:00
2016-02-25 12:01:16 -08:00
2013-11-15 09:32:22 +09:00
2015-05-12 09:46:00 +02:00
2015-11-06 17:50:42 -08:00
2016-09-24 10:07:36 +02:00
2015-09-10 13:29:01 -07:00
2015-11-06 17:50:42 -08:00
2015-10-23 17:55:10 +09:00
2017-05-25 14:30:17 +02:00
2015-09-10 13:29:01 -07:00
2017-04-21 09:30:04 +02:00
2014-06-04 16:54:15 -07:00
2015-09-11 15:21:34 -07:00
2017-03-12 06:37:26 +01:00
2017-01-19 20:17:18 +01:00
2015-10-21 15:18:36 +01:00
2013-09-25 17:17:01 +01:00
2016-08-20 18:09:27 +02:00
2015-09-01 08:40:25 -07:00
2014-12-04 14:34:54 -05:00
2017-05-20 14:27:02 +02:00
2017-07-05 14:37:19 +02:00
2015-11-09 15:53:39 -08:00
2017-05-25 14:30:11 +02:00
2017-08-24 17:02:36 -07:00
2015-09-08 15:35:28 -07:00
2017-06-14 13:16:20 +02:00
2015-01-17 10:02:23 +13:00
2015-09-10 13:29:01 -07:00
2015-06-30 19:44:59 -07:00
2017-08-06 19:19:42 -07:00
2016-03-03 15:07:25 -08:00
2017-08-11 09:08:59 -07:00
2015-11-06 17:50:42 -08:00
2015-10-20 10:23:55 +02:00
2015-02-09 15:24:03 -08:00
2014-12-13 12:42:48 -08:00
2015-12-12 10:15:34 -08:00
2015-11-05 19:34:48 -08:00
2016-02-25 12:01:25 -08:00
2016-04-12 09:08:58 -07:00
2017-07-15 11:57:46 +02:00
2015-09-05 13:46:58 -07:00
2015-01-18 01:03:45 -05:00
2014-08-08 15:57:18 -07:00
2015-10-06 11:25:01 -07:00
2015-10-25 21:33:54 -04:00
2014-07-23 10:18:05 -07:00
2014-12-05 17:19:27 -06:00
2014-02-24 14:47:15 -08:00
2015-09-04 16:54:41 -07:00
2014-08-26 13:45:45 -04:00
2014-12-17 12:31:40 -08:00
2014-06-06 16:08:16 -07:00
2014-12-04 14:34:47 -05:00
2017-01-06 11:16:16 +01:00
2014-05-20 10:59:32 -04:00
2017-08-11 09:09:00 -07:00