Search Criteria
Package Details: linux-ck 5.4.2-1
Git Clone URL: | https://aur.archlinux.org/linux-ck.git (read-only) |
---|---|
Package Base: | linux-ck |
Description: | The Linux-ck kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler |
Upstream URL: | https://wiki.archlinux.org/index.php/Linux-ck |
Licenses: | |
Provides: | |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 417 |
Popularity: | 3.91 |
First Submitted: | 2011-07-22 14:51 |
Last Updated: | 2019-12-05 20:32 |
Dependencies (9)
- coreutils (coreutils-git, coreutils-selinux, coreutils-kondo)
- initramfs (dracut-git, dracut, mkinitcpio)
- kmod (kmod-git)
- bc (bc-gh) (make)
- inetutils (inetutils-git) (make)
- kmod (kmod-git) (make)
- libelf (elfutils-git) (make)
- crda (crda-git, wireless-regdb-pentest) (optional) – to set the correct wireless channels of your country
- linux-firmware (linux-firmware-iwlwifi-git, af9005-firmware, linux-libre-firmware, linux-firmware-git) (optional) – firmware images needed for some devices
Required by (12)
Sources (10)
- 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- 0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch
- 0003-mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch
- 0004-PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch
- 0005-PCI-pciehp-Prevent-deadlock-on-disconnect.patch
- config
- enable_additional_cpu_optimizations-20190822.tar.gz
- http://ck.kolivas.org/patches/5.0/5.4/5.4-ck1/patch-5.4-ck1.xz
- https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.2.tar.sign
- https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.2.tar.xz
Latest Comments
1 2 3 4 5 6 ... Next › Last »
graysky commented on 2019-11-28 14:14
@Althorion -
Althorion commented on 2019-11-28 13:13
Tired with clean PKGBUILD and
-march=native
(option 31). Manual patching works just fine, no idea why.BTW (unrelated problem, I think), I tried manually patching the sources, removing patching from the PKGBUILD, and when I put some value for
_subarch=
, it fails atmake oldconfig
—it tries giving it the value I put in_subarch=
(that would be31
), thus entering the never-ending loop of wrong arguments.Finally, I managed to successfully build the package by manual patching and giving it empty
_subarch
.graysky commented on 2019-11-28 13:06
Need more to go on in order to reproduce. Any edits to the PKGBUILD? Which number are you selecting on the gcc patch stage?
Althorion commented on 2019-11-28 12:46
No, I manually cloned the package (
git clone <https://aur.archlinux.org/linux-ck.git>
) and runmakepkg -i
on it. I tried removing the folder and re-cloning and clearing the build folder (rm -rf /tmp/makepkg/linux-ck
), but to no avail.graysky commented on 2019-11-28 12:33
How are you building? Works fine here. If you're using an AUR helper, DON'T USE AN AUR HELPER!
Althorion commented on 2019-11-28 12:26
Version 5.4-3 fails at patching: https://gist.github.com/Althorion/a817b8bd5027cf9344af52963d063951
Last few lines:
graysky commented on 2019-11-23 22:26
No idea what pikaur is but if you are using an i686 fork of Arch, see
man makepkg
to see how to ignore the architecture or modify the PKGBUILD itself.lockheed commented on 2019-11-23 21:11
How can I build this on a 32bit system? I tried it now with pikaur, but I'm getting "linux-ck, linux-ck-headers can't be built on the current arch (pentium4). Supported: x86_64"
I know Arch abandoned 32 bit, but this is a source package so I expected it could be built.
graysky commented on 2019-11-11 18:53
@kyak - Must have missed that when diffing official PKGBUILD vs this. Modifycation will be included in 5.3.11, thanks.
kyak commented on 2019-11-11 18:02
Hi graysky,
Official kernels do now install kernel image to /boot anymore: https://www.archlinux.org/news/new-kernel-packages-and-mkinitcpio-hooks/
Do you plan to follow the same path with linux-ck?