Package Details: linux-slim-headers 6.8.v.7-2

Git Clone URL: https://aur.archlinux.org/linux-slim.git (read-only, click to copy)
Package Base: linux-slim
Description: Header files and scripts for building modules for the slimmed down linux kernel.
Upstream URL: http://www.kernel.org/
Licenses: GPL2
Submitter: eggz
Maintainer: eggz
Last Packager: eggz
Votes: 1
Popularity: 0.000000
First Submitted: 2019-05-31 15:23 (UTC)
Last Updated: 2024-04-17 17:01 (UTC)

Pinned Comments

eggz commented on 2019-05-31 15:54 (UTC) (edited on 2020-02-18 12:08 (UTC) by eggz)

Tired of compiling? Use this binary repo instead! Add this at the end of /etc/pacman.conf :

[linuxkernels]
Server = http://nhameh.ovh/$repo/$arch
SigLevel = Optional TrustAll

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Scimmia commented on 2020-12-20 12:35 (UTC)

Multiple updates and you're still wrongly claiming to provide 'linux' and 'linux-headers'. Is there a problem?

Scimmia commented on 2020-12-10 16:42 (UTC)

Please see the warning here: https://wiki.archlinux.org/index.php/Kernel/Arch_Build_System#Modifying_the_PKGBUILD

eggz commented on 2020-03-21 11:26 (UTC)

I implemented a patch so we no longer need EFI modules. As you know I like to keep this kernel small and clean, and that certainly does not include carrying an EFI module around for no good reason. Seems like our gentoo friends found what I was suspecting:

https://bugs.gentoo.org/713460

I implemented this patch for the time being until upstream finally catches up to this bug (because thats really what it is as suspected).

eggz commented on 2020-03-18 12:06 (UTC)

Yep!! I know! I'm on it. I wasn't supposed to push this build yet (it hasnt been on pushed on the repos).

There is some bug in the kernel config preparation, and I either have to enable or disable something EFI related that isn't really documented.

Hold on!

toki1990 commented on 2020-03-18 11:48 (UTC)

Error Report:

LD .tmp_vmlinux1 ld: arch/x86/mm/ioremap.o: in function __ioremap_caller': ioremap.c:(.text+0x395): undefined reference toefi_mem_type' make: *** [Makefile:1078: vmlinux] Error 1

Andy_Vetrov commented on 2019-10-23 18:35 (UTC)

@eggz: Thank you! Sometimes I turn off my computers by pressing the power button, but it is impossible without the ACPI support in the kernel.

eggz commented on 2019-10-23 08:05 (UTC)

Interesting. I guess I tried to delete these builtin modules (yes, sometimes I go to far...) and they came back as seperate modules forced by the build.

Thanks, expect an update soon.

Andy_Vetrov commented on 2019-10-22 19:27 (UTC)

@eggz: Could you return CONFIG_ACPI_BUTTON=y back? And maybe also CONFIG_ACPI_VIDEO=y and CONFIG_ACPI_FAN=y...

eggz commented on 2019-05-31 20:02 (UTC)

Thanks Andy, some welcome modifications indeed. updated package in AUR and the binary repo.

Andy_Vetrov commented on 2019-05-31 19:16 (UTC) (edited on 2019-05-31 19:17 (UTC) by Andy_Vetrov)

Please disable following parameters:

# CONFIG_IOMMU_DEBUGFS=y
# CONFIG_IOMMU_DEFAULT_PASSTHROUGH=y

and I recommend switch back to:

CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=0

P.S. Good job!