Zheng Yejian
be970e22c5
tracing: Fix memory leak of iter->temp when reading trace_pipe
commit d5a8218963 upstream.
kmemleak reports:
unreferenced object 0xffff88814d14e200 (size 256):
comm "cat", pid 336, jiffies 4294871818 (age 779.490s)
hex dump (first 32 bytes):
04 00 01 03 00 00 00 00 08 00 00 00 00 00 00 00 ................
0c d8 c8 9b ff ff ff ff 04 5a ca 9b ff ff ff ff .........Z......
backtrace:
[<ffffffff9bdff18f>] __kmalloc+0x4f/0x140
[<ffffffff9bc9238b>] trace_find_next_entry+0xbb/0x1d0
[<ffffffff9bc9caef>] trace_print_lat_context+0xaf/0x4e0
[<ffffffff9bc94490>] print_trace_line+0x3e0/0x950
[<ffffffff9bc95499>] tracing_read_pipe+0x2d9/0x5a0
[<ffffffff9bf03a43>] vfs_read+0x143/0x520
[<ffffffff9bf04c2d>] ksys_read+0xbd/0x160
[<ffffffff9d0f0edf>] do_syscall_64+0x3f/0x90
[<ffffffff9d2000aa>] entry_SYSCALL_64_after_hwframe+0x6e/0xd8
when reading file 'trace_pipe', 'iter->temp' is allocated or relocated
in trace_find_next_entry() but not freed before 'trace_pipe' is closed.
To fix it, free 'iter->temp' in tracing_release_pipe().
Link: https://lore.kernel.org/linux-trace-kernel/20230713141435.1133021-1-zhengyejian1@huawei.com
Cc: stable@vger.kernel.org
Fixes: ff895103a8 ("tracing: Save off entry when peeking at next entry")
Signed-off-by: Zheng Yejian <zhengyejian1@huawei.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-07-23 13:49:43 +02:00
..
2023-07-23 13:49:26 +02:00
2023-06-28 11:12:25 +02:00
2022-09-28 09:02:20 +02:00
2022-09-26 19:46:18 -07:00
2023-07-23 13:49:20 +02:00
2023-03-30 12:49:13 +02:00
2023-05-11 23:03:31 +09:00
2023-01-04 11:28:58 +01:00
2022-12-31 13:33:11 +01:00
2023-05-30 14:03:22 +01:00
2023-07-19 16:21:37 +02:00
2022-10-10 11:36:19 -07:00
2023-05-17 11:53:57 +02:00
2023-02-01 08:34:37 +01:00
2023-05-11 23:03:38 +09:00
2023-03-11 13:55:32 +01:00
2023-07-19 16:21:02 +02:00
2023-05-11 23:03:32 +09:00
2023-07-19 16:20:59 +02:00
2023-07-23 13:49:43 +02:00
2022-12-31 13:32:58 +01:00
2022-02-03 11:20:34 -08:00
2022-08-22 18:50:06 -04:00
2022-04-25 14:37:28 +02:00
2022-09-01 17:39:30 -04:00
2022-08-29 19:47:03 -04:00
2022-09-07 11:30:15 -04:00
2022-01-11 13:08:21 -08:00
2022-10-04 11:05:43 -07:00
2022-09-26 19:46:09 -07:00
2022-03-09 10:32:06 -08:00
2022-09-26 10:13:13 -07:00
2023-04-06 12:10:40 +02:00
2023-03-10 09:33:45 +01:00
2022-07-05 13:32:59 -07:00
2022-12-31 13:31:59 +01:00
2022-08-28 14:02:44 -07:00
2022-03-15 10:32:44 +01:00
2022-09-26 19:46:07 -07:00
2023-03-10 09:33:45 +01:00
2022-07-05 13:32:59 -07:00
2023-03-11 13:55:39 +01:00
2023-06-14 11:15:16 +02:00
2022-09-07 21:53:50 +02:00
2022-09-29 04:40:15 +09:00
2022-07-15 18:21:49 +00:00
2022-09-30 16:50:39 +02:00
2022-04-15 14:49:55 -07:00
2022-06-24 09:48:55 +02:00
2022-07-17 17:31:39 -07:00
2022-10-03 17:11:07 -07:00
2022-03-31 10:36:55 +02:00
2022-10-03 14:03:23 -07:00
2023-07-19 16:21:08 +02:00
2023-06-21 16:00:55 +02:00
2022-09-11 21:55:06 -07:00
2022-09-11 21:55:06 -07:00
2023-05-11 23:03:02 +09:00
2023-03-10 09:34:27 +01:00
2022-09-11 21:55:06 -07:00
2022-10-09 16:01:59 -07:00
2022-09-11 21:55:12 -07:00
2022-12-31 13:33:08 +01:00
2022-05-19 19:30:30 +02:00
2022-09-13 10:38:43 -07:00
2022-12-31 13:32:34 +01:00
2023-03-10 09:34:25 +01:00
2021-12-28 11:26:18 +01:00
2023-03-10 09:32:52 +01:00
2022-06-29 13:07:16 +02:00
2022-09-11 21:55:12 -07:00
2022-09-07 21:53:50 +02:00
2022-10-04 15:59:36 +02:00
2023-05-11 23:03:03 +09:00
2023-03-10 09:34:25 +01:00
2022-11-14 09:58:32 +01:00
2022-04-11 17:07:29 -07:00
2022-03-24 19:06:48 -07:00
2022-05-03 14:11:58 -07:00
2022-10-10 09:10:28 -07:00
2022-10-10 12:49:34 -07:00
2022-09-11 21:55:10 -07:00
2022-07-05 13:32:59 -07:00
2022-05-08 01:33:09 -07:00
2022-02-25 09:36:06 +01:00
2022-04-05 09:59:38 +02:00
2022-04-05 09:59:38 +02:00
2022-05-24 11:11:13 -07:00
2022-08-20 15:17:45 -07:00
2023-04-26 14:28:39 +02:00
2022-09-08 16:56:45 -07:00
2022-12-05 12:09:06 -08:00
2022-09-11 21:55:10 -07:00
2022-08-29 12:47:15 +01:00
2023-03-10 09:34:07 +01:00
2022-09-26 13:01:18 -04:00
2022-04-29 14:38:03 -07:00
2022-05-18 18:24:57 -05:00
2023-02-22 12:59:50 +01:00
2022-10-09 16:24:05 -07:00
2022-05-19 23:25:47 -04:00
2022-10-23 12:01:01 -07:00
2023-07-19 16:22:10 +02:00
2023-07-19 16:21:08 +02:00
2022-08-06 16:38:17 -07:00
2023-07-23 13:49:19 +02:00