summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalazs Vinarz2022-10-24 07:10:36 +0200
committerBalazs Vinarz2022-10-24 07:12:46 +0200
commit69d6226bea96e52f74b6c5c653b5dbf65b3579cc (patch)
tree5d7dae7474418394006780cb9bb0e8b660e3be20
parent314bc620fa824576bc1288f2c508076295a6a63a (diff)
downloadaur-69d6226bea96e52f74b6c5c653b5dbf65b3579cc.tar.gz
add gcc12 patch, muqss patch still needed
-rw-r--r--.SRCINFO9
-rw-r--r--muqss.log18
2 files changed, 23 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c60a5cea628c..15fe7d7afe88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-ck-lts
- pkgver = 5.10.76
- pkgrel = 3
+ pkgver = 5.10.90
+ pkgrel = 1
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = x86_64
license = GPL2
@@ -12,13 +12,14 @@ pkgbase = linux-ck-lts
makedepends = tar
makedepends = xz
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.76.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.76.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.90.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.90.tar.sign
source = config
source = enable_additional_cpu_optimizations-20201113.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20201113.tar.gz
source = http://ck.kolivas.org/patches/5.0/5.10/5.10-ck1/patch-5.10-ck1.xz
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = 0002-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch
+ source = 0003-gcc12.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
b2sums = 8ee89f5cac2044e6cd9ff3be25cd59450cdab89aaeccdc90cc9dae4a121d719e0cfd71b9c80818a8a2ceb28f47d17f518aab5691ddbba25b65f57fe147543801
diff --git a/muqss.log b/muqss.log
new file mode 100644
index 000000000000..655cf813cdd9
--- /dev/null
+++ b/muqss.log
@@ -0,0 +1,18 @@
+kernel/sched/MuQSS.c:2334:6: error: conflicting types for ‘sched_post_fork’; have ‘void(struct task_struct *)’
+ 2334 | void sched_post_fork(struct task_struct *p)
+ | ^~~~~~~~~~~~~~~
+In file included from ./include/linux/sched/signal.h:9,
+ from ./include/linux/rcuwait.h:6,
+ from ./include/linux/percpu-rwsem.h:7,
+ from ./include/linux/fs.h:33,
+ from ./include/linux/huge_mm.h:8,
+ from ./include/linux/mm.h:687,
+ from ./include/linux/ring_buffer.h:5,
+ from ./include/linux/trace_events.h:6,
+ from ./include/trace/trace_events.h:21,
+ from ./include/trace/define_trace.h:102,
+ from ./include/trace/events/sched.h:656,
+ from kernel/sched/MuQSS.c:35:
+./include/linux/sched/task.h:58:13: note: previous declaration of ‘sched_post_fork’ with type ‘void(struct task_struct *, struct kernel_clone_args *)’
+ 58 | extern void sched_post_fork(struct task_struct *p,
+ |