Package Details: linux-ck 6.12.1-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-23 13:58 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 55 56 57 58 59 60 61 62 63 64 65 .. 307 Next › Last »

Tjuh commented on 2018-01-07 16:48 (UTC)

Same issue as eugen-b when enabling config_audit=y in the config file. Haven't been able to compile since version 4.14.6-2.

eugen-b commented on 2018-01-07 16:21 (UTC) (edited on 2018-01-07 16:48 (UTC) by eugen-b)

I got endless lines related to CONFIG_PAGE_TABLE_ISOLATION=y after makeconfig -sri

I edited the PKGBUILD with _use_current=n, but it didn't help.

What helped was commenting the following lines in PKGBUILD

  ### Optionally use running kernel's config
  # code originally by nous; http://aur.archlinux.org/packages.php?ID=40191
#  if [ -n "$_use_current" ]; then
#    if [[ -s /proc/config.gz ]]; then
#      msg "Extracting config from /proc/config.gz..."
#      # modprobe configs
#      zcat /proc/config.gz > ./.config
#    else
#      warning "Your kernel was not compiled with IKCONFIG_PROC!"
#      warning "You cannot read the current config!"
#      warning "Aborting!"
#      exit
#    fi
#  fi

Saren commented on 2018-01-07 04:36 (UTC)

@graysky Thanks for making the toggle back.

graysky commented on 2018-01-06 12:24 (UTC) (edited on 2018-01-06 12:31 (UTC) by graysky)

@presianbg - My bad. Fixed in 4.14.12-3.

@saren - Yes, some recent benchmarking I did on a dual quad showed a pretty big hit so I reasoned that 99+% of users want it disabled. I reenabled the variable toggle.

presianbg commented on 2018-01-06 09:47 (UTC)

Hi, happy 2018! Wish you all the best! bfq-sq is missing again... what is going on :?

Saren commented on 2018-01-06 03:45 (UTC)

Hi there. Since https://aur.archlinux.org/cgit/aur.git/diff/PKGBUILD?h=linux-ck&id=2315c7af5630 does that mean I will have to comment out the NUMA disabled code everytime? Thanks.

tosto commented on 2018-01-05 18:01 (UTC)

@sl13kp Disabilita le notifiche, dovresti trovare un link in alto a destra nel riquadro "Package Actions" (e per favore evita di spammare nei commenti).

sl13kp commented on 2017-12-31 00:12 (UTC)

avete scocciato con le notifiche non mi interessa questo programma

QuartzDragon commented on 2017-12-28 09:49 (UTC) (edited on 2017-12-28 09:50 (UTC) by QuartzDragon)

@kurwall

Try deleting your old build files, because the patch applies perfectly fine for me. If you're not using TMPFS for your builds, then your old build files will stick around, causing you issues if you don't delete them every now and then.