Oleg Nesterov
|
32cdba1e05
uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race
|
12 년 전 |
Rabin Vincent
|
65b6ecc038
uprobes: Flush cache after xol write
|
12 년 전 |
Oleg Nesterov
|
19f5ee2716
uprobes: Kill arch_uprobe_enable/disable_step() hooks
|
12 년 전 |
Oleg Nesterov
|
65b2c8f0e5
uprobes/powerpc: Do not use arch_uprobe_*_step() helpers
|
12 년 전 |
Ingo Molnar
|
f38787f4f9
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgent
|
12 년 전 |
Haggai Eran
|
6bdb913f0a
mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end
|
12 년 전 |
Michel Lespinasse
|
6b2dbba8b6
mm: replace vma prio_tree with an interval tree
|
12 년 전 |
Oleg Nesterov
|
71434f2fcb
uprobes: Fix the racy uprobe->flags manipulation
|
12 년 전 |
Oleg Nesterov
|
4710f05fd1
uprobes: Fix prepare_uprobe() race with itself
|
12 년 전 |
Oleg Nesterov
|
cb9a19fe4a
uprobes: Introduce prepare_uprobe()
|
12 년 전 |
Oleg Nesterov
|
142b18ddc8
uprobes: Fix handle_swbp() vs unregister() + register() race
|
13 년 전 |
Oleg Nesterov
|
076a365b3d
uprobes: Do not delete uprobe if uprobe_unregister() fails
|
12 년 전 |
Oleg Nesterov
|
a5f658b71b
uprobes: Don't return success if alloc_uprobe() fails
|
12 년 전 |
Oleg Nesterov
|
ec75fba93e
uprobes: Simplify is_swbp_at_addr(), remove stale comments
|
13 년 전 |
Oleg Nesterov
|
ed6f6a50dc
uprobes: Kill set_orig_insn()->is_swbp_at_addr()
|
13 년 전 |
Oleg Nesterov
|
cceb55aab7
uprobes: Introduce copy_opcode(), kill read_opcode()
|
13 년 전 |
Oleg Nesterov
|
e97f65a17d
uprobes: Kill set_swbp()->is_swbp_at_addr()
|
13 년 전 |
Oleg Nesterov
|
e40cfce626
uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas
|
13 년 전 |
Oleg Nesterov
|
78a320542e
uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC
|
13 년 전 |
Oleg Nesterov
|
75ed82ea53
uprobes: Change write_opcode() to use FOLL_FORCE
|
13 년 전 |
Oleg Nesterov
|
db023ea595
uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()
|
13 년 전 |
Oleg Nesterov
|
1b08e90721
uprobes: Kill UTASK_BP_HIT state
|
13 년 전 |
Oleg Nesterov
|
0578a97098
uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()
|
13 년 전 |
Oleg Nesterov
|
746a9e6ba2
uprobes: Do not setup ->active_uprobe/state prematurely
|
13 년 전 |
Oleg Nesterov
|
79d54b249c
uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails
|
13 년 전 |
Sebastian Andrzej Siewior
|
9d77878226
uprobes: Introduce arch_uprobe_enable/disable_step()
|
13 년 전 |
Oleg Nesterov
|
499a4f3ec0
uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBES
|
13 년 전 |
Oleg Nesterov
|
9f68f672c4
uprobes: Introduce MMF_RECALC_UPROBES
|
13 년 전 |
Oleg Nesterov
|
6f47caa0e1
uprobes: uprobes_treelock should not disable irqs
|
13 년 전 |
Sebastian Andrzej Siewior
|
6d1d8dfa8b
uprobes: Don't put NULL pointer in uprobe_register()
|
13 년 전 |