diff --git a/.SRCINFO b/.SRCINFO index 24a3e7e..fdd6b8a 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 90431cd..f44bf60 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 bd66b97..6d81546 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 " }