Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 417992 Details for
Bug 566958
x11-drivers/nvidia-drivers-355.11: fail build with linux kernel >= 4.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for fix
nvidia-drivers-355.11-fix-kernel-4.3.patch (text/plain), 693 bytes, created by
Igor Savlook
on 2015-11-27 06:15:27 UTC
(
hide
)
Description:
Patch for fix
Filename:
MIME Type:
Creator:
Igor Savlook
Created:
2015-11-27 06:15:27 UTC
Size:
693 bytes
patch
obsolete
>diff -urp kernel.orig/nvidia/nv-procfs.c kernel/nvidia/nv-procfs.c >--- kernel.orig/nvidia/nv-procfs.c 2015-08-27 01:23:15.000000000 +0300 >+++ kernel/nvidia/nv-procfs.c 2015-11-27 08:05:23.216069846 +0300 >@@ -360,7 +360,9 @@ nv_procfs_read_registry( > registry_keys = ((nvl != NULL) ? > nvl->registry_keys : nv_registry_keys); > >- return seq_printf(s, "Binary: \"%s\"\n", registry_keys); >+ seq_printf(s, "Binary: \"%s\"\n", registry_keys); >+ >+ return 0; > } > > static ssize_t >@@ -560,7 +562,9 @@ nv_procfs_read_text_file( > void *v > ) > { >- return seq_puts(s, s->private); >+ seq_puts(s, s->private); >+ >+ return 0; > } > > NV_DEFINE_PROCFS_SINGLE_FILE(text_file);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 566958
:
417992