linux57-rc-tkg: PDS and BMQ return. MuQSS is more annoying, so let's do that later.

This commit is contained in:
Tk-Glitch
2020-04-16 19:27:06 +02:00
parent a0c93360ed
commit d8377b1fa2
10 changed files with 16403 additions and 30 deletions

View File

@@ -53,26 +53,22 @@ fi
# CPU SCHED selector
if [ -z "$_cpusched" ] && [ ! -e "$_where"/cpuschedset ]; then
# plain "What CPU sched variant do you want to build/install?"
# read -rp "`echo $' > 1.PDS\n 2.MuQSS\n 3.BMQ\n 4.CFS\nchoice[1-4?]: '`" CONDITION;
# if [ "$CONDITION" == "2" ]; then
# echo "_cpusched=\"MuQSS\"" > "$_where"/cpuschedset
# elif [ "$CONDITION" == "3" ]; then
# echo "_cpusched=\"bmq\"" > "$_where"/cpuschedset
# elif [ "$CONDITION" == "4" ]; then
plain "What CPU sched variant do you want to build/install?"
read -rp "`echo $' > 1.PDS\n 2.BMQ\n 3.CFS\nchoice[1-3?]: '`" CONDITION;
if [ "$CONDITION" == "2" ]; then
echo "_cpusched=\"bmq\"" > "$_where"/cpuschedset
elif [ "$CONDITION" == "3" ]; then
echo "_cpusched=\"cfs\"" > "$_where"/cpuschedset
# else
# echo "_cpusched=\"pds\"" > "$_where"/cpuschedset
# fi
else
echo "_cpusched=\"pds\"" > "$_where"/cpuschedset
fi
if [ -n "$_custom_pkgbase" ]; then
echo "_custom_pkgbase=\"${_custom_pkgbase}\"" >> "$_where"/cpuschedset
fi
#elif [ "$_cpusched" == "muqss" ] || [ "$_cpusched" == "MuQSS" ]; then
# echo "_cpusched=\"MuQSS\"" > "$_where"/cpuschedset
#elif [ "$_cpusched" == "pds" ]; then
# echo "_cpusched=\"pds\"" > "$_where"/cpuschedset
#elif [ "$_cpusched" == "bmq" ]; then
# echo "_cpusched=\"bmq\"" > "$_where"/cpuschedset
elif [ "$_cpusched" == "pds" ]; then
echo "_cpusched=\"pds\"" > "$_where"/cpuschedset
elif [ "$_cpusched" == "bmq" ]; then
echo "_cpusched=\"bmq\"" > "$_where"/cpuschedset
else
echo "_cpusched=\"cfs\"" > "$_where"/cpuschedset
fi
@@ -109,27 +105,33 @@ source=("https://git.kernel.org/torvalds/t/linux-${_basekernel}-${_sub}.tar.gz"
# 0004-glitched-ondemand-muqss.patch
# 0004-glitched-muqss.patch
# 0004-5.7-ck1.patch
# 0005-glitched-ondemand-pds.patch
# 0005-glitched-pds.patch
# 0005-v5.7_undead-pds099o.patch
0005-glitched-ondemand-pds.patch
0005-glitched-pds.patch
0005-v5.7_undead-pds099o.patch
0006-add-acs-overrides_iommu.patch
0007-v5.7-fsync.patch
#0008-5.6-bcachefs.patch
# 0009-glitched-ondemand-bmq.patch
# 0009-glitched-bmq.patch
# 0009-bmq_v5.7-r0.patch
0009-glitched-ondemand-bmq.patch
0009-glitched-bmq.patch
0009-bmq_v5.7-r0.patch
0011-ZFS-fix.patch
#0012-linux-hardened.patch
0013-tp_smapi_ec.patch
)
sha256sums=('b2367bfb8247f821620d76305580caa1cc4f25ab31cabe3ad61c385d4ddf6df6'
'46a362f76188c1c409776f7b1a8852efb42b8f7ea49951f29ee565587133370a'
'46545c4d30016927eef958fd1de3741f6ef25b99e14bd466b3e70e09a9256d34'
'31dc68e84aecfb7d069efb1305049122c65694676be8b955634abcf0675922a2'
'd02bf5ca08fd610394b9d3a0c3b176d74af206f897dee826e5cbaec97bb4a4aa'
'3eec6cf265fc76428dac1a9bd9894307bab1564bc7583c4d8b9274e5287225ae'
'7058e57fd68367b029adc77f2a82928f1433daaf02c8c279cb2d13556c8804d7'
'62496f9ca788996181ef145f96ad26291282fcc3fb95cdc04080dcf84365be33'
'7fd8e776209dac98627453fda754bdf9aff4a09f27cb0b3766d7983612eb3c74'
'5cfa69b15f02c6ff2526e604027af36716ff10908f6bd379d8f4529490ad1ce5'
'19661ec0d39f9663452b34433214c755179894528bf73a42f6ba52ccf572832a'
'2d9260b80b43bbd605cf420d6bd53aa7262103dfd77196ba590ece5600b6dc0d'
'9fad4a40449e09522899955762c8928ae17f4cdaa16e01239fd12592e9d58177'
'965a517a283f265a012545fbb5cc9e516efc9f6166d2aa1baf7293a32a1086b7'
'0ae69a3486ab9f24d1f51d7bb46ef90ca597934a05fd2a93bc4affa12025ac9a'
'49262ce4a8089fa70275aad742fc914baa28d9c384f710c9a62f64796d13e104'
'7ba451d95d2bc07d983661a7e9602a9b239522c98d42197c706c01905f0efba2')