Search Criteria
Package Details: linux-ck 6.11.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-ck.git (read-only, click to copy) |
---|---|
Package Base: | linux-ck |
Description: | The Linux kernel and modules with ck's hrtimer patches |
Upstream URL: | https://wiki.archlinux.org/index.php/Linux-ck |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 459 |
Popularity: | 0.25 |
First Submitted: | 2011-07-22 14:51 (UTC) |
Last Updated: | 2024-11-15 22:31 (UTC) |
Dependencies (14)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- linux-ck-headers
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (6)
- ck-hrtimer-7bdeefd29a299f812f1d14ef7ef46bdb32ed5b6d.tar.gz
- config
- https://github.com/archlinux/linux/releases/download/v6.11.8-arch1/linux-v6.11.8-arch1.patch.zst
- https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.11.8.tar.sign
- https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.11.8.tar.xz
- more-uarches-20241018.tar.gz
Latest Comments
« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 307 Next › Last »
graysky commented on 2019-11-01 20:46 (UTC)
@Superice - Yes, I am ignoring that particular change. For example, the substitution will make _srcver=5.3.8-arch1 in this case whereas this package will be 5.3.8-1-ck which is fine for me.
SuperIce97 commented on 2019-11-01 20:39 (UTC) (edited on 2019-11-01 20:40 (UTC) by SuperIce97)
The
pkgver
and_srcver
variables changed in the mainlinux
package:graysky commented on 2019-11-01 18:48 (UTC)
@sir_lucjan - Good catch, thanks. Fixed in 5.3.8-4.
sir_lucjan commented on 2019-11-01 18:09 (UTC)
@graysky
As far as I can see, you forgot to change one line.
air-g4p commented on 2019-10-31 13:36 (UTC) (edited on 2019-10-31 14:34 (UTC) by air-g4p)
@graysky,
It was interesting to see how much 'heat' my wireguard-dkms post generated, and perhaps several of us wireguard-dkms and -ck users have learned some important tips.
Bottom line = tldr version - no action is required provided that: the
fou, ip_tunnel and wire
modules are found withinlsmod
and/ormodprobed-db list
if you run modprobed-db.Those 3 modules were NOT loaded within MY modprobed-db list, which was quite surprising, given that I have run wireguard-dkms and modprobed-db for a VERY LONG time!
However, once I re-ran:
modprobed-db store
, it found the three new modules.Of course, during a subsequent, clean, rebuild of linux-ck, wireguard-dkms was successfully installed.
Thanks for your input graysky, and to the others who offered their comments.
laenco commented on 2019-10-30 22:38 (UTC) (edited on 2019-10-30 22:39 (UTC) by laenco)
@kwe: OK. I'll try to explain.
localmodconfig disables every module, that not exactly listed in provided file
the file modprobed.db filling automatically only by modules that are in memory when modprobed-db service runs.
fou module did not get into the modprobed.db for some reason
But it is needed as indirect dependency for wireguard-dkms
when you build kernel with localmodconfig - fou module become disabled
And consequent build of wireguard-dkms fails.
As I can see - the most simple way to fix such a problem - is to add fou/fou6 modules into modprobed.db manually.
Or - load them and run modprobed-db.service for the same thing.
Blame me, if I wrong, cause there is more coffee than blood in veins)
kwe commented on 2019-10-30 22:17 (UTC)
@laenco: Either I'm misunderstanding you or I have to disagree.
When digging though lsmod AFTER HAVING USED WIREGUARD (so I assume all the required modules have been loaded), I can't seem to find any specific modules that are NOT in modprobed.db. It seems to me like the part where .config is configured for the kernel compilation process is assembled in a wrong way, missing out on the loaded (!) modules. This doesn't seem to have anything to do with modprobed-db as far as I can tell (?).
laenco commented on 2019-10-30 22:13 (UTC)
@kwe: so it's look like wireguard needs fou module for dkms build/install, but does not load it during routine operations, so modprobed-db did not detect it.
You could try to add fou and fou6 modules to modprobed.db manually and rebuild.
kwe commented on 2019-10-30 22:06 (UTC)
@laenco: Here is my current system state:
When I run makepkg to extract the linux-ck
src
directory, I end up with this .config diff against the current running kernel config:« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 307 Next › Last »