summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-06-10 21:17:31 +0200
committerJosip Ponjavic2020-06-10 21:17:31 +0200
commitf767a51140dab8c7bc5d4977756b870f4a105ae4 (patch)
tree0aaec79aa5bca3af82377779b1b5d1336be7dedd
parent6be133b41d9e112467e2f26c0acc978dac61b98d (diff)
downloadaur-f767a51140dab8c7bc5d4977756b870f4a105ae4.tar.gz
5.6.18-1 (clr 5.6.17-960)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--linux.install2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a3e7e40a67..fdd6b8a7c934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
- pkgver = 5.6.17
+ pkgver = 5.6.18
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = linux-clear
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.6.17.xz
- source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.6.16-958
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.6.18.xz
+ source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.6.17-960
source = enable_additional_cpu_optimizations-20200527.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20200527.tar.gz
source = pci-enable-overrides-for-missing-acs-capabilities.patch
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
@@ -23,7 +23,7 @@ pkgbase = linux-clear
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622
sha256sums = SKIP
- sha256sums = 94cec61d16c1ca98ad8046211822c6aca5e1f09e2968c8630cc453318d828b1c
+ sha256sums = 08026b9401edd0fb5a8d2f30574ca443ab4b52e0e426a46448b01714c8cc3849
sha256sums = SKIP
sha256sums = 8255e6b6e0bdcd66a73d917b56cf2cccdd1c3f4b3621891cfffc203404a5b6dc
sha256sums = 2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e
diff --git a/PKGBUILD b/PKGBUILD
index 90431cdee1dc..f44bf60a7150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,9 +68,9 @@ _use_current=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.6
-_minor=17
+_minor=18
_srcname=linux-${_major}
-_clr=${_major}.16-958
+_clr=${_major}.17-960
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
@@ -352,7 +352,7 @@ done
sha256sums=('e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622'
'SKIP'
- '94cec61d16c1ca98ad8046211822c6aca5e1f09e2968c8630cc453318d828b1c'
+ '08026b9401edd0fb5a8d2f30574ca443ab4b52e0e426a46448b01714c8cc3849'
'SKIP'
'8255e6b6e0bdcd66a73d917b56cf2cccdd1c3f4b3621891cfffc203404a5b6dc'
'2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e'
diff --git a/linux.install b/linux.install
index bd66b977b31f..6d815467c1ca 100644
--- a/linux.install
+++ b/linux.install
@@ -12,7 +12,7 @@ post_install() {
echo ":: Adjust kernel command line in your bootloader to Clear Linux kernel default:"
echo " quiet console=tty0 console=ttyS0,115200n8 cryptomgr.notests initcall_debug"
echo " intel_iommu=igfx_off kvm-intel.nested=1 no_timer_check noreplace-smp"
- echo " page_alloc.shuffle=1 rcu_nocbs=0-64 rcupdate.rcu_expedited=1"
+ echo " page_alloc.shuffle=1 rcupdate.rcu_expedited=1"
echo " rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw "
}