Search Criteria
Package Details: linux-cachyos-hardened-headers 6.10.13-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-cachyos-hardened.git (read-only, click to copy) |
---|---|
Package Base: | linux-cachyos-hardened |
Description: | Headers and scripts for building modules for the Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements kernel |
Upstream URL: | https://github.com/CachyOS/linux-cachyos |
Licenses: | GPL-2.0-only |
Submitter: | ptr1337 |
Maintainer: | ptr1337 (sir_lucjan) |
Last Packager: | sir_lucjan |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-06-10 08:57 (UTC) |
Last Updated: | 2024-10-25 17:47 (UTC) |
Dependencies (12)
- linux-cachyos-hardenedAUR
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (0)
Sources (6)
- auto-cpu-optimization.sh
- config
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.13.tar.xz
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/all/0001-cachyos-base-all.patch
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/misc/0001-hardened.patch
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/sched/0001-bore-cachy.patch
Latest Comments
sp1d3rmxn commented on 2023-06-19 14:25 (UTC)
This is happening this time:
and the only thing I changed in the PKGBUILD was:
Thoughts?
ptr1337 commented on 2023-03-11 17:33 (UTC)
@sp1d3rmxn
Hi. Actually this is not really possible at all. The patchsets gets with each major version. If people change something on the PKGBUILD and use additonal patches, they should regenerate the checksums.
Otherwise we would need to add everywhere a SKIP or do a if option xyz; then sha256sums+=(checksum...)
That would be massive to maintain. Otherwise use the cachyos kernel builder, where you can select over a GUI your options and it does generate the checksum before building correctly.
sp1d3rmxn commented on 2023-03-11 17:21 (UTC)
It might be helpful to those that want to use this with the "bcachefs" enabled or maybe without to have the actual sha256sum array correct in the PKGBUILD:
you have this: sha256sums=('842ac15eff0e6fb0c150fdf83f4f6aaf6b4c1239dcf8c14e2227620ec0ae141e' '4c756bc4cc45c4cbea8e59398612f8582b68b3276fc9c78f0f34a1c903a99e81' '41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106' '94f901671a4b10994aed58650e657c425fed932ad5e5e01b3800628d6d5a48c6' '142ffdd165a83643e9e5d85f613c6c65621f68394a8014dfb90fadd9d33c6462' '07dd83252dba452113f2a1f7650117edb725ca92a149ec4fec03fd389abbc81c' '944b736d518210b5a433e1a300ecccbdb450e79904d72e9f98fadfdafca2f3d8')
it needs to be this: sha256sums=('842ac15eff0e6fb0c150fdf83f4f6aaf6b4c1239dcf8c14e2227620ec0ae141e' '4c756bc4cc45c4cbea8e59398612f8582b68b3276fc9c78f0f34a1c903a99e81' '41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106' '94f901671a4b10994aed58650e657c425fed932ad5e5e01b3800628d6d5a48c6' '142ffdd165a83643e9e5d85f613c6c65621f68394a8014dfb90fadd9d33c6462' '07dd83252dba452113f2a1f7650117edb725ca92a149ec4fec03fd389abbc81c' '944b736d518210b5a433e1a300ecccbdb450e79904d72e9f98fadfdafca2f3d8' 'c7a84384113775f32ce8fb5a0a21780d9e0e83d85472b675040f446609a3782c')
Not sure how it was missed since it is only adding one more...