Package Details: linux-cachyos-hardened 6.1.20-1

Git Clone URL: https://aur.archlinux.org/linux-cachyos-hardened.git (read-only, click to copy)
Package Base: linux-cachyos-hardened
Description: The Linux hardenened BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules
Upstream URL: https://github.com/CachyOS/linux-cachyos
Licenses: GPL2
Provides: KSMBD-MODULE, UKSMD-BUILTIN, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Submitter: ptr1337
Maintainer: ptr1337 (sir_lucjan)
Last Packager: sir_lucjan
Votes: 1
Popularity: 0.008934
First Submitted: 2022-06-10 08:57 (UTC)
Last Updated: 2023-03-17 17:49 (UTC)

Required by (7)

Sources (7)

Latest Comments

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...