Skip to content

Commit 6183dd7

Browse files
1Naimptr1337
authored andcommitted
linux-cachyos-rc: 6.16-rc3-1
Patch changelog in CachyOS/kernel-patches@046d619 Config changes: - Disabled NOVA as it is not ready for usage and conflicts with nouveau - Disabled AMD_PRIVATE_COLOR because it breaks some AMD GPUs Signed-off-by: Eric Naim <[email protected]>
1 parent a1507ee commit 6183dd7

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

linux-cachyos-rc/.SRCINFO

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-rc
22
pkgdesc = Linux BORE + LTO + AutoFDO + Propeller + Cachy Sauce Kernel by CachyOS with other patches and improvements - Release Candidate
3-
pkgver = 6.16.rc2
4-
pkgrel = 3
3+
pkgver = 6.16.rc3
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -21,13 +21,13 @@ pkgbase = linux-cachyos-rc
2121
options = !strip
2222
options = !debug
2323
options = !lto
24-
source = https://github.com/torvalds/linux/archive/refs/tags/v6.16-rc2.tar.gz
24+
source = https://github.com/torvalds/linux/archive/refs/tags/v6.16-rc3.tar.gz
2525
source = config
2626
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.16/all/0001-cachyos-base-all.patch
2727
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.16/sched/0001-bore-cachy.patch
28-
b2sums = 92ce9cd6eee860cfc9b3756cb13c05c0ffb6e5736a8b6b53bbb2344ce0d15d150cdc5f73a65708da701bf62f039a7de1b8dbd1542254503f3320ad0421a04422
29-
b2sums = 7c5fceaf9d6bf75b51a0a75eb842c31fc32c02b22981ef30ba5a6749e1ae40c00be4e0f8ebaf2315df5a7d2af6d424c921cafec63867350aa77926aa58730fe7
30-
b2sums = fac85a36c93136b6c3687370f4e569c6f42f850aeabc045f91278a6786fc219bf1a56c7b9ffdf8041fb5e8fb108ccf5e75fac473730789ced64a9e817288d4af
28+
b2sums = d3758bf743a988bc769608fbc0bd53fad555307e9e38c934c9c66d06b23a6d0cc29bb10ff037294cf5a8ac510b60dc0a3a060e2e8b10a235b9196957a43cf150
29+
b2sums = ee574961ecab0c20667d665cf8428d843bb449cbf46b9ad860edc0a6f28cc77695834e97fad7d177db49d3190591c7e35cf960bcb68236ec48ce774a9832dd74
30+
b2sums = 46caeb5aee3bc4e3f8ad38373493d8c3b3ec0dead06b6e61a6e4e0f0c3f1184677f68cdb0d4c009ce60fcf30480b27fd5aaad2fcf424004510c4977486d9762a
3131
b2sums = 162130c38d315b06fdb9f0b08d1df6b63c1cc44ee140df044665ff693ab3cde4f55117eed12253504184ccd379fc7f9142aa91c5334dff1a42dbd009f43d8897
3232

3333
pkgname = linux-cachyos-rc

linux-cachyos-rc/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@ pkgbase="linux-$_pkgsuffix"
168168
_major=6.16
169169
_minor=0
170170
#_minorc=$((_minor+1))
171-
_rcver=rc2
171+
_rcver=rc3
172172
pkgver=${_major}.${_rcver}
173173
#_stable=${_major}.${_minor}
174174
#_stable=${_major}
175175
_stable=${_major}-${_rcver}
176176
_srcname=linux-${_stable}
177177
#_srcname=linux-${_major}
178178
pkgdesc='Linux BORE + LTO + AutoFDO + Propeller + Cachy Sauce Kernel by CachyOS with other patches and improvements - Release Candidate'
179-
pkgrel=3
179+
pkgrel=1
180180
_kernver="$pkgver-$pkgrel"
181181
_kernuname="${pkgver}-${_pkgsuffix}"
182182
arch=('x86_64')
@@ -775,7 +775,7 @@ for _p in "${pkgname[@]}"; do
775775
}"
776776
done
777777

