Skip to content

Commit 6845b24

Browse files
committed
linux-cachyos-lts: Update config
Signed-off-by: Peter Jung <[email protected]>
1 parent 5297c28 commit 6845b24

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

linux-cachyos-lts/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-lts
22
pkgdesc = Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.6.69
4-
pkgrel = 1
3+
pkgver = 6.6.70
4+
pkgrel = 2
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -18,13 +18,13 @@ pkgbase = linux-cachyos-lts
1818
options = !strip
1919
options = !debug
2020
options = !lto
21-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.69.tar.xz
21+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.70.tar.xz
2222
source = config
2323
source = auto-cpu-optimization.sh
2424
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.6/all/0001-cachyos-base-all.patch
2525
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.6/sched/0001-bore-cachy.patch
26-
sha256sums = 9c6305567b75d99514cde6eb9de39973f3d5c857a75bd9dcdfca57041f8d4f34
27-
sha256sums = f4ddfbc0c375af5d8d9ca07f87513b874e019e4b84d9e05460fec05a667e6430
26+
sha256sums = 84d23ee07fb26febbcb6d1295ba15efdc67ac382b4137b2c8853146c10fd2f97
27+
sha256sums = ef6c30c39066fa6d2fc0f5cb5a8cfe7a8b7ab7706826871f2bed2ec29d6bb153
2828
sha256sums = 1a7747d5b4ccd427d643e3f548cd99c09d0f05b108fc530a581e28a41c5533c9
2929
sha256sums = 2706d935575e114210892b441671037ab96d5f70f084c391a23b43cd96afaa3e
3030
sha256sums = 8b6a5ed6abb44346ef5f435d1e67a1f6c679eb15c4283015f81578622c4a1514

linux-cachyos-lts/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ _stable=${_major}.${_minor}
189189
_srcname=linux-${_stable}
190190
#_srcname=linux-${_major}
191191
pkgdesc='Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements'
192-
pkgrel=1
192+
pkgrel=2
193193
_kernver=$pkgver-$pkgrel
194194
_kernuname="${pkgver}-${_pkgsuffix}"
195195
arch=('x86_64')
@@ -859,7 +859,7 @@ for _p in "${pkgname[@]}"; do
859859
done
860860

861861
sha256sums=('84d23ee07fb26febbcb6d1295ba15efdc67ac382b4137b2c8853146c10fd2f97'
862-
'f4ddfbc0c375af5d8d9ca07f87513b874e019e4b84d9e05460fec05a667e6430'
862+
'ef6c30c39066fa6d2fc0f5cb5a8cfe7a8b7ab7706826871f2bed2ec29d6bb153'
863863
'1a7747d5b4ccd427d643e3f548cd99c09d0f05b108fc530a581e28a41c5533c9'
864864
'2706d935575e114210892b441671037ab96d5f70f084c391a23b43cd96afaa3e'
865865
'8b6a5ed6abb44346ef5f435d1e67a1f6c679eb15c4283015f81578622c4a1514')

linux-cachyos-lts/config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=140201
88
CONFIG_CLANG_VERSION=0
99
CONFIG_AS_IS_GNU=y
10-
CONFIG_AS_VERSION=24300
10+
CONFIG_AS_VERSION=24301
1111
CONFIG_LD_IS_BFD=y
12-
CONFIG_LD_VERSION=24300
12+
CONFIG_LD_VERSION=24301
1313
CONFIG_LLD_VERSION=0
1414
CONFIG_RUST_IS_AVAILABLE=y
1515
CONFIG_CC_CAN_LINK=y
@@ -20,7 +20,7 @@ CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y
2020
CONFIG_TOOLS_SUPPORT_RELR=y
2121
CONFIG_CC_HAS_ASM_INLINE=y
2222
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
23-
CONFIG_PAHOLE_VERSION=127
23+
CONFIG_PAHOLE_VERSION=128
2424
CONFIG_IRQ_WORK=y
2525
CONFIG_BUILDTIME_TABLE_SORT=y
2626
CONFIG_THREAD_INFO_IN_TASK=y
@@ -2650,6 +2650,7 @@ CONFIG_ZRAM_DEF_COMP_ZSTD=y
26502650
# CONFIG_ZRAM_DEF_COMP_842 is not set
26512651
CONFIG_ZRAM_DEF_COMP="zstd"
26522652
CONFIG_ZRAM_WRITEBACK=y
2653+
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
26532654
# CONFIG_ZRAM_MEMORY_TRACKING is not set
26542655
CONFIG_ZRAM_MULTI_COMP=y
26552656
CONFIG_BLK_DEV_LOOP=m

0 commit comments

Comments
 (0)