Package Details: linux-zen-git 6.12.1+1311858+g9c5f97ba6b97-1

Git Clone URL: https://aur.archlinux.org/linux-zen-git.git (read-only, click to copy)
Package Base: linux-zen-git
Description: Featureful kernel including various new features, code and optimizations to better suit desktops
Upstream URL: https://github.com/damentz/zen-kernel
Licenses: GPL2
Conflicts: linux-zen
Provides: linux-zen, linux-zen-git
Submitter: ilikenwf
Maintainer: ilikenwf
Last Packager: ilikenwf
Votes: 28
Popularity: 0.000001
First Submitted: 2015-08-10 23:27 (UTC)
Last Updated: 2024-11-30 01:01 (UTC)

Dependencies (7)

Required by (3)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 25 Next › Last »

Best commented on 2018-12-14 03:29 (UTC)

Seems like the first time on every new kernel point release lately it does not build with the config that is in the build dir, but some wierd one that does not even boot properly (with lots of auditing in dmesg). When I check the src/build dir the .config file there is correct, and a makepkg -f build the correct kernel.

Whats happening now?

Best commented on 2018-05-11 17:37 (UTC) (edited on 2018-05-11 17:46 (UTC) by Best)

from 4.16.8 I have this: https://pastebin.com/rZq02Nii

ilikenwf commented on 2018-03-30 17:46 (UTC)

Updated

ilikenwf commented on 2018-03-30 04:20 (UTC)

@Best I'll fix this within the next 24 hours.

Best commented on 2018-03-29 22:43 (UTC) (edited on 2018-03-29 22:47 (UTC) by Best)

msg2 "Installing files necessary for 3rd party modules such as NVIDIA drivers or OSSv4..."

mkdir -p "${pkgdir}/usr/src/linux-$_kernver/"{arch/x86,include,tools/objtool}

install -D -m755 "${srcdir}/build/tools/objtool/objtool" "${pkgdir}/usr/src/linux-$_kernver/tools/objtool/objtool"

edit fixes it btw

Best commented on 2018-03-29 22:03 (UTC)

I looked into it a bit, and it's because tools/objtool/objtool is not copied with the header files.

Best commented on 2018-03-29 08:05 (UTC)

From 4.15.10 or so there is something wrong with the header files. I can not build any modules. Get *** No rule to make target etc..

Best commented on 2017-12-30 00:09 (UTC)

Does not seem to build properly from 4.14.9. Think it has something to do with the new setting CONFIG_UNWINDER_ORC. I get lots of "warning: objtool: etc..." Hope you can look into it:)

NogradThGin commented on 2017-10-29 02:29 (UTC) (edited on 2017-10-29 02:35 (UTC) by NogradThGin)

Hello, I've a problem when booting the newly compiled kernel. I always do a custom config kernel so I took 3 day to test if the problem was not related to my kernel config. Sadly no... Every time I try to boot a kernel compiled with -03 GCC Flag I always end being stuck on "Loading initial ramdisk..." with no input working. (I also tested by patching ${srcdir}/Makefile & ${srcdir}/init/Kbuild to modify -O3 to -Ofast (I know -Ofast is -O3 with -ffast-math and other) but both no success. Exact same config but compiled with -O2 work well. My mkinitcpio.conf is using "cat" option (uncompressed ramdisk). Options: Export Mode, Intel CPU support disabled (AMD CPU & GPU), MuQSS enabled, Zen Interactive, 1k Hz, No IO delay, vsyscall native, Virtualization disabled,LZO compression, Extra-minimal Debug (95% disabled). Compiled with GCC 8 (git version Non-multilib) The kernel work like a charm but because I'm a huge fan of micro optimization I would like to compile it with -O3 and maybe -Ofast if possible. (systemd-analyze : 3.545s)