Toggle navigation
Patchwork
linux-kernel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Jiri Olsa
| Archived =
No
| 38 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Unresolved
Repeat Merge
Corrupt patch
Search
Archived
No
Yes
Both
Delegate
------
Nobody
snail
snail
patchwork-bot
patchwork-bot
patchwork-bot
ww
ww
ww
Apply
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[PATCHv2,bpf-next] bpf: fix compilation error without CGROUPS
[PATCHv2,bpf-next] bpf: fix compilation error without CGROUPS
- - 1
-
-
-
2023-11-01
Jiri Olsa
New
perf tools: Add missing else to cmd_daemon subcommand condition
perf tools: Add missing else to cmd_daemon subcommand condition
- - 1
-
-
-
2023-06-26
Jiri Olsa
New
fprobe: Release rethook after the ftrace_ops is unregistered
fprobe: Release rethook after the ftrace_ops is unregistered
1 1 -
-
-
-
2023-06-15
Jiri Olsa
New
[PATCHv2] ftrace: Show all functions with addresses in available_filter_functions_addrs
[PATCHv2] ftrace: Show all functions with addresses in available_filter_functions_addrs
- - -
-
-
-
2023-06-11
Jiri Olsa
New
[RFC] ftrace: Show all functions with addresses in available_filter_functions_addrs
[RFC] ftrace: Show all functions with addresses in available_filter_functions_addrs
- - -
-
-
-
2023-06-08
Jiri Olsa
New
[RFC,stable,5.4,8/8] bpf: bpf_probe_read_kernel_str() has to return amount of data read on success
bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
1 1 -
-
-
-
2023-05-22
Jiri Olsa
New
[RFC,stable,5.4,7/8] bpf: rework the compat kernel probe handling
bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
- - -
-
-
-
2023-05-22
Jiri Olsa
New
[RFC,stable,5.4,6/8] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
- - -
-
-
-
2023-05-22
Jiri Olsa
New
[RFC,stable,5.4,5/8] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
- - -
-
-
-
2023-05-22
Jiri Olsa
New
[RFC,stable,5.4,4/8] maccess: clarify kerneldoc comments
bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
- - -
-
-
-
2023-05-22
Jiri Olsa
New
[RFC,stable,5.4,3/8] bpf: Restrict bpf_probe_read{, str}() only to archs where they work
bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
1 1 -
-
-
-
2023-05-22
Jiri Olsa
New
[RFC,stable,5.4,2/8] bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers
bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
1 - -
-
-
-
2023-05-22
Jiri Olsa
New
[RFC,stable,5.4,1/8] uaccess: Add strict non-pagefault kernel-space read function
bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
- - -
-
-
-
2023-05-22
Jiri Olsa
New
[bpf-next] kallsyms: Disable preemption for find_kallsyms_symbol_value
[bpf-next] kallsyms: Disable preemption for find_kallsyms_symbol_value
- 2 1
-
-
-
2023-04-03
Jiri Olsa
New
[PATCHv3,bpf-next,9/9] selftests/bpf: Add file_build_id test
mm/bpf/perf: Store build id in file object
1 - -
-
-
-
2023-03-16
Jiri Olsa
New
[PATCHv3,bpf-next,8/9] selftests/bpf: Add iter_task_vma_buildid test
mm/bpf/perf: Store build id in file object
- - -
-
-
-
2023-03-16
Jiri Olsa
New
[PATCHv3,bpf-next,7/9] selftests/bpf: Replace extract_build_id with read_build_id
mm/bpf/perf: Store build id in file object
1 - -
-
-
-
2023-03-16
Jiri Olsa
New
[PATCHv3,bpf-next,6/9] selftests/bpf: Add err.h header
mm/bpf/perf: Store build id in file object
1 - -
-
-
-
2023-03-16
Jiri Olsa
New
[PATCHv3,bpf-next,5/9] selftests/bpf: Add read_buildid function
mm/bpf/perf: Store build id in file object
- - -
-
-
-
2023-03-16
Jiri Olsa
New
[PATCHv3,bpf-next,4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum
mm/bpf/perf: Store build id in file object
1 - -
-
-
-
2023-03-16
Jiri Olsa
New
[PATCHv3,bpf-next,3/9] bpf: Use file object build id in stackmap
mm/bpf/perf: Store build id in file object
1 - -
-
-
-
2023-03-16
Jiri Olsa
New
[PATCHv3,bpf-next,2/9] perf: Use file object build id in perf_event_mmap_event
mm/bpf/perf: Store build id in file object
- - -
-
-
-
2023-03-16
Jiri Olsa
New
[PATCHv3,bpf-next,1/9] mm: Store build id in file object
mm/bpf/perf: Store build id in file object
- - -
-
-
-
2023-03-16
Jiri Olsa
New
[RFC,v2,bpf-next,9/9] selftests/bpf: Add iter_task_vma_buildid test
mm/bpf/perf: Store build id in inode object
- - -
-
-
-
2023-02-28
Jiri Olsa
New
[RFC,v2,bpf-next,8/9] selftests/bpf: Add inode_build_id test
mm/bpf/perf: Store build id in inode object
- - -
-
-
-
2023-02-28
Jiri Olsa
New
[RFC,v2,bpf-next,7/9] selftests/bpf: Replace extract_build_id with read_build_id
mm/bpf/perf: Store build id in inode object
1 - -
-
-
-
2023-02-28
Jiri Olsa
New
[RFC,v2,bpf-next,6/9] selftests/bpf: Add err.h header
mm/bpf/perf: Store build id in inode object
- - -
-
-
-
2023-02-28
Jiri Olsa
New
[RFC,v2,bpf-next,5/9] selftests/bpf: Add read_buildid function
mm/bpf/perf: Store build id in inode object
- - -
-
-
-
2023-02-28
Jiri Olsa
New
[RFC,v2,bpf-next,4/9] libbpf: Allow to resolve binary path in current directory
mm/bpf/perf: Store build id in inode object
- - -
-
-
-
2023-02-28
Jiri Olsa
New
[RFC,v2,bpf-next,3/9] perf: Use file object build id in perf_event_mmap_event
mm/bpf/perf: Store build id in inode object
- - -
-
-
-
2023-02-28
Jiri Olsa
New
[RFC,v2,bpf-next,2/9] bpf: Use file's inode object build id in stackmap
mm/bpf/perf: Store build id in inode object
- - -
-
-
-
2023-02-28
Jiri Olsa
New
[RFC,v2,bpf-next,1/9] mm: Store build id in inode object
mm/bpf/perf: Store build id in inode object
- - -
-
-
-
2023-02-28
Jiri Olsa
New
[RFC,5/5] selftests/bpf: Add iter_task_vma_buildid test
mm/bpf/perf: Store build id in file object
- - -
-
-
-
2023-02-01
Jiri Olsa
New
[RFC,4/5] selftests/bpf: Add file_build_id test
mm/bpf/perf: Store build id in file object
- - -
-
-
-
2023-02-01
Jiri Olsa
New
[RFC,3/5] perf: Use file object build id in perf_event_mmap_event
mm/bpf/perf: Store build id in file object
- - -
-
-
-
2023-02-01
Jiri Olsa
New
[RFC,2/5] bpf: Use file object build id in stackmap
mm/bpf/perf: Store build id in file object
- - -
-
-
-
2023-02-01
Jiri Olsa
New
[RFC,1/5] mm: Store build id in file object
mm/bpf/perf: Store build id in file object
- - -
-
-
-
2023-02-01
Jiri Olsa
New
x86: Include asm/ptrace.h in syscall_wrapper header
x86: Include asm/ptrace.h in syscall_wrapper header
1 - -
-
-
-
2022-10-18
Jiri Olsa
New