Package Details: linux-ck 6.11-1

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.90
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-09-19 13:04 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 88 89 90 91 92 93 94 95 96 97 98 .. 307 Next › Last »

Saren commented on 2016-12-21 16:07 (UTC)

@graysky - lol no, I want to enable NUMA.

graysky commented on 2016-12-21 13:58 (UTC)

@Saren - You shouldn't need to modify the PKGBUILD to disable NUMA... that has been defaulted for some time now.

Saren commented on 2016-12-21 13:30 (UTC)

Hi, since it's now possible to configure cpu march now, is it possible to add whether to disable numa as well so that multi cpu system users don't have to edit PKGBUILD every time linux-ck upgrades? Thanks.

mrkline commented on 2016-12-19 18:23 (UTC)

@Rainmaker: I've seen that if pacman is upgrading bash in another process. I would assume it's just a temporary problem - you'd have some really serious issues if /bin/sh went missing. :)

QuartzDragon commented on 2016-12-19 14:59 (UTC)

@Rainmaker Cannot reproduce here. That's a weird error I've never seen before... What else is happening on your machine while trying to compile?

Rainmaker commented on 2016-12-19 10:50 (UTC)

4.8.15-2 fails because it's trying to call /bin/sh during the build: Cyclomatic Complexity 2 sound/core/hwdep.c:snd_hwdep_proc_read Cyclomatic Complexity 1 sound/core/hwdep.c:alsa_hwdep_init Cyclomatic Complexity 1 sound/core/hwdep.c:alsa_hwdep_exit make[2]: /bin/sh: Command not found make[2]: *** [scripts/Makefile.build:427: sound/core/snd-hwdep.o] Error 127 make[1]: *** [scripts/Makefile.build:440: sound/core] Error 2 make: *** [Makefile:974: sound] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

blitz commented on 2016-12-18 23:07 (UTC)

@graysky - Kernel config allows for menu driven cpu arch selection with minimal interaction and pre-selected MNATIVE. (taken from own PKGBUILD) _CPU_NATIVE=y ... ### Optionally set processor type for kernel if [ -n "${_CPU_NATIVE}" ]; then msg "Setting cpu arch to gcc native..." if [ "${CARCH}" = "x86_64" ]; then sed -i -e 's/^CONFIG_GENERIC_CPU=y/# CONFIG_GENERIC_CPU is not set/' \ -i -e 's/^# CONFIG_MNATIVE is not set/CONFIG_MNATIVE=y/' ./.config else sed -i -e 's/^CONFIG_M686=y/# CONFIG_M686 is not set/' \ -i -e 's/^# CONFIG_MNATIVE is not set/CONFIG_MNATIVE=y/' ./.config fi fi

graysky commented on 2016-12-18 19:38 (UTC)

@mrkline - Update the checksum (again without bumping the pkgver). No real easy way to automate the selection of native.

mrkline commented on 2016-12-18 19:29 (UTC)

@graysky - The menu is quite nice! Hopefully I can stop messing around in nconfig soon. On that note, is it possible to automate the selection? I tried adding a `CONFIG_MNATIVE=y` line to config.x86_64, but I was still prompted when I ran makepkg. Also, enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch.gz needs its SHA updated.

graysky commented on 2016-12-18 17:36 (UTC)

OK, just updated without bumping the pkgver with this change. Feedback is welcomed.