Conversation
Signed-off-by: Peter Jung <admin@ptr1337.dev>
There was a problem hiding this comment.
Pull request overview
This PR updates the CachyOS kernel packaging to the Linux 7.1.0 release series, refreshes accompanying kernel config files, and improves the release-tagging script by adding tarball signature generation and more robust upstream base-commit detection.
Changes:
- Update PKGBUILD/.SRCINFO metadata and source URLs across kernel variants to 7.1.0 (tagrel 1) and refresh b2sums where applicable.
- Refresh kernel configuration files for the 7.1 cycle across variants.
- Enhance
tag-release.shto handle upstream’sLinux X.Y(no.0) commit message convention and to upload a detached GPG signature for the release tarball; update README to reflect the 7.1 base and feature list.
Reviewed changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| tag-release.sh | Adds upstream commit lookup fallback for .0 releases and uploads a tarball .asc signature alongside the release artifact. |
| README.md | Updates stated kernel base to 7.1 and expands/refreshes the documented feature list. |
| linux-cachyos/PKGBUILD | Bumps main kernel variant to 7.1.0 and updates checksums/tag release metadata. |
| linux-cachyos/config | Updates the shipped kernel config for the 7.1 cycle (header now reports 7.1.0-rc6). |
| linux-cachyos/.SRCINFO | Syncs Arch metadata for the main package with the 7.1.0-1 release tarball and updated provides. |
| linux-cachyos-server/PKGBUILD | Bumps server variant to 7.1.0-1 and updates b2sums accordingly. |
| linux-cachyos-server/config | Updates server kernel config for the 7.1 cycle (header now reports 7.1.0-rc6). |
| linux-cachyos-server/.SRCINFO | Updates server package source URLs and checksums to the 7.1.0-1 tarball. |
| linux-cachyos-rt-bore/PKGBUILD | Bumps rt-bore variant to 7.1.0-1 (but requires checksum refresh). |
| linux-cachyos-rt-bore/.SRCINFO | Updates rt-bore source URLs to 7.1.0-1 (but requires checksum refresh). |
| linux-cachyos-rc/PKGBUILD | Updates release-candidate package checksums for the new cycle. |
| linux-cachyos-rc/.SRCINFO | Updates RC package metadata/checksums to match the updated sources. |
| linux-cachyos-hardened/PKGBUILD | Updates hardened package checksums (patch/content refresh). |
| linux-cachyos-hardened/.SRCINFO | Syncs hardened package checksum metadata with the updated PKGBUILD. |
| linux-cachyos-eevdf/PKGBUILD | Bumps EEVDF variant to 7.1.0-1 and updates b2sums. |
| linux-cachyos-eevdf/config | Updates EEVDF kernel config for the 7.1 cycle (header now reports 7.1.0-rc6). |
| linux-cachyos-eevdf/.SRCINFO | Updates EEVDF package metadata/source URLs/checksums to the 7.1.0-1 tarball. |
| linux-cachyos-deckify/PKGBUILD | Bumps deckify variant to 7.1.0-1 (but requires checksum refresh). |
| linux-cachyos-deckify/config | Updates deckify kernel config for the 7.1 cycle (header now reports 7.1.0-rc6). |
| linux-cachyos-deckify/.SRCINFO | Updates deckify package source URLs to 7.1.0-1 (but requires checksum refresh). |
| linux-cachyos-bore/PKGBUILD | Bumps BORE variant to 7.1.0-1 and updates b2sums. |
| linux-cachyos-bore/config | Updates BORE kernel config for the 7.1 cycle (header now reports 7.1.0-rc6). |
| linux-cachyos-bore/.SRCINFO | Updates BORE package metadata/source URLs/checksums to the 7.1.0-1 tarball. |
| linux-cachyos-bmq/PKGBUILD | Bumps BMQ variant to 7.1.0-1 and updates b2sums. |
| linux-cachyos-bmq/config | Updates BMQ kernel config for the 7.1 cycle (header now reports 7.1.0-rc6). |
| linux-cachyos-bmq/.SRCINFO | Updates BMQ package metadata/source URLs/checksums to the 7.1.0-1 tarball. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Peter Jung <admin@ptr1337.dev>
1Naim
approved these changes
Jun 16, 2026
|
The hardened version still has the old checksums and version number in PKGBUILD... |
Member
Author
Thats intended till upstream updates the hardened patchset. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Peter Jung admin@ptr1337.dev