Package Details: linux-ck 6.11.8-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.25
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-15 22:31 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 307 Next › Last »

trthomps commented on 2019-12-31 09:13 (UTC)

Would it be possible to add a zen2 build as well? I'm running zen successfully but it looks like amd added additional optimizations for the latest zen 2 arch.

[travis@travis-pc ~]$ gcc -c -Q -march=native --help=target | grep march
  -march=                           znver2
  Known valid arguments for -march= option:

blazessdd commented on 2019-12-20 12:05 (UTC)

can't add comment a long comment... even if if i code put it in code code

graysky commented on 2019-12-12 17:46 (UTC)

@blazessdd - Can you post a build log and link it here?

blazessdd commented on 2019-12-12 16:01 (UTC)

i have set _localmodcfg=y but whenever i try to compile modprobed wont show up and i get a kernel with all the modules compile what can i do?

graysky commented on 2019-11-28 14:14 (UTC) (edited on 2019-11-28 14:14 (UTC) by graysky)

@Althorion -

# Note - the march=native option is unavailable by this method, use the nconfig
# and manually select it.

Althorion commented on 2019-11-28 13:13 (UTC) (edited on 2019-11-28 13:14 (UTC) by Althorion)

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 at make oldconfig—it tries giving it the value I put in _subarch= (that would be 31), 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 (UTC)

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 (UTC)

No, I manually cloned the package (git clone <https://aur.archlinux.org/linux-ck.git>) and run makepkg -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 (UTC) (edited on 2019-11-28 12:34 (UTC) by graysky)

How are you building? Works fine here. If you're using an AUR helper, DON'T USE AN AUR HELPER!

...
patching file kernel/time/Kconfig
patching file kernel/time/clockevents.c
patching file kernel/time/hrtimer.c
patching file kernel/time/posix-cpu-timers.c
patching file kernel/time/timer.c
patching file kernel/trace/trace_selftest.c
patching file mm/vmscan.c
patching file net/core/pktgen.c
patching file sound/pci/maestro3.c
patching file sound/soc/codecs/rt5631.c
patching file sound/soc/codecs/wm8350.c
patching file sound/soc/codecs/wm8900.c
patching file sound/soc/codecs/wm9713.c
patching file sound/soc/soc-dapm.c
patching file sound/usb/line6/pcm.c
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
...

Althorion commented on 2019-11-28 12:26 (UTC)

Version 5.4-3 fails at patching: https://gist.github.com/Althorion/a817b8bd5027cf9344af52963d063951

Last few lines:

patching file mm/vmscan.c
patching file net/core/pktgen.c
patching file sound/pci/maestro3.c
patching file sound/soc/codecs/rt5631.c
patching file sound/soc/codecs/wm8350.c
patching file sound/soc/codecs/wm8900.c
patching file sound/soc/codecs/wm9713.c
patching file sound/soc/soc-dapm.c
patching file sound/usb/line6/pcm.c
?[1m    Aborting...?(B?[m