Search Criteria
Package Details: linux-cachyos-hardened 6.1.20-1
Package Actions
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) |
Dependencies (21)
- coreutils (coreutils-git, coreutils-hybrid-git, coreutils-hybrid, coreutils-selinux)
- initramfs (dracut-git, booster-git, booster-wip-git, mkinitcpio-git, booster, dracut, mkinitcpio)
- kmod (kmod-git, kmod-minimal-git)
- bc (bc-gh) (make)
- binutils (binutils-git, binutils-2.35.2) (make)
- cpio (cpio-git) (make)
- gcc (gccrs-git, gcc-git) (make)
- gcc-libs (gccrs-libs-git, gcc-libs-git) (make)
- glibc (glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-linux4, glibc-git, glibc-widevine) (make)
- libelf (elfutils-git, libelf-minimal-git) (make)
- make (make-git) (make)
- pahole (pahole-git) (make)
- patch (patch-git) (make)
- perl (perl-git) (make)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
- xz (xz-git) (make)
- zstd (zstd-git, zstd-static) (make)
- linux-firmware (linux-firmware-iwlwifi-git, linux-libre-firmware, linux-firmware-git, linux-firmware-uncompressed, linux-firmware-amlogic-ophub) (optional) – firmware images needed for some devices
- modprobed-db (modprobed-db-git) (optional) – Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
- uksmd (uksmd-git) (optional) – Userspace KSM helper daemon
- Show 1 more dependencies...
Required by (7)
- ksmbd-tools (requires KSMBD-MODULE)
- linux-cachyos-hardened-headers
- mozillavpn (requires WIREGUARD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- uksmd (requires UKSMD-BUILTIN)
- uksmd-git (requires UKSMD-BUILTIN)
Sources (7)
- auto-cpu-optimization.sh
- config
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.20.tar.xz
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/all/0001-cachyos-base-all.patch
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/misc/0001-Add-latency-priority-for-CFS-class.patch
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/misc/0001-hardened.patch
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/sched/0001-bore-cachy.patch
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...