From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 19 Apr 2018 15:55:51 +0200 From: Greg Kroah-Hartman To: Thomas Gleixner Cc: LKML , Kees Cook , Segher Boessenkool , Kernel Hardening , Andrew Morton , Boris Brezillon , Richard Weinberger , David Woodhouse , Alasdair Kergon , Mike Snitzer , Anton Vorontsov , Colin Cross , Tony Luck , Kate Stewart Subject: Re: [patch V2 3/8] rslib: Add SPDX identifiers Message-ID: <20180419135551.GA16862@kroah.com> References: <20180419100441.548834519@linutronix.de> <20180419100935.011090923@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180419100935.011090923@linutronix.de> User-Agent: Mutt/1.9.5 (2018-04-13) X-Mailing-List: linux-kernel@vger.kernel.org List-ID: On Thu, Apr 19, 2018 at 12:04:44PM +0200, Thomas Gleixner wrote: > From: Thomas Gleixner > > 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 > Signed-Off-By: David Woodhouse > "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 > Cc: Kate Stewart > Cc: Boris Brezillon > Cc: Tony Luck > Cc: Kees Cook > Cc: Segher Boessenkool > Cc: Kernel Hardening > Cc: Richard Weinberger > Cc: Mike Snitzer > Cc: Anton Vorontsov > Cc: Greg Kroah-Hartman > Cc: Colin Cross > Cc: Andrew Morton > Cc: David Woodhouse > Cc: Alasdair Kergon Reviewed-by: Greg Kroah-Hartman