summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeka2022-12-22 19:05:27 +0300
committerJeka2022-12-22 19:05:27 +0300
commit520f31c9eb9a1114b60e2ddc2f0df9353a0a191c (patch)
treec1d444a3b5756a40e424bb3025725eee4b64108d
parent941b727ae8d114b73b189b6f7d5e2f22506e7332 (diff)
downloadaur-520f31c9eb9a1114b60e2ddc2f0df9353a0a191c.tar.gz
kernel release 6.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--0102-improve_the_catch-all_evict_to_handle_lock.patch (renamed from 0c079d3f88df5f8286cd5c91b54bdac7c819be85.patch)0
-rw-r--r--PKGBUILD8
-rw-r--r--config2
4 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a9391e8b20e..090a2257b394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-jcore
pkgdesc = Kernel for Manjaro/EndeavourOS/Arch (ACS override patch include)
- pkgver = 6.1
+ pkgver = 6.1.1
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = linux-jcore
replaces = linux-acs-manjaro
replaces = linux-acs-manjaro-headers
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.1.tar.xz
source = config
source = 0101-ZEN_Add_sysctl_and_CONFIG_to_disallow_unprivileged_CLONE_NEWUSER.patch
- source = 0c079d3f88df5f8286cd5c91b54bdac7c819be85.patch
+ source = 0102-improve_the_catch-all_evict_to_handle_lock.patch
source = 0301-revert-fbcon-remove-now-unusued-softback_lines-cursor-argument.patch
source = 0302-revert-fbcon-remove-no-op-fbcon_set_origin.patch
source = 0303-revert-fbcon-remove-soft-scrollback-code.patch
@@ -41,8 +41,8 @@ pkgbase = linux-jcore
source = 0412-bootsplash.patch
source = 0413-bootsplash.gitpatch
source = 0999-acs.gitpatch
- sha256sums = 2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb
- sha256sums = 54ee295ff409cceab0f1e9666b542da839e79230ffeecc80d7385c1d6c9f3644
+ sha256sums = a3e61377cf4435a9e2966b409a37a1056f6aaa59e561add9125a88e3c0971dfb
+ sha256sums = e628d5544d90f0a8e58988c46976a1cceffafdccedc874caff96cd7ce580ac5b
sha256sums = 05f04019d4a2ee072238c32860fa80d673687d84d78ef436ae9332b6fb788467
sha256sums = a5a482a4d715f4d11a00f898de520effa01cce31faadd98b02cf10006a4ac8be
sha256sums = 2b11905b63b05b25807dd64757c779da74dd4c37e36d3f7a46485b1ee5a9d326
diff --git a/0c079d3f88df5f8286cd5c91b54bdac7c819be85.patch b/0102-improve_the_catch-all_evict_to_handle_lock.patch
index 4317e6cbe622..4317e6cbe622 100644
--- a/0c079d3f88df5f8286cd5c91b54bdac7c819be85.patch
+++ b/0102-improve_the_catch-all_evict_to_handle_lock.patch
diff --git a/PKGBUILD b/PKGBUILD
index 2e760d88f26d..b2e487e3ef5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgbase=linux-jcore
pkgname=('linux-jcore' 'linux-jcore-headers')
_kernelname=-jcore
_hostname=jcore
-pkgver=6.1
+pkgver=6.1.1
pkgrel=1
pkgdesc="Kernel for Manjaro/EndeavourOS/Arch (ACS override patch include)"
arch=('x86_64')
@@ -26,7 +26,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-$pkgver.tar.xz"
'config'
# ARCH Patches
'0101-ZEN_Add_sysctl_and_CONFIG_to_disallow_unprivileged_CLONE_NEWUSER.patch'
- '0c079d3f88df5f8286cd5c91b54bdac7c819be85.patch'
+ '0102-improve_the_catch-all_evict_to_handle_lock.patch'
# MANJARO Patches
# Bootsplash
@@ -48,8 +48,8 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-$pkgver.tar.xz"
'0413-bootsplash.gitpatch'
# ACS override patch
'0999-acs.gitpatch')
-sha256sums=('2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb'
- '54ee295ff409cceab0f1e9666b542da839e79230ffeecc80d7385c1d6c9f3644'
+sha256sums=('a3e61377cf4435a9e2966b409a37a1056f6aaa59e561add9125a88e3c0971dfb'
+ 'e628d5544d90f0a8e58988c46976a1cceffafdccedc874caff96cd7ce580ac5b'
'05f04019d4a2ee072238c32860fa80d673687d84d78ef436ae9332b6fb788467'
'a5a482a4d715f4d11a00f898de520effa01cce31faadd98b02cf10006a4ac8be'
'2b11905b63b05b25807dd64757c779da74dd4c37e36d3f7a46485b1ee5a9d326'
diff --git a/config b/config
index fdb6be404e36..6b338ae7efea 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.0-1 Kernel Configuration
+# Linux/x86 6.1.1-1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y