Re: [PATCH RFCv3 00/23] uprobes: Add support to optimize usdt probes on x86_64

From: Oleg Nesterov
Date: Thu Mar 20 2025 - 08:25:05 EST


On 03/20, Jiri Olsa wrote:
>
> hi,
> this patchset adds support to optimize usdt probes on top of 5-byte
> nop instruction.

Just in case... This series conflicts with (imo very important) changes
from David,

[PATCH v2 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
https://lore.kernel.org/all/20250318221457.3055598-1-david@xxxxxxxxxx/

I think they should be merged first.

(and I am not sure yet, but it seems that we should cleanup (fix?) the
update_ref_ctr() logic before other changes).

Oleg.