778-
b2sums=('92ce9cd6eee860cfc9b3756cb13c05c0ffb6e5736a8b6b53bbb2344ce0d15d150cdc5f73a65708da701bf62f039a7de1b8dbd1542254503f3320ad0421a04422'
779-
'7c5fceaf9d6bf75b51a0a75eb842c31fc32c02b22981ef30ba5a6749e1ae40c00be4e0f8ebaf2315df5a7d2af6d424c921cafec63867350aa77926aa58730fe7'
780-
'fac85a36c93136b6c3687370f4e569c6f42f850aeabc045f91278a6786fc219bf1a56c7b9ffdf8041fb5e8fb108ccf5e75fac473730789ced64a9e817288d4af'
778+
b2sums=('d3758bf743a988bc769608fbc0bd53fad555307e9e38c934c9c66d06b23a6d0cc29bb10ff037294cf5a8ac510b60dc0a3a060e2e8b10a235b9196957a43cf150'
779+
'ee574961ecab0c20667d665cf8428d843bb449cbf46b9ad860edc0a6f28cc77695834e97fad7d177db49d3190591c7e35cf960bcb68236ec48ce774a9832dd74'
780+
'46caeb5aee3bc4e3f8ad38373493d8c3b3ec0dead06b6e61a6e4e0f0c3f1184677f68cdb0d4c009ce60fcf30480b27fd5aaad2fcf424004510c4977486d9762a'
781781
'162130c38d315b06fdb9f0b08d1df6b63c1cc44ee140df044665ff693ab3cde4f55117eed12253504184ccd379fc7f9142aa91c5334dff1a42dbd009f43d8897')

linux-cachyos-rc/config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.16.0-rc1 Kernel Configuration
3+
# Linux/x86 6.16.0-rc3 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.1.1 20250425"
66
CONFIG_CC_IS_GCC=y
@@ -13,7 +13,7 @@ CONFIG_LD_VERSION=24400
1313
CONFIG_LLD_VERSION=0
1414
CONFIG_RUSTC_VERSION=108700
1515
CONFIG_RUST_IS_AVAILABLE=y
16-
CONFIG_RUSTC_LLVM_VERSION=190107
16+
CONFIG_RUSTC_LLVM_VERSION=200106
1717
CONFIG_CC_CAN_LINK=y
1818
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
1919
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
@@ -335,8 +335,8 @@ CONFIG_PERF_EVENTS=y
335335
CONFIG_SYSTEM_DATA_VERIFICATION=y
336336
CONFIG_PROFILING=y
337337
CONFIG_RUST=y
338-
CONFIG_RUSTC_VERSION_TEXT="rustc 1.87.0 (17067e9ac 2025-05-09) (Arch Linux rust 1:1.87.0-1.1)"
339-
CONFIG_BINDGEN_VERSION_TEXT="bindgen 0.71.1"
338+
CONFIG_RUSTC_VERSION_TEXT="rustc 1.87.0 (17067e9ac 2025-05-09) (Arch Linux rust 1:1.87.0-2.1)"
339+
CONFIG_BINDGEN_VERSION_TEXT="bindgen 0.72.0"
340340
CONFIG_TRACEPOINTS=y
341341

342342
#
@@ -7057,7 +7057,7 @@ CONFIG_AGP_SIS=m
70577057
CONFIG_AGP_VIA=m
70587058
CONFIG_INTEL_GTT=m
70597059
CONFIG_VGA_SWITCHEROO=y
7060-
CONFIG_NOVA_CORE=m
7060+
# CONFIG_NOVA_CORE is not set
70617061
CONFIG_DRM=y
70627062

70637063
#
@@ -7147,7 +7147,7 @@ CONFIG_DRM_AMD_DC=y
71477147
CONFIG_DRM_AMD_DC_FP=y
71487148
CONFIG_DRM_AMD_DC_SI=y
71497149
CONFIG_DRM_AMD_SECURE_DISPLAY=y
7150-
CONFIG_AMD_PRIVATE_COLOR=y
7150+
# CONFIG_AMD_PRIVATE_COLOR is not set
71517151
# end of Display Engine Configuration
71527152

71537153
CONFIG_HSA_AMD=y
@@ -7162,7 +7162,7 @@ CONFIG_DRM_NOUVEAU_SVM=y
71627162
CONFIG_DRM_NOUVEAU_GSP_DEFAULT=y
71637163
CONFIG_DRM_NOUVEAU_CH7006=m
71647164
CONFIG_DRM_NOUVEAU_SIL164=m
7165-
CONFIG_DRM_NOVA=m
7165+
# CONFIG_DRM_NOVA is not set
71667166
CONFIG_DRM_I915=m
71677167
CONFIG_DRM_I915_FORCE_PROBE="*"
71687168
CONFIG_DRM_I915_CAPTURE_ERROR=y

0 commit comments

Comments
 (0)