Kinglong Mee
c929ea0b91
SUNRPC: cleanup ida information when removing sunrpc module
After removing sunrpc module, I get many kmemleak information as,
unreferenced object 0xffff88003316b1e0 (size 544):
comm "gssproxy", pid 2148, jiffies 4294794465 (age 4200.081s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
backtrace:
[<ffffffffb0cfb58a>] kmemleak_alloc+0x4a/0xa0
[<ffffffffb03507fe>] kmem_cache_alloc+0x15e/0x1f0
[<ffffffffb0639baa>] ida_pre_get+0xaa/0x150
[<ffffffffb0639cfd>] ida_simple_get+0xad/0x180
[<ffffffffc06054fb>] nlmsvc_lookup_host+0x4ab/0x7f0 [lockd]
[<ffffffffc0605e1d>] lockd+0x4d/0x270 [lockd]
[<ffffffffc06061e5>] param_set_timeout+0x55/0x100 [lockd]
[<ffffffffc06cba24>] svc_defer+0x114/0x3f0 [sunrpc]
[<ffffffffc06cbbe7>] svc_defer+0x2d7/0x3f0 [sunrpc]
[<ffffffffc06c71da>] rpc_show_info+0x8a/0x110 [sunrpc]
[<ffffffffb044a33f>] proc_reg_write+0x7f/0xc0
[<ffffffffb038e41f>] __vfs_write+0xdf/0x3c0
[<ffffffffb0390f1f>] vfs_write+0xef/0x240
[<ffffffffb0392fbd>] SyS_write+0xad/0x130
[<ffffffffb0d06c37>] entry_SYSCALL_64_fastpath+0x1a/0xa9
[<ffffffffffffffff>] 0xffffffffffffffff
I found, the ida information (dynamic memory) isn't cleanup.
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Fixes: 2f048db468 ("SUNRPC: Add an identifier for struct rpc_clnt")
Cc: stable@vger.kernel.org # v3.12+
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
2017-01-24 15:29:24 -05:00
..
2016-09-19 20:19:34 +02:00
2016-09-23 13:47:44 -04:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-09-10 21:19:10 -07:00
2016-12-28 15:11:32 -05:00
2017-01-16 14:39:58 -05:00
2016-12-06 21:33:19 -05:00
2016-12-16 10:24:44 -08:00
2017-01-05 11:49:57 -05:00
2016-12-06 21:33:19 -05:00
2016-12-25 17:21:22 +01:00
2017-01-18 17:58:45 +01:00
2017-01-11 11:15:15 -08:00
2016-12-03 23:54:25 -05:00
2016-12-03 12:29:53 -05:00
2016-12-24 11:46:01 -08:00
2016-04-11 22:37:37 +01:00
2017-01-10 20:18:52 -05:00
2016-11-07 20:15:55 -05:00
2016-10-30 12:42:58 -04:00
2016-12-16 00:13:43 +02:00
2017-01-13 12:31:24 -05:00
2017-01-16 13:22:12 -05:00
2016-12-25 17:21:22 +01:00
2016-12-24 11:46:01 -08:00
2017-01-10 21:08:29 -05:00
2016-10-07 15:36:58 -07:00
2016-11-18 10:59:15 -05:00
2017-01-01 22:07:20 -05:00
2016-09-10 23:12:53 -07:00
2016-12-24 11:46:01 -08:00
2016-11-14 13:17:21 -05:00
2017-01-13 14:47:21 +01:00
2016-12-25 17:21:22 +01:00
2016-12-06 21:33:19 -05:00
2016-10-20 11:23:08 -04:00
2017-01-05 11:49:57 -05:00
2017-01-06 22:20:45 -05:00
2016-12-24 11:46:01 -08:00
2015-06-18 21:14:32 +02:00
2016-10-27 16:16:09 -04:00
2017-01-15 22:15:16 -05:00
2016-12-24 11:46:01 -08:00
2016-11-18 10:59:15 -05:00
2017-01-10 20:45:04 -05:00
2016-12-20 14:22:49 -05:00
2016-04-05 10:48:53 +02:00
2016-12-24 11:46:01 -08:00
2016-12-14 16:04:10 -08:00
2017-01-16 19:43:19 -05:00
2017-01-11 10:01:01 -05:00
2016-10-12 01:51:49 -04:00
2017-01-24 15:29:24 -05:00
2016-10-30 12:42:58 -04:00
2017-01-16 13:31:53 -05:00
2016-12-24 11:46:01 -08:00
2016-12-17 20:17:04 -08:00
2016-10-27 16:16:09 -04:00
2017-01-11 16:34:25 +01:00
2016-12-24 11:46:01 -08:00
2016-12-25 17:21:22 +01:00
2016-12-24 11:46:01 -08:00
2017-01-11 09:47:10 -05:00
2016-08-17 19:36:23 -04:00
2017-01-10 11:29:50 -05:00
2016-10-06 09:52:23 -07:00