On Thu, Apr 19, 2018 at 12:04:44PM +0200, Thomas Gleixner wrote: > From: Thomas Gleixner <t...@linutronix.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 <t...@linutronix.de> > Signed-Off-By: David Woodhouse <dw...@infradead.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 <t...@linutronix.de> > Cc: Kate Stewart <kstew...@linuxfoundation.org> > Cc: Boris Brezillon <boris.brezil...@free-electrons.com> > Cc: Tony Luck <tony.l...@intel.com> > Cc: Kees Cook <keesc...@chromium.org> > Cc: Segher Boessenkool <seg...@kernel.crashing.org> > Cc: Kernel Hardening <kernel-harden...@lists.openwall.com> > Cc: Richard Weinberger <rich...@nod.at> > Cc: Mike Snitzer <snit...@redhat.com> > Cc: Anton Vorontsov <an...@enomsg.org> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: Colin Cross <ccr...@android.com> > Cc: Andrew Morton <a...@linuxfoundation.org> > Cc: David Woodhouse <dw...@infradead.org> > Cc: Alasdair Kergon <a...@redhat.com>
Reviewed-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>