Search Criteria
Package Details: kvdo-dkms 6.2.4.26-2
Git Clone URL: | https://aur.archlinux.org/kvdo-dkms.git (read-only, click to copy) |
---|---|
Package Base: | kvdo-dkms |
Description: | A pair of kernel modules which provide pools of deduplicated and/or compressed block storage (semi-official version for latest kernels) |
Upstream URL: | https://github.com/rhawalsh/kvdo |
Licenses: | |
Provides: | |
Submitter: | zapp-brannigan |
Maintainer: | zapp-brannigan |
Last Packager: | zapp-brannigan |
Votes: | 4 |
Popularity: | 0.000873 |
First Submitted: | 2018-08-19 18:48 |
Last Updated: | 2020-12-12 08:26 |
Latest Comments
« First ‹ Previous 1 2 3
nyoxi commented on 2019-02-19 19:38
Build fails with current kernel because of [1]. But that is fixable [2].
More importantly, build fails on this assert [3]: STATIC_ASSERT((MSEC_PER_SEC % HZ) == 0);
MSEC_PER_SEC is 1000 and HZ is 300 on Arch kernels. Which makes me wonder, has this module ever worked with stock Arch kernel?
[1] https://github.com/dm-vdo/kvdo/issues/17 [2] https://gist.github.com/rhawalsh/5ef42b2dbf4084f4f8baa1761fe0d60a#file-0001-removed_variable-length-arrays-patch [3] https://github.com/dm-vdo/kvdo/blob/8df6805f0c4eddae59c9edcebeeab885c835f93c/vdo/kernel/histogram.c#L600