On Mon, Mar 24, 2025 at 07:50:17PM -0300, Filipe Xavier wrote: > This patchset add ftrace helpers functions and > add a new test makes sure that ftrace can trace > a function that was introduced by a livepatch. > > Signed-off-by: Filipe Xavier <[email protected]> > Suggested-by: Marcos Paulo de Souza <[email protected]> > Reviewed-by: Marcos Paulo de Souza <[email protected]> > Acked-by: Miroslav Benes <[email protected]> > --- > Changes in v3: > - functions.sh: fixed sed to remove warning from shellcheck and add grep -Fw > params.
Oh, now I see what shellcheck was complaining about. I missed that there was no '\' line continuation char at the end of the sed line. I thought it was complaining about starting the subsequent lines with the '|' and '>' redirection chars. Good eye on catching that :) > - test-ftrace.sh: change constant to use common SYSFS_KLP_DIR. > - Link to v2: > https://lore.kernel.org/r/[email protected] > For both patches: Acked-by: Joe Lawrence <[email protected]> Thanks, -- Joe

