summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-12-02 13:04:14 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-12-02 13:12:58 -0500
commite353fc3204fbc812e1fda4777b3e8929fd946068 (patch)
tree9ae218ae412d8547fe7f1047eefbb397c755012c /x11-drivers/nvidia-drivers/files
parentapp-editors/emacs: Stabilize 28.2-r2 x86, #883733 (diff)
downloadgentoo-e353fc3204fbc812e1fda4777b3e8929fd946068.tar.gz
gentoo-e353fc3204fbc812e1fda4777b3e8929fd946068.tar.bz2
gentoo-e353fc3204fbc812e1fda4777b3e8929fd946068.zip
x11-drivers/nvidia-drivers: drop vulnerable 390.154, 470.141.03, ...
... 510.85.02, 515.65.01 Bug: https://bugs.gentoo.org/884045 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-drivers/nvidia-drivers/files')
-rw-r--r--x11-drivers/nvidia-drivers/files/nvidia-drivers-515.65.01-kernel6.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-drivers/nvidia-drivers/files/nvidia-drivers-515.65.01-kernel6.patch b/x11-drivers/nvidia-drivers/files/nvidia-drivers-515.65.01-kernel6.patch
deleted file mode 100644
index 5cdf2f639c6b..000000000000
--- a/x11-drivers/nvidia-drivers/files/nvidia-drivers-515.65.01-kernel6.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Normally avoid adding kernel support patches, but this one is very
-trivial and many want to use 6.0 early.
-
-Masked 515.76 has a more elaborate fix to ensure it works with
-all supported kernel branches (not all have this header), so
-this one should be conditional as a safety.
-
-Note older drivers branches have bigger issues and this is not
-sufficient, this will wait until their next release.
-
-https://github.com/NVIDIA/open-gpu-kernel-modules/pull/350
---- a/kernel/nvidia-drm/nvidia-drm-helper.h
-+++ b/kernel/nvidia-drm/nvidia-drm-helper.h
-@@ -109,4 +109,5 @@
- */
- #include <drm/drm_crtc.h>
-+#include <drm/drm_framebuffer.h>
-
- #if defined(drm_for_each_plane)