summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2019-01-13 17:11:10 +0100
committerFigue2019-01-13 17:11:10 +0100
commitb43a238b5bbf923239829fc5fbf87b988d3b6fcb (patch)
tree1243934a69387488adfc2eb36879072a07898161
parent14146deba53764b41b4839828cb29805f6d92d77 (diff)
downloadaur-b43a238b5bbf923239829fc5fbf87b988d3b6fcb.tar.gz
4.20.2-xanmod2. Enabled PDS again
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7607a1843353..8236310cbb77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-xanmod
- pkgver = 4.20.0
+ pkgver = 4.20.2
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -12,13 +12,13 @@ pkgbase = linux-xanmod
makedepends = python-sphinx
makedepends = graphviz
options = !strip
- source = https://github.com/xanmod/linux/archive/4.20.0-xanmod1.tar.gz
+ source = https://github.com/xanmod/linux/archive/4.20.2-xanmod2.tar.gz
source = 60-linux.hook
source = 90-linux.hook
source = linux-xanmod.preset
source = choose-gcc-optimization.sh
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
- sha256sums = e877f23c306e4f160b533c2ca0ddb6ddc50fbad7a2451cebb9aab0427518441f
+ sha256sums = 8d10244b256bb871542de9465f5760f314acc9b6e610af3cdfab86c8ca7c4212
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
diff --git a/PKGBUILD b/PKGBUILD
index 4c2382e49fbd..bfccfe78b1e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,8 +43,8 @@ fi
pkgbase=linux-xanmod
_srcname=linux
-pkgver=4.20.0
-xanmod=1
+pkgver=4.20.2
+xanmod=2
pkgrel=1
arch=(x86_64)
url="http://www.xanmod.org/"
@@ -61,7 +61,7 @@ source=(https://github.com/xanmod/linux/archive/${pkgver}-xanmod${xanmod}.tar.gz
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch # Grabbed from linux-ck package
)
-sha256sums=('e877f23c306e4f160b533c2ca0ddb6ddc50fbad7a2451cebb9aab0427518441f'
+sha256sums=('8d10244b256bb871542de9465f5760f314acc9b6e610af3cdfab86c8ca7c4212'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
@@ -107,10 +107,10 @@ prepare() {
scripts/config --disable CONFIG_NUMA
fi
-# if [ "$use_pds" = "y" ]; then
-# msg2 "Enabling PDS CPU scheduler by default..."
-# scripts/config --enable CONFIG_SCHED_PDS
-# fi
+ if [ "$use_pds" = "y" ]; then
+ msg2 "Enabling PDS CPU scheduler by default..."
+ scripts/config --enable CONFIG_SCHED_PDS
+ fi
# Let's user choose microarchitecture optimization in GCC
${srcdir}/choose-gcc-optimization.sh $_microarchitecture