Re: [RFC PATCH v2 03/13] module: Move livepatch support to a separate file
From: Aaron Tomlin <atomlin@atomlin.com>
Date: 2022-01-13 10:42:54
Also in:
lkml
From: Aaron Tomlin <atomlin@atomlin.com>
Date: 2022-01-13 10:42:54
Also in:
lkml
On Wed 2022-01-12 10:54 -0800, David Vernet wrote:
Thanks for doing this refactor. +1 to doing this, though Petr had some suggestions in another thread that I'll wait on before Acking.
No problem and yes, I will make the suggested modifications then add you on Cc.
Aaron Tomlin [off-list ref] wrote on Thu [2022-Jan-06 23:43:09 +0000]:quoted
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@redhat.com> + */Should the copyright year (and possibly author) be updated? Or just removed entirely?
Who should I specify? I'm not entirely sure. If I understand correctly, Jessica was the original author of the majority. Kind regards, -- Aaron Tomlin