Wei Yongjun
6662601e57
kernel/relay.c: fix memleak on destroy relay channel
...
commit 71e843295c680898959b22dc877ae3839cc22470 upstream.
kmemleak report memory leak as follows:
unreferenced object 0x607ee4e5f948 (size 8):
comm "syz-executor.1", pid 2098, jiffies 4295031601 (age 288.468s)
hex dump (first 8 bytes):
00 00 00 00 00 00 00 00 ........
backtrace:
relay_open kernel/relay.c:583 [inline]
relay_open+0xb6/0x970 kernel/relay.c:563
do_blk_trace_setup+0x4a8/0xb20 kernel/trace/blktrace.c:557
__blk_trace_setup+0xb6/0x150 kernel/trace/blktrace.c:597
blk_trace_ioctl+0x146/0x280 kernel/trace/blktrace.c:738
blkdev_ioctl+0xb2/0x6a0 block/ioctl.c:613
block_ioctl+0xe5/0x120 fs/block_dev.c:1871
vfs_ioctl fs/ioctl.c:48 [inline]
__do_sys_ioctl fs/ioctl.c:753 [inline]
__se_sys_ioctl fs/ioctl.c:739 [inline]
__x64_sys_ioctl+0x170/0x1ce fs/ioctl.c:739
do_syscall_64+0x33/0x40 arch/x86/entry/common.c:46
entry_SYSCALL_64_after_hwframe+0x44/0xa9
'chan->buf' is malloced in relay_open() by alloc_percpu() but not free
while destroy the relay channel. Fix it by adding free_percpu() before
return from relay_destroy_channel().
Fixes: 017c59c042d0 ("relay: Use per CPU constructs for the relay channel buffer pointers")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: David Rientjes <rientjes@google.com>
Cc: Michel Lespinasse <walken@google.com>
Cc: Daniel Axtens <dja@axtens.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Akash Goel <akash.goel@intel.com>
Cc: <stable@vger.kernel.org>
Link: http://lkml.kernel.org/r/20200817122826.48518-1-weiyongjun1@huawei.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-08-26 10:29:03 +02:00
..
2020-04-02 17:20:40 +02:00
2016-10-11 15:06:32 -07:00
2020-07-09 09:35:55 +02:00
2020-07-31 16:44:02 +02:00
2020-05-02 17:23:05 +02:00
2020-06-03 08:16:47 +02:00
2016-08-26 14:42:08 +02:00
2020-04-24 07:59:15 +02:00
2020-05-05 19:14:36 +02:00
2019-11-28 18:28:15 +01:00
2019-05-31 06:48:30 -07:00
2020-07-22 09:10:54 +02:00
2020-08-21 11:01:52 +02:00
2020-08-26 10:29:03 +02:00
2018-01-10 09:29:51 +01:00
2018-02-17 13:21:18 +01:00
2019-12-21 10:40:48 +01:00
2020-05-02 17:23:12 +02:00
2016-07-29 17:54:17 -07:00
2020-03-11 07:53:05 +01:00
2019-11-28 18:28:55 +01:00
2018-11-13 11:16:57 -08:00
2017-01-06 10:40:13 +01:00
2019-12-21 10:42:02 +01:00
2020-08-21 11:01:56 +02:00
2020-06-20 10:24:21 +02:00
2020-04-24 07:58:57 +02:00
2017-10-12 11:51:25 +02:00
2020-01-12 11:24:13 +01:00
2019-10-17 13:42:13 -07:00
2020-06-20 10:24:16 +02:00
2017-07-21 07:42:21 +02:00
2019-10-17 13:42:44 -07:00
2016-07-28 16:07:41 -07:00
2020-04-02 17:20:28 +02:00
2018-01-10 09:29:52 +01:00
2019-04-20 09:07:52 +02:00
2017-12-14 09:28:24 +01:00
2018-08-03 07:55:12 +02:00
2018-06-05 10:28:57 +02:00
2016-09-01 17:52:01 -07:00
2016-08-02 19:35:27 -04:00
2020-04-24 07:58:59 +02:00
2020-08-21 11:02:09 +02:00
2016-08-02 19:35:30 -04:00
2018-08-03 07:55:12 +02:00
2019-06-22 08:17:19 +02:00
2017-03-12 06:41:45 +01:00
2019-01-13 10:03:51 +01:00
2019-12-21 10:42:21 +01:00
2020-04-02 17:20:26 +02:00
2020-05-27 16:41:53 +02:00
2019-10-17 13:42:25 -07:00
2019-08-04 09:33:16 +02:00
2018-04-13 19:47:53 +02:00
2016-07-15 10:41:42 +02:00
2019-07-10 09:55:45 +02:00
2020-08-26 10:29:03 +02:00
2018-04-24 09:34:09 +02:00
2018-05-22 16:58:02 +02:00
2020-04-24 07:58:54 +02:00
2018-08-15 18:14:53 +02:00
2016-10-11 15:06:33 -07:00
2018-08-15 18:14:42 +02:00
2017-02-14 15:25:42 -08:00
2018-08-03 07:55:24 +02:00
2016-09-13 14:41:36 +02:00
2019-06-22 08:17:13 +02:00
2016-05-20 17:58:30 -07:00
2020-07-09 09:35:55 +02:00
2016-08-02 19:35:02 -04:00
2020-01-12 11:24:12 +01:00
2016-08-22 10:01:49 -07:00
2018-05-09 09:50:20 +02:00
2017-06-17 06:41:51 +02:00
2018-01-10 09:29:52 +01:00
2016-09-05 13:52:39 +02:00
2018-09-09 20:01:24 +02:00
2018-09-09 20:01:24 +02:00
2016-09-22 20:00:36 -05:00
2017-06-17 06:41:57 +02:00
2017-06-17 06:41:57 +02:00
2017-11-15 15:53:17 +01:00
2020-03-20 09:07:43 +01:00