Search Criteria
Package Details: openafs-modules-dkms 1.8.7-1
Git Clone URL: | https://aur.archlinux.org/openafs-modules-dkms.git (read-only, click to copy) |
---|---|
Package Base: | openafs-modules-dkms |
Description: | Kernel module for OpenAFS (dkms) |
Upstream URL: | http://www.openafs.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Bevan |
Maintainer: | Bevan |
Last Packager: | Bevan |
Votes: | 17 |
Popularity: | 0.009150 |
First Submitted: | 2014-03-23 13:24 |
Last Updated: | 2021-01-15 08:34 |
Dependencies (3)
Sources (7)
- 0001-Avoid-duplicate-definitions-of-globals.patch
- 0002-LINUX-5.8-Replace-kernel_setsockopt-with-new-funcs.patch
- 0003-LINUX-5.8-do-not-set-name-field-in-backing_dev_info.patch
- 0004-LINUX-5.8-use-lru_cache_add.patch
- 0005-LINUX-5.9-Remove-HAVE_UNLOCKED_IOCTL-COMPAT_IOCTL.patch
- dkms.conf
- http://openafs.org/dl/openafs/1.8.7/openafs-1.8.7-src.tar.bz2
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
kgizdov commented on 2017-02-28 01:18
@Bevan: I sent you a pull request.
Bevan commented on 2017-02-27 08:22
@kgizdov: There is a patch available to fix that (https://gerrit.openafs.org/#/c/12506/). I will apply it here soon but cannot test it because I don't use [testing].
kgizdov commented on 2017-02-27 00:29
Fails to compile on kernel 4.10+ with error:
/var/lib/dkms/openafs/1.6.20.1/build/src/libafs/MODLOAD-4.10.1-1-SP/osi_vnodeops.c: In function ‘afs_linux_dentry_revalidate’:
/var/lib/dkms/openafs/1.6.20.1/build/src/libafs/MODLOAD-4.10.1-1-SP/osi_vnodeops.c:1347:9: error: implicit declaration of function ‘have_submounts’ [-Werror=implicit-function-declaration]
if (have_submounts(dp))
^~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:294: /var/lib/dkms/openafs/1.6.20.1/build/src/libafs/MODLOAD-4.10.1-1-SP/osi_vnodeops.o] Error 1
Bevan commented on 2016-06-10 08:15
@totsilence: Already done but until now I did not push it to the AUR because I could not finish my own testing. If you want to test it, you can find the upcoming version of the package here:
https://github.com/michaellass/AUR/archive/master.zip
I guess I will finish my testing today evening and if successfull I will push the package to AUR.
totsilence commented on 2016-06-09 21:32
@Bevan: Could you please backport this patch?
https://gerrit.openafs.org/#/c/12297/
silvest commented on 2016-04-19 07:21
I confirm that the modules do not build with Linux 4.5. It seems like no one is working on the patch yet:
https://lists.openafs.org/pipermail/openafs-devel/2016-April/020292.html
Bevan commented on 2016-04-05 18:48
@greenmanspirit: Yes, they have all been merged by now: https://gerrit.openafs.org/#/q/project:openafs+topic:linux-4.4
I included them here shortly after they got merged into the development (master) branch.
It looks like Linux 4.5 will cause problems again and I don't see anyone working on patches for that yet, so we will likely be in the same situation again soon. I tend to recommend users who depend on OpenAFS using linux-lts…
greenmanspirit commented on 2016-04-05 12:46
@Bevan: Have all of the needed patches been approved by the openafs devs? Thanks!
cptiglo commented on 2016-03-17 21:12
@Bevan: Thank you for the link! Still, I think I will just wait. I don't want my data to get corrupted.
Bevan commented on 2016-03-15 19:35
@cptiglo: Actually yes. Another path was proposed that should solve the data corruption issues that have been observed. I incorporated that patch into my testing git branch, so you can test is:
https://github.com/michaellass/AUR/archive/openafs-linux-4.4.zip
Unfortunately, one of the patches is still completely without review by other developers, so I'm waiting for some feedback before I include the patches here in the AUR.