Skip to content

Commit

Permalink
Add sched-ext scheduler without bore
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gorski <[email protected]>
  • Loading branch information
sirlucjan committed Jan 15, 2024
1 parent 31256c0 commit ea38227
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 19 deletions.
9 changes: 5 additions & 4 deletions linux-bore/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.2
# Mon Jan 15 18:57:48 UTC 2024
# Mon Jan 15 20:11:26 UTC 2024
pkgbase = linux-bore
pkgdesc = Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.7.0
pkgrel = 3
pkgrel = 4
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
Expand Down Expand Up @@ -33,8 +33,9 @@ pkgbase = linux-bore
b2sums = cecdbd19905e43e485ab73b352ced18b37f2a138c97a6956cadcda5d3d271001117dc1cf896b166ff019fc7f405f9539e2ed0d6112b0890efb04d182adf4fd0e
b2sums = 9c7b52c103a8506c027a28e81779ecba972f3c85f8917359282a6183d04d04407950ba55d3db13b285b722aafb68f308b16733e575e6b2f6e77b08682c7e5dc4
b2sums = 43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d
b2sums = c48424df455ac2c6bd7cf73d64a671e7541eab75e644a403ef8162adb913b34d51f52cfa1dbb162976d7b85ba4055390f1bb2f90cb539c2bdb5efec7eae270fc
b2sums = 784371c03cce8d01eff2b94d55d084f73deedbad8724dba394c7a5b354d338f31c3114e16937afcaf40ec3e39608e0a905c4724c910bc85195a0fb985f62a626
b2sums = 6a1718dcc5cb15a784175ec49b4abe52d5a2677bf574883dc0e9e8c4fd6904b1bb9fc0d9b15a60d968b50dde138fd3ffb0824baf125194d136117881c0d5e441
b2sums = e6b0b333a3e5c141f248abe05d5341458173c2343c1da52683c2421f22aa07bb76321808a35b9285cf4778f971a34a70869b29d787a3b39b202fdc1a8a225f1a
b2sums = 0c8d56c54b589abf20691ac7c209f7a76f4a23ba754ac2f7e66ce4b5843b461a2e4b6799dd1acd1ac60292fa2938d8563513b79fc1dd2274c7153c324ae7d759

