summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2021-05-26 17:13:36 +0200
committerPiotr Gorski2021-05-26 17:13:36 +0200
commit4ac02281c1741cb1cdbc204ad3427a6cc86495af (patch)
tree712b6a742ade32e42d96766c6b47fbd75e70d6f5
parent061205120090d50cccdb6cba39aa807dd441c21f (diff)
downloadaur-4ac02281c1741cb1cdbc204ad3427a6cc86495af.tar.gz
Bump to 5.12.7-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1ee118e89ac..65bd103d3721 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-uksm
pkgdesc = Linux UKSM
- pkgver = 5.12.6
- pkgrel = 2
+ pkgver = 5.12.7
+ pkgrel = 1
url = https://github.com/dolohow/uksm
arch = x86_64
license = GPL2
@@ -18,21 +18,19 @@ pkgbase = linux-uksm
makedepends = tar
makedepends = xz
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.6.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.6.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.7.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.7.tar.sign
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.12/uksm-patches/0001-UKSM-for-5.12.patch
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.12/cpu-patches-sep/0001-cpu-5.12-merge-graysky-s-patchset.patch
- source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.12/arch-patches-v5-sep/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.12/arch-patches-v5-sep/0002-drm-i915-gt-Disable-HiZ-Raw-Stall-Optimization-on-br.patch
+ source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.12/arch-patches-v6/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = config
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha512sums = 94ed56538c0dde46f25e213ad9ba37df7af68a6d040307d4d61496a91902942b830afac04c48d8bc28b8b782365326d20c88278731e60a80736ea923f4272fac
+ sha512sums = 4896446ace0ed0edbdce47d79be35f913b9dc98f1004822ffbcbdb86775609fc51d71ef642640d1de909f59631824bcbdd70d28f79f431e992d46bbfdd861712
sha512sums = SKIP
sha512sums = ca296d033acc4a8ac8955d18bf293305622dd58589924bbb4d377e624bbb6d5c577763bde42b40a1e3983e08d95f29b8725b6dbcf9f8814d44eddd734f8a0ae2
sha512sums = c4a2ed0bbd9d348893e802079ab684518b28f163ad242af1b74dd71c7e7e0f5d2db68ace1733879f4bd575103b365e90d6af5d2d849c6e6d2dda41ac73f822a7
- sha512sums = bc67c4af1b3e6060468e302d9ff681710b9df176660d4f6d1314c5778330048ae385d0148db6426c1905ad35a7be5197b143833b3622432cec2283b36a3642b8
- sha512sums = caec30582052e00383baedbed9a1d6ddd27429cce510d718088c2ee91d0aba64adef892eb146a909e8338176b9200ad564cdd3a1d0dec82ec21e4b0733cc0c73
+ sha512sums = 1908055c446f04ef0a0a5a19579836d2f5dc60d7989677f85f084a7186a6327b240291feed8d25e320e72efa114b243a325362e2dbfbf7f4f3fb89bbdd3819be
sha512sums = 9de790b32a2a7cb3722d14e16c88c7e7823493d23890791a80ecc0c2422fc18dda4832f3b67d82c9878851eb004bd5ae6d82f5d03e20caf824bc4569a7021e21
pkgname = linux-uksm
diff --git a/PKGBUILD b/PKGBUILD
index 027e3bb4051a..5405cf633b0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,10 +48,10 @@ _1k_HZ_ticks=
pkgbase=linux-uksm
# pkgname=('linux-uksm' 'linux-uksm-headers' 'linux-uksm-docs')
_major=5.12
-_minor=6
+_minor=7
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
-pkgrel=2
+pkgrel=1
pkgdesc='Linux UKSM'
arch=('x86_64')
url="https://github.com/dolohow/uksm"
@@ -72,8 +72,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.sign"
"${_lucjanpath}/${_uksm_path}/${_uksm_patch}"
"${_lucjanpath}/${_gcc_path}/${_gcc_patch}"
- "${_lucjanpath}/arch-patches-v5-sep/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
- "${_lucjanpath}/arch-patches-v5-sep/0002-drm-i915-gt-Disable-HiZ-Raw-Stall-Optimization-on-br.patch"
+ "${_lucjanpath}/arch-patches-v6/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
# the main kernel config files
'config')
@@ -309,12 +308,11 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha512sums=('94ed56538c0dde46f25e213ad9ba37df7af68a6d040307d4d61496a91902942b830afac04c48d8bc28b8b782365326d20c88278731e60a80736ea923f4272fac'
+sha512sums=('4896446ace0ed0edbdce47d79be35f913b9dc98f1004822ffbcbdb86775609fc51d71ef642640d1de909f59631824bcbdd70d28f79f431e992d46bbfdd861712'
'SKIP'
'ca296d033acc4a8ac8955d18bf293305622dd58589924bbb4d377e624bbb6d5c577763bde42b40a1e3983e08d95f29b8725b6dbcf9f8814d44eddd734f8a0ae2'
'c4a2ed0bbd9d348893e802079ab684518b28f163ad242af1b74dd71c7e7e0f5d2db68ace1733879f4bd575103b365e90d6af5d2d849c6e6d2dda41ac73f822a7'
- 'bc67c4af1b3e6060468e302d9ff681710b9df176660d4f6d1314c5778330048ae385d0148db6426c1905ad35a7be5197b143833b3622432cec2283b36a3642b8'
- 'caec30582052e00383baedbed9a1d6ddd27429cce510d718088c2ee91d0aba64adef892eb146a909e8338176b9200ad564cdd3a1d0dec82ec21e4b0733cc0c73'
+ '1908055c446f04ef0a0a5a19579836d2f5dc60d7989677f85f084a7186a6327b240291feed8d25e320e72efa114b243a325362e2dbfbf7f4f3fb89bbdd3819be'
'9de790b32a2a7cb3722d14e16c88c7e7823493d23890791a80ecc0c2422fc18dda4832f3b67d82c9878851eb004bd5ae6d82f5d03e20caf824bc4569a7021e21')
validpgpkeys=(