summarylogtreecommitdiffstats
path: root/0002-linux-rt.patch
diff options
context:
space:
mode:
authorVasiliy Stelmachenok2021-05-05 00:04:36 +0300
committerVasiliy Stelmachenok2021-05-05 00:04:36 +0300
commit5c4032b2421c59fedc44962094d026c48de3eee3 (patch)
treef9e01e02ed423b2dbf73847c9e530eee71a4dc9c /0002-linux-rt.patch
parent7b10dd136e6990605fcfe8f488d3bd43f8c43668 (diff)
downloadaur-5c4032b2421c59fedc44962094d026c48de3eee3.tar.gz
Rebase
Diffstat (limited to '0002-linux-rt.patch')
-rw-r--r--0002-linux-rt.patch33
1 files changed, 26 insertions, 7 deletions
diff --git a/0002-linux-rt.patch b/0002-linux-rt.patch
index 72271121a37f..47d0eb7d265e 100644
--- a/0002-linux-rt.patch
+++ b/0002-linux-rt.patch
@@ -1,13 +1,32 @@
-From d678bd8e0594a4ff7749f6b4f79ff9d4958f420c Mon Sep 17 00:00:00 2001
-From: Cabopust <cabopust@yandex.ru>
-Date: Tue, 26 Jan 2021 20:18:58 +0300
-Subject: [PATCH] Fixing compatibility with the RT kernel
+From e47136865211a887a26989a58d029aa9f38c55c6 Mon Sep 17 00:00:00 2001
+From: Vasiliy Stelmachenok <cabopust@yandex.ru>
+Date: Tue, 4 May 2021 16:14:30 +0300
+Subject: [PATCH] Fixing compatibility with the RT (Real-Time) kernel
+Corrects the compatibility of NVIDIA driver modules with the RT kernel.
---
+ kernel/conftest.sh | 4 ++--
kernel/dkms.conf | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index 0be67cf..a0559c2 100755
+--- a/kernel/conftest.sh
++++ b/kernel/conftest.sh
+@@ -4656,9 +4656,9 @@ case "$5" in
+ fi
+
+ if test_configuration_option CONFIG_PREEMPT_RT; then
+- PREEMPT_RT_PRESENT=1
++ PREEMPT_RT_PRESENT=0
+ elif test_configuration_option CONFIG_PREEMPT_RT_FULL; then
+- PREEMPT_RT_PRESENT=1
++ PREEMPT_RT_PRESENT=0
+ fi
+
+ if [ "$PREEMPT_RT_PRESENT" != "0" ]; then
diff --git a/kernel/dkms.conf b/kernel/dkms.conf
-index 877a01b..26657c3 100644
+index 4381d45..b3299be 100644
--- a/kernel/dkms.conf
+++ b/kernel/dkms.conf
@@ -6,7 +6,7 @@ AUTOINSTALL="yes"
@@ -20,5 +39,5 @@ index 877a01b..26657c3 100644
# The list of kernel modules will be generated by nvidia-installer at runtime.
BUILT_MODULE_NAME[0]="nvidia"
--
-2.30.0
+2.31.1