LinuxLists
Users
About
Zheng Yejian (
[email protected]
)
Number of posts: 145 (0.12 per day)
First post: 2021-02-22 11:00:47
Last post: 2024-06-15 08:06:22
Next Page
Date
List
Subject
2024-06-15 08:06:22
linux-kernel
[PATCH] kallsyms: Simply clean get_symbol_pos()
2024-06-11 09:37:36
linux-kernel
Re: [RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
2024-06-11 01:57:15
linux-kernel
Re: [RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
2024-06-07 11:52:06
linux-kernel
[RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
2024-05-27 08:27:30
linux-kernel
Re: [PATCH v2] media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
2024-05-09 12:44:41
linux-kernel
[PATCH v3] media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
2024-05-09 11:29:00
linux-kernel
[PATCH v4] ftrace: Fix possible use-after-free issue in ftrace_location()
2024-05-09 01:39:18
linux-kernel
Re: [PATCH v3] ftrace: Fix possible use-after-free issue in ftrace_location()
2024-04-30 10:41:34
linux-kernel
[PATCH v2] media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
2024-04-30 10:06:10
linux-kernel
Re: [PATCH] media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
2024-04-30 09:26:15
linux-kernel
Re: [PATCH] media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
2024-04-29 11:24:46
linux-kernel
Re: [PATCH] media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
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