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 .. 53 54 55 56 57 58 59 60 61 62 63 .. 308 Next › Last »

sir_lucjan commented on 2018-01-23 22:21 (UTC) (edited on 2018-01-23 22:23 (UTC) by sir_lucjan)

@graysky

Yes, seems related to MuQSS. I've compiled without errors:

Linux version 4.14.15-0.4-bfq-sq-mq-haswell-git (lucjan@archlinux) (gcc version 7.2.1 20171224 (GCC)) #1 SMP PREEMPT Mon Jan 22 17:03:42 CET 2018
Linux archlinux 4.14.15-0.4-bfq-sq-mq-haswell-git #1 SMP PREEMPT Mon Jan 22 17:03:42 CET 2018 x86_64 GNU/Linux

(stable-rc version)

graysky commented on 2018-01-23 22:19 (UTC)

@sir_l - Seems related to MuQSS. CK has been emailed.

Full log: https://gist.github.com/graysky2/b11cc7627168d951d96ceba14d79565c Clipped log:

kernel/sched/MuQSS.c: In function ‘try_to_wake_up’:
kernel/sched/MuQSS.c:1962:3: error: too few arguments to function ‘delayacct_blkio_end’
   delayacct_blkio_end();
   ^~~~~~~~~~~~~~~~~~~
In file included from kernel/sched/MuQSS.c:41:0:
./include/linux/delayacct.h:125:20: note: declared here
 static inline void delayacct_blkio_end(struct task_struct *p)
                    ^~~~~~~~~~~~~~~~~~~
kernel/sched/MuQSS.c: In function ‘try_to_wake_up_local’:
kernel/sched/MuQSS.c:2025:4: error: too few arguments to function ‘delayacct_blkio_end’
    delayacct_blkio_end();
    ^~~~~~~~~~~~~~~~~~~
In file included from kernel/sched/MuQSS.c:41:0:
./include/linux/delayacct.h:125:20: note: declared here
 static inline void delayacct_blkio_end(struct task_struct *p)
                    ^~~~~~~~~~~~~~~~~~~
  CC [M]  sound/drivers/vx/vx_pcm.o
  CC [M]  net/8021q/vlanproc.o
make[2]: *** [scripts/Makefile.build:320: kernel/sched/MuQSS.o] Error 1
make[1]: *** [scripts/Makefile.build:579: kernel/sched] Error 2
make: *** [Makefile:1032: kernel] Error 2

sir_lucjan commented on 2018-01-23 21:59 (UTC) (edited on 2018-01-23 21:59 (UTC) by sir_lucjan)

@graysky

Could you paste a log?

graysky commented on 2018-01-23 21:57 (UTC) (edited on 2018-01-23 21:58 (UTC) by graysky)

All - It seems that 4.14.15-1 is erroring out on the build for me. Need to dig into it further to see why.

graysky commented on 2018-01-23 21:39 (UTC)

@sir_lucjan - Thanks. I removed it but since it's harmless, I won't push a -2 release... it can be effective on the next version.

sir_lucjan commented on 2018-01-23 21:28 (UTC) (edited on 2018-01-23 21:31 (UTC) by sir_lucjan)

"chmod +x tools/objtool/sync-check.sh" is not needed anymore.

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.14.y&id=50c1c6cc09dcea608ace4bd258714d01909fed45

graysky commented on 2018-01-21 12:56 (UTC)

could you please append 'make clean' and 'rm -fr Documentation' after 'make mrproper'?

'rm -fr Documentation' saves >2Gbytes on tmpfs and can avoid 'No space left on device' error which happens in low-ram PC.

@enihcam - The make clean would be redundant and I show linux-4.14/Documentation as being only 38M, not 2G.

zerophase commented on 2018-01-18 00:21 (UTC) (edited on 2018-01-18 00:21 (UTC) by zerophase)

@QuartzDragon Thanks got it working. I was zcatting config over too early in prepare earlier. (might have been missing switching Retpoline on) For some reason running zcat too early in prepare turns every module on.

QuartzDragon commented on 2018-01-17 23:55 (UTC)

@graysky @zerophase

The Retpoline patches for Spectre got backported to the current 4.14.14 release, not before. The Memory Page Isolation patches for Meltdown were earlier, though, yeah.