pkgname = linux-bore
pkgdesc = The Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules
Expand Down
7 changes: 4 additions & 3 deletions linux-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|sched-ext) # CachyOS Scheduler (BORE + SCHED-EXT)
cachyos) # CachyOS Scheduler (BORE + SCHED-EXT)
source+=("${_patchsource}/sched/0001-sched-ext.patch"
"${_patchsource}/sched/0001-bore-cachy.patch");;
bore) ## BORE Scheduler
Expand Down Expand Up @@ -832,5 +832,6 @@ done
b2sums=('cecdbd19905e43e485ab73b352ced18b37f2a138c97a6956cadcda5d3d271001117dc1cf896b166ff019fc7f405f9539e2ed0d6112b0890efb04d182adf4fd0e'
'9c7b52c103a8506c027a28e81779ecba972f3c85f8917359282a6183d04d04407950ba55d3db13b285b722aafb68f308b16733e575e6b2f6e77b08682c7e5dc4'
'43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d'
'c48424df455ac2c6bd7cf73d64a671e7541eab75e644a403ef8162adb913b34d51f52cfa1dbb162976d7b85ba4055390f1bb2f90cb539c2bdb5efec7eae270fc'
'784371c03cce8d01eff2b94d55d084f73deedbad8724dba394c7a5b354d338f31c3114e16937afcaf40ec3e39608e0a905c4724c910bc85195a0fb985f62a626')
'6a1718dcc5cb15a784175ec49b4abe52d5a2677bf574883dc0e9e8c4fd6904b1bb9fc0d9b15a60d968b50dde138fd3ffb0824baf125194d136117881c0d5e441'
'e6b0b333a3e5c141f248abe05d5341458173c2343c1da52683c2421f22aa07bb76321808a35b9285cf4778f971a34a70869b29d787a3b39b202fdc1a8a225f1a'
'0c8d56c54b589abf20691ac7c209f7a76f4a23ba754ac2f7e66ce4b5843b461a2e4b6799dd1acd1ac60292fa2938d8563513b79fc1dd2274c7153c324ae7d759')
2 changes: 2 additions & 0 deletions linux-cachyos-bore/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Generated by makepkg 6.0.2
# Mon Jan 15 20:08:15 UTC 2024
pkgbase = linux-cachyos-bore
pkgdesc = Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.7.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|sched-ext) # CachyOS Scheduler (BORE + SCHED-EXT)
cachyos) # CachyOS Scheduler (BORE + SCHED-EXT)
source+=("${_patchsource}/sched/0001-sched-ext.patch"
"${_patchsource}/sched/0001-bore-cachy.patch");;
bore) ## BORE Scheduler
Expand Down
2 changes: 2 additions & 0 deletions linux-cachyos-eevdf/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Generated by makepkg 6.0.2
# Mon Jan 15 20:08:33 UTC 2024
pkgbase = linux-cachyos-eevdf
pkgdesc = Linux EEVDF scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.7.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-eevdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|sched-ext) # CachyOS Scheduler (BORE + SCHED-EXT)
cachyos) # CachyOS Scheduler (BORE + SCHED-EXT)
source+=("${_patchsource}/sched/0001-sched-ext.patch"
"${_patchsource}/sched/0001-bore-cachy.patch");;
bore) ## BORE Scheduler
Expand Down
2 changes: 2 additions & 0 deletions linux-cachyos-rc/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Generated by makepkg 6.0.2
# Mon Jan 15 20:09:27 UTC 2024
pkgbase = linux-cachyos-rc
pkgdesc = Linux EEVDF-BORE scheduler Kernel by CachyOS and with some other patches and other improvements
pkgver = 6.7.rc8
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|sched-ext) # CachyOS Scheduler (BORE + SCHED-EXT)
cachyos) # CachyOS Scheduler (BORE + SCHED-EXT)
source+=("${_patchsource}/sched/0001-sched-ext.patch"
"${_patchsource}/sched/0001-bore-cachy.patch");;
bore) ## BORE Scheduler
Expand Down
2 changes: 2 additions & 0 deletions linux-cachyos-rt-bore/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Generated by makepkg 6.0.2
# Mon Jan 15 20:09:58 UTC 2024
pkgbase = linux-cachyos-rt-bore
pkgdesc = Linux kernel with BORE-RT patches by CachyOS with other patches and improvements
pkgver = 6.7.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rt-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|sched-ext) # CachyOS Scheduler (BORE + SCHED-EXT)
cachyos) # CachyOS Scheduler (BORE + SCHED-EXT)
source+=("${_patchsource}/sched/0001-sched-ext.patch"
"${_patchsource}/sched/0001-bore-cachy.patch");;
bore) ## BORE Scheduler
Expand Down
2 changes: 2 additions & 0 deletions linux-cachyos-rt/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Generated by makepkg 6.0.2
# Mon Jan 15 20:09:42 UTC 2024
pkgbase = linux-cachyos-rt
pkgdesc = Linux kernel with RT patches by CachyOS with other patches and improvements
pkgver = 6.7.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|sched-ext) # CachyOS Scheduler (BORE + SCHED-EXT)
cachyos) # CachyOS Scheduler (BORE + SCHED-EXT)
source+=("${_patchsource}/sched/0001-sched-ext.patch"
"${_patchsource}/sched/0001-bore-cachy.patch");;
bore) ## BORE Scheduler
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos-sched-ext/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Generated by makepkg 6.0.2
# Mon Jan 15 20:10:13 UTC 2024
pkgbase = linux-cachyos-sched-ext
pkgdesc = Linux SCHED-EXT with BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.7.0
Expand Down Expand Up @@ -28,13 +30,11 @@ pkgbase = linux-cachyos-sched-ext
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.7/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.7/sched/0001-sched-ext.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.7/sched/0001-bore-cachy.patch
b2sums = cecdbd19905e43e485ab73b352ced18b37f2a138c97a6956cadcda5d3d271001117dc1cf896b166ff019fc7f405f9539e2ed0d6112b0890efb04d182adf4fd0e
b2sums = 9c7b52c103a8506c027a28e81779ecba972f3c85f8917359282a6183d04d04407950ba55d3db13b285b722aafb68f308b16733e575e6b2f6e77b08682c7e5dc4
b2sums = 43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d
b2sums = 6a1718dcc5cb15a784175ec49b4abe52d5a2677bf574883dc0e9e8c4fd6904b1bb9fc0d9b15a60d968b50dde138fd3ffb0824baf125194d136117881c0d5e441
b2sums = 8048e7e991f33d50f8f5e2802ddee66be80c1e7783fed7bf295cf50b08e20b6010d867cf7d38accf5e534cb48f4d03276243b79d7295a27dcc394718137f4826
b2sums = e6b0b333a3e5c141f248abe05d5341458173c2343c1da52683c2421f22aa07bb76321808a35b9285cf4778f971a34a70869b29d787a3b39b202fdc1a8a225f1a

