On Wed, Dec 11, 2024 at 5:34 AM Jiri Olsa <[email protected]> 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 <[email protected]> > > Signed-off-by: Jiri Olsa <[email protected]> > --- > include/linux/uprobes.h | 3 ++- > kernel/events/uprobes.c | 14 ++++++++------ > 2 files changed, 10 insertions(+), 7 deletions(-) > [...]
