Search Criteria
Package Details: linux-ck 6.10.10-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.99 |
First Submitted: | 2011-07-22 14:51 (UTC) |
Last Updated: | 2024-09-12 20:20 (UTC) |
Dependencies (14)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-uutilsAUR, coreutils-hybridAUR, coreutils-selinuxAUR)
- 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-gitAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR) (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-ae3cbb29c43ca1baa6781f547d17b8ee5663e9d7.tar.gz
- config
- https://github.com/archlinux/linux/releases/download/v6.10.10-arch1/linux-v6.10.10-arch1.patch.zst
- https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.10.10.tar.sign
- https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.10.10.tar.xz
- more-uarches-20240912.1.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 307 Next › Last »
graysky commented on 2023-03-24 07:59 (UTC)
Thanks @glitsj16
I applied it and rebased. In doing so I found that I had to change
0004-hrtimer-Replace-all-schedule-timeout-1-with-schedule.patch
... can you take a look at that and let me know if I did it correctly? Building 6.2.8 was successful.https://github.com/graysky2/linux-patches/commit/a27ac12de07749d0c935249d5031514b6cbd1a35
glitsj16 commented on 2023-03-22 22:01 (UTC)
@graysky Here's my attempt at fixing the rebase: https://gist.github.com/glitsj16/46ba4eebbde9727577c2a2075dfda3c1 - tested with 6.2.7 (6.2.8 is building right now).
BS86 commented on 2023-03-02 18:10 (UTC)
Unfortunately my skill levels are far too low for that and my time currently is too limited to acquire those skills. I can edit PKGBUILD's just fine, but everything else is way above me.
graysky commented on 2023-02-22 19:38 (UTC)
I am getting a similar error. I need some help rebasing 6.2 into the patches.
BS86 commented on 2023-02-22 16:20 (UTC) (edited on 2023-02-22 16:55 (UTC) by BS86)
I am getting the following error when trying to build the update to 6.2 (coming from 6.1.12). I already tried a clean build as well as manually removing the build folder (rm -rf ~/.cache/yay/linux-ck/) Never had any issues with this package, using it since 4.something on different machines.
I am using the 39 (x86_64v4) build option. Any ideas on what is going wrong and how to fix it?
Edit: The same error happens when using the default 36 option.
<deleted-account> commented on 2023-02-19 20:40 (UTC)
I think
bison
should be specified as make dependency:VGrol commented on 2022-12-05 03:43 (UTC)
I've been tinkering with some custom patches for this package, but what would be the best way to automate the build process, in particular; How do I prevent the half a dozen prompts for drivers, like (GPIO_BT8XX)?
I'm a bit of a novice when it comes to this, so some help would be appreciated!
brunomiguel commented on 2022-12-04 22:16 (UTC)
I appreciate your feedback, and I'll look into the snippet you shared so I can integrate it into my build system. Thank you!! 😊
graysky commented on 2022-12-04 21:17 (UTC)
What you're proposing is too non-standard for most other users IMO. If you can tweak your build script that would be preferable for your edge use case.
For my build script, the strategy is to first make the set of PKGBUILD files needed for the 4 subarches then copy them into a working dir to build. You might try something like that.
brunomiguel commented on 2022-12-04 20:53 (UTC)
Editing the file makes it harder for automated builds, and it's trivial to add those entries as environment variables on the PKGBUILD. I understand you are not obligated to do so; you have it this way, and anyone who wants it differently can fork it, just like with any other FOSS project.
To make it easy for automated builds, would you be willing to use environment variables on the PKGBUILD to choose the sub-architecture and the compiler?
Thank you for creating the PKGBUILD for this kernel 🤝
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 307 Next › Last »