[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yd8j/Q2H0zYrAA2c@dev0025.ash9.facebook.com>
Date: Wed, 12 Jan 2022 10:54:53 -0800
From: David Vernet <void@...ifault.com>
To: Aaron Tomlin <atomlin@...hat.com>
Cc: mcgrof@...nel.org, cl@...ux.com, pmladek@...e.com, mbenes@...e.cz,
akpm@...ux-foundation.org, jeyu@...nel.org,
linux-kernel@...r.kernel.org, linux-modules@...r.kernel.org,
atomlin@...mlin.com, ghalat@...hat.com, allen.lkml@...il.com
Subject: Re: [RFC PATCH v2 03/13] module: Move livepatch support to a
separate file
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@...hat.com> 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@...hat.com>
> + */
Should the copyright year (and possibly author) be updated? Or just removed
entirely?
- David
Powered by blists - more mailing lists