mbox series

[0/7] uprobes: deuglify xol_get_insn_slot/xol_free_insn_slot paths

Message ID 20240929144201.GA9429@redhat.com (mailing list archive)
Headers show
Series uprobes: deuglify xol_get_insn_slot/xol_free_insn_slot paths | expand

Message

Oleg Nesterov Sept. 29, 2024, 2:42 p.m. UTC
Hello,

No functional changes, please review.

I'd like to push these cleanups first, then I'll send some optimizations
on top of this series.

Oleg.
---

 kernel/events/uprobes.c | 111 ++++++++++++++++--------------------------------
 1 file changed, 37 insertions(+), 74 deletions(-)

Comments

Peter Zijlstra Sept. 30, 2024, 8:10 a.m. UTC | #1
On Sun, Sep 29, 2024 at 04:42:01PM +0200, Oleg Nesterov wrote:
> Hello,
> 
> No functional changes, please review.
> 
> I'd like to push these cleanups first, then I'll send some optimizations
> on top of this series.

They look okay to me, I'll queue them up. Thanks!