Re: [RFC PATCH v2 03/13] module: Move livepatch support to a separate file

From: David Vernet
Date: Wed Jan 12 2022 - 13:55:16 EST


Thanks for doing this refactor. +1 to doing this, though Petr had some
suggestions in another thread that I'll wait on before Acking.

Aaron Tomlin <atomlin@xxxxxxxxxx> wrote on Thu [2022-Jan-06 23:43:09 +0000]:
> diff --git a/kernel/module/livepatch.c b/kernel/module/livepatch.c
> new file mode 100644
> index 000000000000..e147f5418327
> --- /dev/null
> +++ b/kernel/module/livepatch.c
> @@ -0,0 +1,75 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> +/*
> + * kernel/module/livepatch.c - module livepatch support
> + *
> + * Copyright (C) 2016 Jessica Yu <jeyu@xxxxxxxxxx>
> + */

Should the copyright year (and possibly author) be updated? Or just removed
entirely?

- David