From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Mon, 29 Apr 2019 20:37:44 +0200 Subject: [U-Boot] [PATCH v1 1/3] lib: Add xxhash support In-Reply-To: <20190429175728.GW31207@bill-the-cat> References: <20190425160744.6079-1-marek.behun@nic.cz> <20190425160744.6079-2-marek.behun@nic.cz> <20190429175728.GW31207@bill-the-cat> Message-ID: <20190429203744.598cc0ec@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Does xxhash.[ch] just come directly from Linux? If so, we should > convert them to SPDX tags _unless_ Linux has already decided not to as > they in turn come directly from another project and the kernel folks > don't want to mess with it at all. Thanks! > Hi Tom, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/lib/xxhash.c?h=v5.1-rc7&id=5d2405227a9eaea48e8cc95756a06d407b11f141 this is the only commit in the kernel touching the xxhash sources. The author only says this: > I extracted it out from zstd since it is useful on its own. I copied > the code from the upstream XXHash source repository and translated it > into kernel style. I think we can add SPDX tags to both xxhash and zstd sources. Do you agree? Shall I post v2? Marek