Zheng Yejian ([email protected])

Number of posts: 133 (0.12 per day)
First post: 2021-02-22 11:00:47
Last post: 2024-04-17 03:32:01

Date List Subject
2024-04-17 03:32:01 linux-kernel [PATCH v3] ftrace: Fix possible use-after-free issue in ftrace_location()
2024-04-16 11:24:27 linux-kernel [PATCH v2] ftrace: Fix possible use-after-free issue in ftrace_location()
2024-04-12 13:52:30 linux-kernel [PATCH] media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
2024-04-11 01:48:55 linux-kernel Re: [PATCH] ftrace: Fix use-after-free issue in ftrace_location()
2024-04-10 01:57:35 linux-kernel [PATCH v3] kprobes: Fix possible use-after-free issue on kprobe registration
2024-04-10 01:45:13 linux-kernel Re: [PATCH v2] kprobes: Avoid possible warn in __arm_kprobe_ftrace()
2024-04-09 06:20:56 linux-kernel Re: [PATCH v2] kprobes: Avoid possible warn in __arm_kprobe_ftrace()
2024-04-08 08:33:45 linux-kernel [PATCH v2] kprobes: Avoid possible warn in __arm_kprobe_ftrace()
2024-04-08 03:29:15 linux-kernel Re: [PATCH] kprobes: Fix possible warn in __arm_kprobe_ftrace()
2024-04-07 03:58:48 linux-kernel [PATCH] kprobes: Fix possible warn in __arm_kprobe_ftrace()
2024-04-01 12:55:25 linux-kernel [PATCH] ftrace: Fix use-after-free issue in ftrace_location()
2023-12-14 01:22:09 linux-kernel [PATCH v3] tracing: Fix uaf issue when open the hist or hist_debug file
2023-12-13 01:51:18 linux-kernel [PATCH v2] tracing: Fix uaf issue when open the hist or hist_debug file
2023-12-12 11:52:33 linux-kernel [PATCH] tracing: Fix uaf issue when open the hist or hist_debug file
2023-09-25 11:51:28 linux-kernel Re: [PATCH] tracing: document buffer_size_kb more precisely
2023-09-21 19:06:57 linux-kernel [PATCH] ring-buffer: Fix bytes info in per_cpu buffer stats
2023-09-14 07:34:57 linux-kernel [PATCH] livepatch: Fix missing newline character in klp_resolve_symbols()
2023-09-07 05:27:30 linux-kernel Re: "[PATCH] selftests/ftrace: Correctly enable event in instance-event.tc"
2023-09-06 09:44:07 linux-kernel [PATCH] ring-buffer: Avoid softlockup in ring_buffer_resize()
2023-09-06 09:42:21 linux-kernel [PATCH v2] tracing: Fix unexpected ring buffer expand by instance
2023-09-06 08:17:44 linux-kernel Re: [PATCH] selftests/ftrace: Correctly enable event in instance-event.tc
2023-09-06 03:24:36 linux-kernel Re: [PATCH] selftests/ftrace: Correctly enable event in instance-event.tc
2023-09-01 16:11:18 linux-kernel Re: [PATCH] tracing: zero the pipe cpumask on alloc to avoid spurious -EBUSY
2023-09-01 11:02:33 linux-kernel Re: [PATCH] tracing: zero the pipe cpumask on alloc to avoid spurious -EBUSY
2023-09-01 08:51:45 linux-kernel [PATCH] tracing: Fix race issue between cpu buffer write and swap
2023-08-20 17:14:43 linux-kernel [RFC PATCH] tracing: Introduce pipe_cpumask to avoid race on trace_pipes
2023-08-12 08:18:02 linux-kernel Re: [PATCH] tracing: Fix race when concurrently splice_read trace_pipe
2023-08-12 05:39:25 linux-kernel Re: [PATCH] tracing: Fix race when concurrently splice_read trace_pipe
2023-08-12 02:49:28 linux-kernel Re: [PATCH] tracing: Fix race when concurrently splice_read trace_pipe
2023-08-11 13:30:49 linux-kernel Re: [PATCH] tracing: Fix race when concurrently splice_read trace_pipe
2023-08-10 13:33:25 linux-kernel [PATCH] tracing: Fix race when concurrently splice_read trace_pipe
2023-08-05 04:49:52 linux-kernel [PATCH v2 0/2] tracing: Fix cpu buffers unavailable problem and add its testcase
2023-08-05 04:49:44 linux-kernel [PATCH v2 2/2] selftests/ftrace: Add a basic testcase for snapshot
2023-08-05 04:40:20 linux-kernel [PATCH v2 1/2] tracing: Fix cpu buffers unavailable due to 'record_disabled' messed
2023-08-05 03:08:27 linux-kernel Re: [PATCH 1/2] tracing: Fix cpu buffers unavailable due to 'record_disabled' messed
2023-08-05 03:06:50 linux-kernel Re: [PATCH 1/2] tracing: Fix cpu buffers unavailable due to 'record_disabled' messed
2023-08-04 13:16:00 linux-kernel [PATCH 2/2] selftests/ftrace: Add a basic testcase for snapshot
2023-08-04 13:04:09 linux-kernel [PATCH 1/2] tracing: Fix cpu buffers unavailable due to 'record_disabled' messed
2023-08-04 13:03:48 linux-kernel [PATCH 0/2] tracing: Fix cpu buffers unavailable problem and add its testcase
2023-07-26 10:27:08 linux-kernel [PATCH] tracing: Fix warning in trace_buffered_event_disable()
2023-07-24 12:47:35 linux-kernel Re: [PATCH] ring-buffer: Fix wrong stat of cpu_buffer->read
2023-07-24 05:48:10 linux-kernel [PATCH] ring-buffer: Fix wrong stat of cpu_buffer->read
2023-07-15 05:40:39 linux-kernel Re: [PATCH 2/2] tracing: Add free_trace_iter_content() helper function
2023-07-14 01:57:50 linux-kernel Re: [PATCH] traing: Fix memory leak of iter->temp when reading trace_pipe
2023-07-13 14:40:30 linux-kernel [PATCH] traing: Fix memory leak of iter->temp when reading trace_pipe
2023-07-13 14:37:36 linux-kernel Re: [PATCH] traing: Fix memory leak of iter->temp when reading trace_pipe
2023-07-13 02:02:51 linux-kernel Re: [PATCH] ring-buffer: Fix deadloop issue on reading trace_pipe
2023-07-12 06:30:53 linux-kernel [PATCH v5] ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
2023-07-12 01:57:55 linux-kernel [PATCH v4] ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
2023-07-11 11:34:49 linux-kernel [PATCH v3] ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
2023-07-11 08:55:10 linux-kernel [PATCH v2] ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()