Zqiang
f60a85cad6
bpf: Fix umd memory leak in copy_process()
...
The syzbot reported a memleak as follows:
BUG: memory leak
unreferenced object 0xffff888101b41d00 (size 120):
comm "kworker/u4:0", pid 8, jiffies 4294944270 (age 12.780s)
backtrace:
[<ffffffff8125dc56>] alloc_pid+0x66/0x560
[<ffffffff81226405>] copy_process+0x1465/0x25e0
[<ffffffff81227943>] kernel_clone+0xf3/0x670
[<ffffffff812281a1>] kernel_thread+0x61/0x80
[<ffffffff81253464>] call_usermodehelper_exec_work
[<ffffffff81253464>] call_usermodehelper_exec_work+0xc4/0x120
[<ffffffff812591c9>] process_one_work+0x2c9/0x600
[<ffffffff81259ab9>] worker_thread+0x59/0x5d0
[<ffffffff812611c8>] kthread+0x178/0x1b0
[<ffffffff8100227f>] ret_from_fork+0x1f/0x30
unreferenced object 0xffff888110ef5c00 (size 232):
comm "kworker/u4:0", pid 8414, jiffies 4294944270 (age 12.780s)
backtrace:
[<ffffffff8154a0cf>] kmem_cache_zalloc
[<ffffffff8154a0cf>] __alloc_file+0x1f/0xf0
[<ffffffff8154a809>] alloc_empty_file+0x69/0x120
[<ffffffff8154a8f3>] alloc_file+0x33/0x1b0
[<ffffffff8154ab22>] alloc_file_pseudo+0xb2/0x140
[<ffffffff81559218>] create_pipe_files+0x138/0x2e0
[<ffffffff8126c793>] umd_setup+0x33/0x220
[<ffffffff81253574>] call_usermodehelper_exec_async+0xb4/0x1b0
[<ffffffff8100227f>] ret_from_fork+0x1f/0x30
After the UMD process exits, the pipe_to_umh/pipe_from_umh and
tgid need to be released.
Fixes: d71fa5c9763c ("bpf: Add kernel module with user mode driver that populates bpffs.")
Reported-by: syzbot+44908bb56d2bfe56b28e@syzkaller.appspotmail.com
Signed-off-by: Zqiang <qiang.zhang@windriver.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210317030915.2865-1-qiang.zhang@windriver.com
2021-03-19 22:23:19 +01:00
..
2021-03-19 22:23:19 +01:00
2021-02-23 13:39:45 -08:00
2021-01-06 17:39:38 +01:00
2021-02-26 09:41:05 -08:00
2021-02-26 13:59:32 -08:00
2021-02-17 14:12:43 +01:00
2021-02-26 09:41:03 -08:00
2021-02-05 11:03:47 -08:00
2021-02-24 10:13:55 -08:00
2021-01-04 14:39:07 -08:00
2021-02-08 12:22:08 +01:00
2021-02-26 09:41:03 -08:00
2021-02-15 18:50:01 +01:00
2021-02-22 13:43:55 +01:00
2021-02-21 12:35:04 -08:00
2021-02-26 09:41:03 -08:00
2021-02-21 12:04:41 -08:00
2021-03-17 00:43:12 +01:00
2020-12-15 22:46:15 -08:00
2020-07-16 12:35:15 -07:00
2021-02-23 10:25:27 -05:00
2020-12-03 14:58:35 +01:00
2020-12-03 14:58:35 +01:00
2021-01-15 11:58:10 -05:00
2020-08-17 20:26:58 -04:00
2020-08-23 17:36:59 -05:00
2021-02-23 13:39:45 -08:00
2020-07-30 11:15:58 -07:00
2021-01-24 14:27:16 +01:00
2020-08-23 17:36:59 -05:00
2020-09-01 09:58:03 +02:00
2021-01-06 16:24:59 -08:00
2020-12-15 22:46:18 -08:00
2020-12-30 19:36:54 -07:00
2020-12-15 22:46:19 -08:00
2021-03-04 15:45:03 -07:00
2021-02-12 12:54:58 +01:00
2021-02-26 09:41:03 -08:00
2020-11-02 12:14:19 -08:00
2020-11-24 16:47:49 +01:00
2020-12-18 16:53:12 +01:00
2021-02-08 12:24:04 +01:00
2020-12-15 19:36:48 -08:00
2021-02-17 14:12:24 +01:00
2020-11-02 18:00:20 -08:00
2021-02-21 09:29:23 -08:00
2021-02-10 15:49:38 -05:00
2021-02-22 12:33:26 +00:00
2020-10-05 13:37:03 +02:00
2020-08-12 10:58:01 -07:00
2021-02-19 14:57:12 -05:00
2021-01-24 10:09:20 -08:00
2021-02-16 09:59:41 +01:00
2021-01-19 10:24:45 +01:00
2021-01-19 10:24:45 +01:00
2021-02-10 16:57:04 +01:00
2020-09-01 09:58:03 +02:00
2020-12-14 16:40:27 -08:00
2020-09-04 17:51:55 +10:00
2020-11-14 11:26:04 -08:00
2020-12-17 13:01:31 -08:00
2020-12-14 16:40:27 -08:00
2020-12-15 19:36:48 -08:00
2021-02-21 17:25:22 -07:00
2020-10-16 11:11:19 -07:00
2020-12-15 22:46:19 -08:00
2020-07-27 14:31:12 -04:00
2020-12-15 22:46:18 -08:00
2020-11-25 18:52:35 +01:00
2021-01-12 14:26:31 +01:00
2021-01-04 13:53:41 -08:00
2020-12-01 10:30:28 +00:00
2021-02-10 12:40:11 -08:00
2021-02-21 17:25:22 -07:00
2021-02-17 14:12:42 +01:00
2021-01-22 15:09:42 +01:00
2021-02-10 23:34:16 +01:00
2020-09-19 13:13:39 -07:00
2020-09-18 14:24:16 +01:00
2021-02-17 14:12:42 +01:00
2020-11-27 11:10:50 +01:00
2020-12-19 11:18:38 -08:00
2021-02-25 10:17:31 -08:00
2021-02-26 09:41:03 -08:00
2020-12-12 09:17:38 -07:00
2020-11-16 08:08:54 -08:00
2021-01-06 17:17:22 -08:00
2021-02-09 12:27:29 -05:00
2020-10-06 10:31:52 -07:00
2020-12-14 16:40:27 -08:00
2020-08-19 14:14:12 +02:00
2021-03-19 22:23:19 +01:00
2020-08-19 14:13:20 +02:00
2021-01-26 11:16:34 +00:00
2020-11-14 11:26:03 -08:00
2021-02-22 17:06:54 -08:00