|
Message-ID: <20180419135551.GA16862@kroah.com> Date: Thu, 19 Apr 2018 15:55:51 +0200 From: Greg Kroah-Hartman <gregkh@...uxfoundation.org> To: Thomas Gleixner <tglx@...utronix.de> Cc: LKML <linux-kernel@...r.kernel.org>, Kees Cook <keescook@...omium.org>, Segher Boessenkool <segher@...nel.crashing.org>, Kernel Hardening <kernel-hardening@...ts.openwall.com>, Andrew Morton <akpm@...uxfoundation.org>, Boris Brezillon <boris.brezillon@...e-electrons.com>, Richard Weinberger <richard@....at>, David Woodhouse <dwmw2@...radead.org>, Alasdair Kergon <agk@...hat.com>, Mike Snitzer <snitzer@...hat.com>, Anton Vorontsov <anton@...msg.org>, Colin Cross <ccross@...roid.com>, Tony Luck <tony.luck@...el.com>, Kate Stewart <kstewart@...uxfoundation.org> Subject: Re: [patch V2 3/8] rslib: Add SPDX identifiers On Thu, Apr 19, 2018 at 12:04:44PM +0200, Thomas Gleixner wrote: > From: Thomas Gleixner <tglx@...utronix.de> > > The Reed-Solomon library is based on code from Phil Karn who granted > permission to import it into the kernel under the GPL V2. > > See commit 15b5423757a7 ("Shared Reed-Solomon ECC library") in the history > git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git > > ... > The encoder/decoder code is lifted from the GPL'd userspace RS-library > written by Phil Karn. I modified/wrapped it to provide the different > functions which we need in the MTD/NAND code. > ... > Signed-Off-By: Thomas Gleixner <tglx@...utronix.de> > Signed-Off-By: David Woodhouse <dwmw2@...radead.org> > "No objections at all. Just keep the authorship notices." -- Phil Karn > > Add the proper SPDX identifiers according to > Documentation/process/license-rules.rst. > > > Signed-off-by: Thomas Gleixner <tglx@...utronix.de> > Cc: Kate Stewart <kstewart@...uxfoundation.org> > Cc: Boris Brezillon <boris.brezillon@...e-electrons.com> > Cc: Tony Luck <tony.luck@...el.com> > Cc: Kees Cook <keescook@...omium.org> > Cc: Segher Boessenkool <segher@...nel.crashing.org> > Cc: Kernel Hardening <kernel-hardening@...ts.openwall.com> > Cc: Richard Weinberger <richard@....at> > Cc: Mike Snitzer <snitzer@...hat.com> > Cc: Anton Vorontsov <anton@...msg.org> > Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org> > Cc: Colin Cross <ccross@...roid.com> > Cc: Andrew Morton <akpm@...uxfoundation.org> > Cc: David Woodhouse <dwmw2@...radead.org> > Cc: Alasdair Kergon <agk@...hat.com> Reviewed-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.