pkgname = linux-cachyos-sched-ext
pkgdesc = The Linux SCHED-EXT with BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules
Expand Down
5 changes: 2 additions & 3 deletions linux-cachyos-sched-ext/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|sched-ext) # CachyOS Scheduler (BORE + SCHED-EXT)
cachyos) # CachyOS Scheduler (BORE + SCHED-EXT)
source+=("${_patchsource}/sched/0001-sched-ext.patch"
"${_patchsource}/sched/0001-bore-cachy.patch");;
bore) ## BORE Scheduler
Expand Down Expand Up @@ -833,5 +833,4 @@ b2sums=('cecdbd19905e43e485ab73b352ced18b37f2a138c97a6956cadcda5d3d271001117dc1c
'9c7b52c103a8506c027a28e81779ecba972f3c85f8917359282a6183d04d04407950ba55d3db13b285b722aafb68f308b16733e575e6b2f6e77b08682c7e5dc4'
'43ef7a347878592740d9eb23b40a56083fa747f7700fa1e2c6d039d660c0b876d99bf1a3160e15d041fb13d45906cdb5defef034d4d0ae429911864239c94d8d'
'6a1718dcc5cb15a784175ec49b4abe52d5a2677bf574883dc0e9e8c4fd6904b1bb9fc0d9b15a60d968b50dde138fd3ffb0824baf125194d136117881c0d5e441'
'8048e7e991f33d50f8f5e2802ddee66be80c1e7783fed7bf295cf50b08e20b6010d867cf7d38accf5e534cb48f4d03276243b79d7295a27dcc394718137f4826'
'e6b0b333a3e5c141f248abe05d5341458173c2343c1da52683c2421f22aa07bb76321808a35b9285cf4778f971a34a70869b29d787a3b39b202fdc1a8a225f1a')
'8048e7e991f33d50f8f5e2802ddee66be80c1e7783fed7bf295cf50b08e20b6010d867cf7d38accf5e534cb48f4d03276243b79d7295a27dcc394718137f4826')
2 changes: 2 additions & 0 deletions linux-cachyos-server/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Generated by makepkg 6.0.2
# Mon Jan 15 20:10:27 UTC 2024
pkgbase = linux-cachyos-server
pkgdesc = Linux EEVDF scheduler Kernel by CachyOS targeted for Servers
pkgver = 6.7.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|sched-ext) # CachyOS Scheduler (BORE + SCHED-EXT)
cachyos) # CachyOS Scheduler (BORE + SCHED-EXT)
source+=("${_patchsource}/sched/0001-sched-ext.patch"
"${_patchsource}/sched/0001-bore-cachy.patch");;
bore) ## BORE Scheduler
Expand Down
2 changes: 2 additions & 0 deletions linux-cachyos/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Generated by makepkg 6.0.2
# Mon Jan 15 20:07:57 UTC 2024
pkgbase = linux-cachyos
pkgdesc = Linux SCHED-EXT with BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.7.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fi

## List of CachyOS schedulers
case "$_cpusched" in
cachyos|sched-ext) # CachyOS Scheduler (BORE + SCHED-EXT)
cachyos) # CachyOS Scheduler (BORE + SCHED-EXT)
source+=("${_patchsource}/sched/0001-sched-ext.patch"
"${_patchsource}/sched/0001-bore-cachy.patch");;
bore) ## BORE Scheduler
Expand Down

0 comments on commit ea38227

Please sign in to comment.