2021-05-17 03:32:18

by Tiezhu Yang

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

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



2021-05-21 17:00:25

by Jonathan Corbet

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

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