Package Details: linux-clear-headers 6.10.10-1

Git Clone URL: https://aur.archlinux.org/linux-clear.git (read-only, click to copy)
Package Base: linux-clear
Description: Linux kernel with patches from Clear Linux which allow for higher performance. This package includes header files and scripts for building kernel modules.
Upstream URL: https://github.com/clearlinux-pkgs/linux
Keywords: clear clearlinux intel kernel
Licenses: GPL-2.0-only
Submitter: metak
Maintainer: JeremyStarTM
Last Packager: JeremyStarTM
Votes: 73
Popularity: 1.71
First Submitted: 2018-01-18 21:47 (UTC)
Last Updated: 2024-09-14 15:49 (UTC)

Pinned Comments

JeremyStarTM commented on 2024-08-06 19:37 (UTC) (edited on 2024-08-18 08:22 (UTC) by JeremyStarTM)

The PKGBUILD supports customization via environment variables. Here's a list of all of them:
_makemenuconfig: Invokes make menuconfig (default configuration menu) before compilation starts
_makenconfig: Invokes make nconfig (nicer configuration menu) before compilation starts
_makexconfig: Invokes make xconfig (GUI configuration menu) before compilation starts
_use_current: Will use the configuration of the running kernel, if the running kernel is compiled with IKCONFIG_PROC
_copyfinalconfig: Copies the final kernel configuration into the repository root as kconfig-new before compilation starts
_localmodcfg: Only compiles modules found in modprobed-db's database (which decreases compilation time and kernel size)
_use_llvm_lto: Compiles the kernel with LLVM instead of GCC. Should work, if not write a comment
_subarch: Specifies the sub architecture to compile for (see the PKGBUILD file for a list of all subarches). Default is 40 (Generic-x86-64), which is \compatible with all amd64 processors. Must be a number
_debug: Force enables debug options when set to y, force disables debug options when set to n or uses the config defaults when unset

All of these variables just need to be set for them to apply, except for _subarch and _debug.

If you want a dead simple way to compile this package, you can try out my build tool. It includes a few no nonsense changes to the kernel configuration and allows you to configure the PKGBUILD in a simple manner and decrease build time. And if you don't want that, using makepkg as-is works fine too.

JeremyStarTM commented on 2024-08-06 19:19 (UTC) (edited on 2024-08-06 19:40 (UTC) by JeremyStarTM)

Kernel has been updated and is now maintained again.

Thank you metak for creating this package in the first place.

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 49 Next › Last »

metak commented on 2019-12-01 13:40 (UTC) (edited on 2019-12-01 13:41 (UTC) by metak)

@bjoe2k4 You can manually re-add the key (download the key with wget, import and sign it).

pub   rsa2048 2013-05-19 [SC] [expires: 2022-01-24]
      A6BD5EECD7B96FC10806355C50AAD02AEB1F61C9
uid           [  full  ] home:metakcahura OBS Project <home:metakcahura@build.opensuse.org>

But it's more or less useless since signatures are broken in open-build-service for pacman. Might as well set SigLevel = Never.

https://bbs.archlinux.org/viewtopic.php?id=249682

https://github.com/openSUSE/open-build-service/issues/4174

https://github.com/openSUSE/open-build-service/issues/2801

bjoe2k4 commented on 2019-12-01 12:27 (UTC)

The signature key expired yesterday :-(

pub rsa2048 2013-05-19 [SC] [expired: 2019-11-30] A6BD5EECD7B96FC10806355C50AAD02AEB1F61C9 uid [ expired] home:metakcahura OBS Project home:metakcahura@build.opensuse.org

Morisson commented on 2019-11-17 12:52 (UTC)

Thank you vary much

metak commented on 2019-11-17 12:32 (UTC)

@Morisson 5.3.11-3 (clr 5.3.11-868) enable ACPI_TABLE_UPGRADE

Morisson commented on 2019-11-17 06:43 (UTC) (edited on 2019-11-17 06:44 (UTC) by Morisson)

Hi. Can you change kernel config from your reposotory? ACPI_TABLE_UPGRADE=y I need add patched dsdt for my laptop. Please)

metak commented on 2019-11-08 16:48 (UTC)

@danhyal I'm afraid that's not possible and it kinda defeats the purpose of this package IMO. I already added two patches (cpu optimizations and acs overrides) because they're small and don't change the kernel in radical way. On the other hand -ck patches are much bigger, touch many more files, change a bunch of existing config options, etc. There could also be clashes between -ck and -clear patches... Besides, this kernel is already optimized for desktop/laptop users so I don't really see a point?

amelia commented on 2019-11-08 15:40 (UTC)

Could you make a seperate package with the ck patchset applied? Since most people using this kernel are desktop/laptop users, it would be useful.

metak commented on 2019-11-05 12:12 (UTC) (edited on 2019-11-05 12:14 (UTC) by metak)

@danhyal 5.3.8-4 (clr 5.3.7-853) enable CONFIG_NETFILTER_INGRESS

amelia commented on 2019-11-05 09:01 (UTC)

Could you add the config option CONFIG_NETFILTER_INGRESS

dedguy21 commented on 2019-11-04 21:14 (UTC) (edited on 2019-11-04 21:45 (UTC) by dedguy21)

Ah I am running mkinicpio 26 not 27 I will update. Thanks.

_----------- Yes everything is working now.

Thanks again for your time.