From: Nick Terrell
Please pull from
g...@github.com:terrelln/linux.git tags/v11-zstd-1.4.10
to get these changes. Alternatively the patchset is included.
This patchset lists me as the maintainer for zstd and upgrades the zstd library
to the latest upstream release. The current zstd version i
From: Nick Terrell
Adds decompress_sources.h which includes every .c file necessary for
zstd decompression. This is used in decompress_unzstd.c so the internal
structure of the library isn't exposed.
This allows us to upgrade the zstd library version without modifying any
callers. Instead we jus
From: Nick Terrell
Adds a maintainer entry for zstd listing myself as the maintainer for
all zstd code, pointing to the upstream issues tracker for bugs, and
listing my linux repo as the tree.
Signed-off-by: Nick Terrell
---
MAINTAINERS | 12
1 file changed, 12 insertions(+)
diff