]> git.ipfire.org Git - thirdparty/zstd.git/commit
[linux-kernel] Update patches for v2 738/head
authorNick Terrell <terrelln@fb.com>
Tue, 27 Jun 2017 01:33:04 +0000 (18:33 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 29 Jun 2017 05:01:46 +0000 (22:01 -0700)
commitce91b64f00e8fb871c440ce66342f5361126ccc3
treeeae413abcd1cefed1bd68740c6cd6a7410be5f3d
parent379f9d874d578111c611b2262211aa763171a94c
[linux-kernel] Update patches for v2

* Reduce stack usage of many zstd functions, none use over 388 B anymore.
* Remove an incorrect `const` in `xxhash`.
18 files changed:
contrib/linux-kernel/0000-cover-letter.patch [new file with mode: 0644]
contrib/linux-kernel/0001-lib-Add-xxhash-module.patch
contrib/linux-kernel/0002-lib-Add-zstd-modules.patch
contrib/linux-kernel/0003-btrfs-Add-zstd-support.patch
contrib/linux-kernel/0004-squashfs-Add-zstd-support.patch
contrib/linux-kernel/lib/xxhash.c
contrib/linux-kernel/lib/zstd/compress.c
contrib/linux-kernel/lib/zstd/decompress.c
contrib/linux-kernel/lib/zstd/entropy_common.c
contrib/linux-kernel/lib/zstd/fse.h
contrib/linux-kernel/lib/zstd/fse_compress.c
contrib/linux-kernel/lib/zstd/fse_decompress.c
contrib/linux-kernel/lib/zstd/huf.h
contrib/linux-kernel/lib/zstd/huf_compress.c
contrib/linux-kernel/lib/zstd/huf_decompress.c
contrib/linux-kernel/lib/zstd/zstd_common.c
contrib/linux-kernel/test/Makefile
contrib/linux-kernel/test/include/linux/math64.h [new file with mode: 0644]