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 .. 24 25 26 27 28 29 30 31 32 33 34 .. 307 Next › Last »
air-g4p commented on 2019-08-27 08:25 (UTC) (edited on 2019-08-27 12:34 (UTC) by air-g4p)
@graysky,
In a clean folder, and running
makepkg -sri
the build failed, but in a different way. I got as far as:-> Applying patch 0004-drm-amdgpu-pin-the-csb-buffer-on-hw-init-for-gfx-v8.patch... patching file drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c -> Setting config... -> Applying enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v4.13+.patch ... patching file arch/x86/include/asm/module.h patching file arch/x86/Kconfig.cpu patching file arch/x86/Makefile patching file arch/x86/Makefile_32.cpu HOSTCC scripts/basic/fixdep /usr/bin/ccache: invalid option -- 'W'
then I also saw:
make[1]: [scripts/Makefile.host:90: scripts/basic/fixdep] Error 1 make: [Makefile:508: scripts_basic] Error 2 ==> ERROR: A failure occurred in prepare(). Aborting...
Any ideas? Thanks
graysky commented on 2019-08-26 21:05 (UTC)
@air-g4p - Does it build outside of the chroot? I'm thinking the chroot build script doesn't look outside of that environment and will therefore fail.
air-g4p commented on 2019-08-26 16:51 (UTC)
@graysky,
I'm seeing several inexplicable errors with the latest build:
When trying to build ck with
time extra-x86_64-build
in a clean chroot, I get as far as:Kernel Live Patching (LIVEPATCH) [N/y/?] n
configuration written to .config
-> No modprobed.db data found /startdir/PKGBUILD: line 157: exit1: command not found ==> ERROR: A failure occurred in prepare(). Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/user/build
this DESPITE: modprobed-db store showing:
180 modules currently loaded per /proc/modules 180 modules are in /home/user/.config/modprobed.db
AND the correct path in PKGBUILD:
_localmodcfg=/home/user/.config/modprobed.db
Also, please have a look at Line 157 of PKGBUILD.
Did you intend to type
exit
as opposed to your currentexit1
?I have never seen this modprobed error previously.
Ideas are welcome...
graysky commented on 2019-08-20 19:31 (UTC)
I haven't made an ISO/no idea. You could ask on CK's blog why it fails with that mount command. I do not edit beyond the changes his patchset make.
zerophase commented on 2019-08-20 00:46 (UTC)
@graysky archiso failing to build appears to be an issue with the CK kernel. No, idea what's different from Arch, as the only thing I changed was the compression algorithm used for initramfs.
Have any idea what might be causing the mount failure with CK?
https://bugs.archlinux.org/task/63508
zerophase commented on 2019-08-17 18:41 (UTC)
@graysky This is a forum post I made on the issue. It looks like folders under the work directory are not able to be identified as mount points. If you install archiso, and just run
sudo cp -r /usr/share/archiso/configs/releng/ ~/archlive; cd ~/archlive; sudo ./build.sh -v
The issue should reproduce itself.I just happened to decide to try the Arch kernel to see if that resolved the build failure I was receiving, and everything just built successfully. Looks like others have identified this issue in the past, but did not report it. I have a feeling it has something to do with
mkarchiso
.https://bbs.archlinux.org/viewtopic.php?id=248473
https://unix.stackexchange.com/questions/460043/how-can-i-successfully-build-an-archiso-image-airootfs-is-not-a-mountpoint
graysky commented on 2019-08-17 11:10 (UTC)
You have provided nothing to go on...
zerophase commented on 2019-08-17 00:42 (UTC) (edited on 2019-08-17 00:43 (UTC) by zerophase)
I'm having issues getting archiso to successfully build an image when running the CK kernel. Everything builds fine with the default kernel. Is anyone else having this issue? Could it be from disabling initramfs support, other than LZ4? Is this a CK issue or archiso issue?
rzax666 commented on 2019-08-09 09:57 (UTC) (edited on 2019-08-09 10:29 (UTC) by rzax666)
@charveey thx but fix pkgbuild please ;D
Deadstar commented on 2019-08-09 05:19 (UTC)
Will the AMD Llano processors family be added to the kernel?
« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 307 Next › Last »