File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = linux-cachyos-lts
2
2
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
5
5
url = https://github.com/CachyOS/linux-cachyos
6
6
arch = x86_64
7
7
license = GPL-2.0-only
@@ -18,13 +18,13 @@ pkgbase = linux-cachyos-lts
18
18
options = !strip
19
19
options = !debug
20
20
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
22
22
source = config
23
23
source = auto-cpu-optimization.sh
24
24
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.6/all/0001-cachyos-base-all.patch
25
25
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
28
28
sha256sums = 1a7747d5b4ccd427d643e3f548cd99c09d0f05b108fc530a581e28a41c5533c9
29
29
sha256sums = 2706d935575e114210892b441671037ab96d5f70f084c391a23b43cd96afaa3e
30
30
sha256sums = 8b6a5ed6abb44346ef5f435d1e67a1f6c679eb15c4283015f81578622c4a1514
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ _stable=${_major}.${_minor}
189
189
_srcname=linux-${_stable}
190
190
# _srcname=linux-${_major}
191
191
pkgdesc=' Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements'
192
- pkgrel=1
192
+ pkgrel=2
193
193
_kernver=$pkgver -$pkgrel
194
194
_kernuname=" ${pkgver} -${_pkgsuffix} "
195
195
arch=(' x86_64' )
@@ -859,7 +859,7 @@ for _p in "${pkgname[@]}"; do
859
859
done
860
860
861
861
sha256sums=(' 84d23ee07fb26febbcb6d1295ba15efdc67ac382b4137b2c8853146c10fd2f97'
862
- ' f4ddfbc0c375af5d8d9ca07f87513b874e019e4b84d9e05460fec05a667e6430 '
862
+ ' ef6c30c39066fa6d2fc0f5cb5a8cfe7a8b7ab7706826871f2bed2ec29d6bb153 '
863
863
' 1a7747d5b4ccd427d643e3f548cd99c09d0f05b108fc530a581e28a41c5533c9'
864
864
' 2706d935575e114210892b441671037ab96d5f70f084c391a23b43cd96afaa3e'
865
865
' 8b6a5ed6abb44346ef5f435d1e67a1f6c679eb15c4283015f81578622c4a1514' )
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ CONFIG_CC_IS_GCC=y
7
7
CONFIG_GCC_VERSION=140201
8
8
CONFIG_CLANG_VERSION=0
9
9
CONFIG_AS_IS_GNU=y
10
- CONFIG_AS_VERSION=24300
10
+ CONFIG_AS_VERSION=24301
11
11
CONFIG_LD_IS_BFD=y
12
- CONFIG_LD_VERSION=24300
12
+ CONFIG_LD_VERSION=24301
13
13
CONFIG_LLD_VERSION=0
14
14
CONFIG_RUST_IS_AVAILABLE=y
15
15
CONFIG_CC_CAN_LINK=y
@@ -20,7 +20,7 @@ CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y
20
20
CONFIG_TOOLS_SUPPORT_RELR=y
21
21
CONFIG_CC_HAS_ASM_INLINE=y
22
22
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
23
- CONFIG_PAHOLE_VERSION=127
23
+ CONFIG_PAHOLE_VERSION=128
24
24
CONFIG_IRQ_WORK=y
25
25
CONFIG_BUILDTIME_TABLE_SORT=y
26
26
CONFIG_THREAD_INFO_IN_TASK=y
@@ -2650,6 +2650,7 @@ CONFIG_ZRAM_DEF_COMP_ZSTD=y
2650
2650
# CONFIG_ZRAM_DEF_COMP_842 is not set
2651
2651
CONFIG_ZRAM_DEF_COMP="zstd"
2652
2652
CONFIG_ZRAM_WRITEBACK=y
2653
+ CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
2653
2654
# CONFIG_ZRAM_MEMORY_TRACKING is not set
2654
2655
CONFIG_ZRAM_MULTI_COMP=y
2655
2656
CONFIG_BLK_DEV_LOOP=m
You can’t perform that action at this time.
0 commit comments