Updated to 5.14.0-xanmod1

This commit is contained in:
kelpee (Sergey) 2021-09-03 20:53:50 +03:00
parent e0589ce640
commit d9873742e5
4 changed files with 12 additions and 2 deletions

View file

@ -162,7 +162,7 @@ Source14: kernel.rpmlintrc
#XanMod is a general-purpose Linux kernel distribution with custom settings and new features. Built to provide a stable, responsive and smooth desktop experience.
#The real-time version is recommended for critical runtime applications such as Linux gaming eSports, streaming, live productions and ultra-low latency enthusiasts.
# Patch0: https://github.com/xanmod/linux/releases/download/%{kversion_base}-%{patch_name}%{patch_rel}/patch-%{kversion_base}-%{patch_name}%{patch_rel}.xz
Patch0: https://github.com/xanmod/linux/releases/download/%{kversion_base}-%{patch_name}%{patch_rel}/patch-%{kversion_base}-%{patch_name}%{patch_rel}.xz
# ROSA-specific patches
@ -181,8 +181,10 @@ Patch11: audit-make-it-less-verbose.patch
# caused by aacraid versioning ("1.2.1[50983]-custom")
Patch20: 0001-Remove-RPM-illegal-chars-from-module-version.patch
#Evoid error: "error: 'FUTEX_32' undeclared, error: 'FUTEX_SHARED_FLAG' undeclared"
#Avoid error: "error: 'FUTEX_32' undeclared, error: 'FUTEX_SHARED_FLAG' undeclared"
Patch40: xanmod-futex2-error-avoid.patch
#Avoid error: "error: 'Unversioned Python shebangs are not allowed. Specify python3 or python2 explicitly in /builddir/build/BUILDROOT/kernel-5.14.0.xm1-10.x86_64//usr/libexec/perf-core/scripts/python/libxed.py"
Patch41: unversioned-python-shebangs-are-not-allowed-error-avoid.patch
Patch51: linux-5.13-attribute-error.patch
####################################################################

BIN
linux-5.14.tar.xz Normal file

Binary file not shown.

BIN
patch-5.14.0-xanmod1.xz Normal file

Binary file not shown.

View file

@ -0,0 +1,8 @@
diff -Naur linux-5.14.orig/tools/perf/scripts/python/libxed.py linux-5.14/tools/perf/scripts/python/libxed.py
--- linux-5.14.orig/tools/perf/scripts/python/libxed.py 2021-09-03 20:47:57.794788303 +0300
+++ linux-5.14/tools/perf/scripts/python/libxed.py 2021-09-03 20:47:57.888788308 +0300
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# SPDX-License-Identifier: GPL-2.0
# libxed.py: Python wrapper for libxed.so
# Copyright (c) 2014-2021, Intel Corporation.