]> git.ipfire.org Git - thirdparty/zstd.git/commit
[contrib][linux] Add zstd_common module
authorNick Terrell <terrelln@fb.com>
Mon, 17 Oct 2022 20:07:41 +0000 (13:07 -0700)
committerNick Terrell <nickrterrell@gmail.com>
Sat, 22 Oct 2022 00:14:31 +0000 (17:14 -0700)
commit330558ad52d24875c8260670b42eeb75dbef7161
tree05974474a9fd290f5d31b5f723284ab9b9718903
parentdcc7228de92a6a2aa505f12cbf9e929e0879d44d
[contrib][linux] Add zstd_common module

The zstd_common module was added upstream in commit
https://github.com/torvalds/linux/commit/637a642f5ca5e850186bb64ac75ebb0f124b458d.

But the kernel specific code was inlined into the library. This commit
switches it to use the out of line method that we use for the other
modules.
contrib/linux-kernel/Makefile
contrib/linux-kernel/linux.mk
contrib/linux-kernel/test/include/linux/module.h
contrib/linux-kernel/zstd_common_module.c [new file with mode: 0644]