Package Details: linux-ck-headers 6.11.10-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: Headers and scripts for building modules for Linux-ck kernel
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 459
Popularity: 0.129775
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Latest Comments

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

Lessaj commented on 2018-01-09 01:26 (UTC) (edited on 2018-01-09 01:26 (UTC) by Lessaj)

As long as it stops to ask you for any CONFIG that it's missing it's good to keep. It used to stop to ask, I think what's preventing it is:

yes "" | make config >/dev/null

graysky commented on 2018-01-07 20:12 (UTC)

...I'm beginning to wonder if the _use_current variable is more trouble than it's worth

Lessaj commented on 2018-01-07 19:16 (UTC) (edited on 2018-01-07 19:17 (UTC) by Lessaj)

@eugen-b @Tjuh The parameter is not in the current config unless you've booted with a kernel that contains it so I added it, I believe it's actually getting stuck further down in prepare but commenting that out fixes it because it doesn't overwrite the current config.

  zcat /proc/config.gz > ./.config
  echo "CONFIG_PAGE_TABLE_ISOLATION=y" >> ./.config

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).