it's fixed in 6.6.4, apparently
Search Criteria
Package Details: linux-clear-headers 6.6.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-clear.git (read-only, click to copy) |
---|---|
Package Base: | linux-clear |
Description: | Headers and scripts for building modules for the Clear Linux kernel |
Upstream URL: | https://github.com/clearlinux-pkgs/linux |
Keywords: | clear clearlinux intel kernel |
Licenses: | GPL2 |
Submitter: | metak |
Maintainer: | metak |
Last Packager: | metak |
Votes: | 70 |
Popularity: | 2.32 |
First Submitted: | 2018-01-18 21:47 (UTC) |
Last Updated: | 2023-12-03 15:16 (UTC) |
Dependencies (7)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- xmlto (xmlto-gitAUR) (make)
Required by (0)
Sources (5)
seqfault commented on 2023-12-04 03:07 (UTC)
metak commented on 2023-12-01 16:24 (UTC)
@seqfault Sorry, I barely have any free time to update the packages these days. Can you just install linux-clear binary from my repo and see if it boots?
seqfault commented on 2023-11-30 11:59 (UTC)
@metak? there's no issue tracker in upstream repo, can you help me?
seqfault commented on 2023-11-30 02:13 (UTC) (edited on 2023-11-30 18:53 (UTC) by seqfault)
forget about not being able to compile with llvm18, I can't boot into 6.6.3 at all. the system freezes on gdm with blinking caps lock light, here's journalctl -b -1: https://0x0.st/HxN4.txt. linux-hardened works fine
xstefen commented on 2023-09-12 05:43 (UTC) (edited on 2023-09-17 08:54 (UTC) by xstefen)
Edit: Merged! Thanks @metak
Heres a patch to fix clang lto compiling only modifying the PKGBUILD https://gist.github.com/xstefen/546d201257475c0ffbb954369453f692
metak commented on 2023-09-02 13:39 (UTC)
@seqfault I don't know since I don't run any benchmarks/tests. Upstream Clear team tests and develops with gcc in mind so I can't say anything about clang/llvm.
seqfault commented on 2023-08-30 18:04 (UTC)
@metak thanks for explaining! how do you think, what will produce faster kernel binary: llvm16 without patch 162 but with lto, or gcc13 without lto, but with 162 optimizations?
metak commented on 2023-08-30 16:45 (UTC) (edited on 2023-08-30 16:46 (UTC) by metak)
seqfault commented on 2023-08-30 15:35 (UTC)
hey @metak, now that llvm16 is in the stable repos, can we compile this with patch 162? if not, is there a way to build with gcc, but still have lto? also, should I use _subarch=44 now instead of 40, if using llvm16?
Pinned Comments
metak commented on 2022-03-27 13:44 (UTC) (edited on 2022-04-02 13:20 (UTC) by metak)
The PKGBUILD file supports a few different configurable build-time options:
_makenconfig
Tweak kernel options prior to a build via nconfig. Pseudo-graphical menu based on ncurses. 1 2_localmodcfg
Only compile active modules to VASTLY reduce the number of modules built and the build time._subarch
Enable additional optimization/tuning for kernel builds by adding more micro-architectures options. Default isGeneric-x86-64
number36
if nothing else is selected._use_current
Use the current kernel's.config
file. Enabling this option will use the.config
of the RUNNING kernel rather than the ARCH defaults. Useful when the package gets updated and you already went through the trouble of customizing your config options. NOT recommended when a new kernel is released, but again, convenient for package bumps._use_llvm_lto
Compile the kernel with LLVM/Clang._debug
Enabley
some additional debug features present in arch kernel, but not in Clear upstream.n
to force disable or leave empty to ignore.Lastly, build the kernel by setting your environment variable
env _subarch=40 _localmodcfg=y
.metak commented on 2018-01-22 01:49 (UTC) (edited on 2021-12-01 12:47 (UTC) by metak)
1. Binaries available in my repo: http://download.opensuse.org/repositories/home:/metakcahura:/kernel/Arch_Extra_standard/x86_64/
THIS IS OPTIONAL:
2. After install adjust your boot cmd line. ClearLinux uses clr-boot-manager which takes care of that. This is upstream default: