Re: [PATCH bpf-next 03/13] uprobes: Add nbytes argument to uprobe_write_opcode
From: Andrii Nakryiko
Date: Thu Dec 12 2024 - 19:45:44 EST
On Wed, Dec 11, 2024 at 5:34 AM Jiri Olsa <jolsa@xxxxxxxxxx> wrote:
>
> Adding nbytes argument to uprobe_write_opcode as preparation
> fo writing longer instructions in following changes.
typo: for
lgtm overall
Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx>
>
> Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>
> ---
> include/linux/uprobes.h | 3 ++-
> kernel/events/uprobes.c | 14 ++++++++------
> 2 files changed, 10 insertions(+), 7 deletions(-)
>
[...]