summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-01-01 22:41:01 +0000
committerJonathon Fernyhough2021-01-01 22:41:01 +0000
commit6e077bcdfab0605d63fc8c59fc0c934440cd99c2 (patch)
tree830dc56839666fe821d464f54629a528f842c152
parent614fcd8ea53184b4c794fef58297699b058bebef (diff)
downloadaur-6e077bcdfab0605d63fc8c59fc0c934440cd99c2.tar.gz
Might as well be the Maintainer...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--kernel-5.8.patch1
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be720d181d5..a031dc7a2cb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = nvidia-390xx
source = uvm_common-415.18.c
b2sums = bf56cef38d76accdf547b96cd444b0bd4288f604d44a1d274f3246c13310d6a59050b36f384280edb83938db81fa0544f7a2dc84ff6f440ff90b76ee62749fc1
b2sums = 1d21307640a3844752c92e8344518daf6ad62d846689bebe6eed4dcadbf7b2e742862f5c17c0faee7256662cb75e62e124d59e5a5617e87324e1f0658f2b748d
- b2sums = ce2cfd5a0eab3b01415beb5ebab40baec9b713c52e8a51fab8b144996a581b3e7532fc5ff831f43fcb4167f479cb006924790a4b634190a17fac5a93f83e7953
+ b2sums = 3ea3b298db0af192eb79a67d2307c92229defefc4cf66d09e24b85015de03b64a57b420233ca5532c6f57f35e007bc982c27333f2fc43a016a84cc797f67b191
b2sums = 7358919041a3d5df1cac50f6519b282abe7a344f07b59d52ab95a022ce0af12e743a1c194fd838b5733f3900e68c7f0756a528ac32255775f2ba830a2f052dec
b2sums = 8d7c054ff08ed6212aa81f3db6597c1e016609bdddfb19161274e5e75b0ae8b5c5501740ca6a75367d152b16f8350319bd2577561aa796cfe49840c4bd2c2d5d
b2sums = 4f61721cb9f3f76953c552ac8c131a592418078be63f98d43bd7248422cb2d88cfc1341f64b9124c7f102bf17635bb2734bd597b7b1011cc24223a5cc5fbf233
diff --git a/PKGBUILD b/PKGBUILD
index be5f21967da9..0b0fc29e5045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Jonathon Fernyhough <jonathon at+m2x+dev>
# Contributor: Alonso Rodriguez <alonsorodi20 (at) gmail (dot) com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Felix Yan <felixonmars@archlinux.org>
@@ -26,7 +27,7 @@ source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.r
'uvm_common-415.18.c')
b2sums=('bf56cef38d76accdf547b96cd444b0bd4288f604d44a1d274f3246c13310d6a59050b36f384280edb83938db81fa0544f7a2dc84ff6f440ff90b76ee62749fc1'
'1d21307640a3844752c92e8344518daf6ad62d846689bebe6eed4dcadbf7b2e742862f5c17c0faee7256662cb75e62e124d59e5a5617e87324e1f0658f2b748d'
- 'c68dc5d3bb659c4e9fc595d6e143677e58a4d564f171490a1cae85b58fb5860240d8dcafb8f314736bb5856a040d7439ce9595cefe61e3dbb7a9166ec7e76ad7'
+ '3ea3b298db0af192eb79a67d2307c92229defefc4cf66d09e24b85015de03b64a57b420233ca5532c6f57f35e007bc982c27333f2fc43a016a84cc797f67b191'
'7358919041a3d5df1cac50f6519b282abe7a344f07b59d52ab95a022ce0af12e743a1c194fd838b5733f3900e68c7f0756a528ac32255775f2ba830a2f052dec'
'8d7c054ff08ed6212aa81f3db6597c1e016609bdddfb19161274e5e75b0ae8b5c5501740ca6a75367d152b16f8350319bd2577561aa796cfe49840c4bd2c2d5d'
'4f61721cb9f3f76953c552ac8c131a592418078be63f98d43bd7248422cb2d88cfc1341f64b9124c7f102bf17635bb2734bd597b7b1011cc24223a5cc5fbf233')
@@ -40,7 +41,7 @@ prepare() {
install -m644 ../uvm_common-415.18.c kernel/nvidia-uvm/uvm_common.c
# Restore phys_to_dma support (still needed for 396.18) (and still needed for 390.138)
- # https://bugs.archlinux.org/task/58074
+ # From loqs via https://bugs.archlinux.org/task/58074
patch -Np1 -i ../kernel-4.16.patch
# 5.8 Patch, Alberto Milone
diff --git a/kernel-5.8.patch b/kernel-5.8.patch
index b936e274219d..5140e3471af5 100644
--- a/kernel-5.8.patch
+++ b/kernel-5.8.patch
@@ -1,3 +1,4 @@
+From 6fe02b8d6b5d1a0400bf4f5f1e69327b138d4f8b Mon Sep 17 00:00:00 2001
From: Alberto Milone <alberto.milone@canonical.com>
Date: Mon, 13 Jul 2020 14:04:41 +0200
Subject: [PATCH 1/1] Add support for Linux 5.8