Home
last modified time | relevance | path

Searched hist:"4782 c725c1538aa9ef894ae4a3938db40be7f02c" (Results 1 – 4 of 4) sorted by relevance

/linux/lib/zstd/
H A Dzstd_common_module.c4782c725c1538aa9ef894ae4a3938db40be7f02c Fri Oct 14 23:47:04 CEST 2022 Nick Terrell <terrelln@fb.com> zstd: Move zstd-common module exports to zstd_common_module.c

The zstd codebase is imported from the upstream zstd repo, and is over-written on
every update. Upstream keeps the kernel specific code separate from the main
library. So the module definition is moved into the zstd_common_module.c file.
This matches the pattern followed by the zstd-compress and zstd-decompress files.

I've done build and boot testing on x86-64, i386, and aarch64. I've
verified that zstd built both as modules and built-in build and boot.

Signed-off-by: Nick Terrell <terrelln@fb.com>
H A DMakefilediff 4782c725c1538aa9ef894ae4a3938db40be7f02c Fri Oct 14 23:47:04 CEST 2022 Nick Terrell <terrelln@fb.com> zstd: Move zstd-common module exports to zstd_common_module.c

The zstd codebase is imported from the upstream zstd repo, and is over-written on
every update. Upstream keeps the kernel specific code separate from the main
library. So the module definition is moved into the zstd_common_module.c file.
This matches the pattern followed by the zstd-compress and zstd-decompress files.

I've done build and boot testing on x86-64, i386, and aarch64. I've
verified that zstd built both as modules and built-in build and boot.

Signed-off-by: Nick Terrell <terrelln@fb.com>
/linux/lib/zstd/common/
H A Dzstd_common.cdiff 4782c725c1538aa9ef894ae4a3938db40be7f02c Fri Oct 14 23:47:04 CEST 2022 Nick Terrell <terrelln@fb.com> zstd: Move zstd-common module exports to zstd_common_module.c

The zstd codebase is imported from the upstream zstd repo, and is over-written on
every update. Upstream keeps the kernel specific code separate from the main
library. So the module definition is moved into the zstd_common_module.c file.
This matches the pattern followed by the zstd-compress and zstd-decompress files.

I've done build and boot testing on x86-64, i386, and aarch64. I've
verified that zstd built both as modules and built-in build and boot.

Signed-off-by: Nick Terrell <terrelln@fb.com>
H A Dentropy_common.cdiff 4782c725c1538aa9ef894ae4a3938db40be7f02c Fri Oct 14 23:47:04 CEST 2022 Nick Terrell <terrelln@fb.com> zstd: Move zstd-common module exports to zstd_common_module.c

The zstd codebase is imported from the upstream zstd repo, and is over-written on
every update. Upstream keeps the kernel specific code separate from the main
library. So the module definition is moved into the zstd_common_module.c file.
This matches the pattern followed by the zstd-compress and zstd-decompress files.

I've done build and boot testing on x86-64, i386, and aarch64. I've
verified that zstd built both as modules and built-in build and boot.

Signed-off-by: Nick Terrell <terrelln@fb.com>