Split the v3 patch [1] into two patches suggested by Masami Hiramatsu.
[1] https://lore.kernel.org/patchwork/patch/1429021/
Tiezhu Yang (2):
samples/kprobes: Fix typo in handler_fault()
samples/kprobes: Fix typo in handler_post()
samples/kprobes/kprobe_example.c | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
--
2.1.0
Tiezhu Yang <[email protected]> writes:
> Split the v3 patch [1] into two patches suggested by Masami Hiramatsu.
>
> [1] https://lore.kernel.org/patchwork/patch/1429021/
>
> Tiezhu Yang (2):
> samples/kprobes: Fix typo in handler_fault()
> samples/kprobes: Fix typo in handler_post()
>
> samples/kprobes/kprobe_example.c | 33 +++++++++++++++++----------------
> 1 file changed, 17 insertions(+), 16 deletions(-)
I've applied the set, with one tweak. The first patch included this
line:
Fixes: 804defea1c02 ("Kprobes: move kprobe examples to samples/")
But that patch, as its title suggests, simply moved the code to a
different place; it didn't introduce that particular mistake. So I took
the Fixes tag out.
Thanks,
jon