Re: [PATCH v3 1/2] livepatch: add sysfs entry "patched" for each klp_object

From: Petr Mladek
Date: Fri Sep 23 2022 - 10:59:19 EST


On Fri 2022-09-02 13:52:07, Song Liu wrote:
> Add per klp_object sysfs entry "patched". It makes it easier to debug
> typos in the module name.
>
> Reviewed-by: Joe Lawrence <joe.lawrence@xxxxxxxxxx>
> Signed-off-by: Song Liu <song@xxxxxxxxxx>

Just a note. Signed-off-by of the author is always the first entry.
It is followed by Acked-by, Reviewed-by, Tested-by, ... in the order
in which they arrived.

I have fixed the ordering when pushing the patch.

> --- a/Documentation/ABI/testing/sysfs-kernel-livepatch
> +++ b/Documentation/ABI/testing/sysfs-kernel-livepatch
> @@ -55,6 +55,14 @@ Description:
> The object directory contains subdirectories for each function
> that is patched within the object.
>
> +What: /sys/kernel/livepatch/<patch>/<object>/patched
> +Date: August 2022
> +KernelVersion: 6.0.0

Also I have updated the version to 6.1.0. It should be the version
produced by the upcoming merge window.

Best Regards,
Petr