Re: [PATCH v4 0/2] Fix typos in samples/kprobes/kprobe_example.c

From: Jonathan Corbet
Date: Thu May 20 2021 - 16:05:37 EST


Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> 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