Re: [RFC 5/5] livepatch: Selftests of the API for tracking system state changes

From: Joe Lawrence
Date: Fri Jun 21 2019 - 10:19:39 EST


On Tue, Jun 11, 2019 at 03:56:27PM +0200, Petr Mladek wrote:
>
> [ ... snip ... ]
>
> diff --git a/lib/livepatch/test_klp_state.c b/lib/livepatch/test_klp_state.c
> new file mode 100644
> index 000000000000..c43dc2f2e01d
> --- /dev/null
> +++ b/lib/livepatch/test_klp_state.c
> @@ -0,0 +1,161 @@
> +// SPDX-License-Identifier: GPL-2.0
> +// Copyright (C) 2019 SUSE
>
> [ ... snip ... ]
>
> +MODULE_AUTHOR("Joe Lawrence <joe.lawrence@xxxxxxxxxx>");

Feel free to update the module author for these.

-- Joe