Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324197 - >=x11-drivers/nvidia-drivers-190.53-r1: fix NV_ACPI_WALK_NAMESPACE ordering
Summary: >=x11-drivers/nvidia-drivers-190.53-r1: fix NV_ACPI_WALK_NAMESPACE ordering
Status: RESOLVED DUPLICATE of bug 301318
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 01:50 UTC by Richard
Modified: 2010-07-13 11:55 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard 2010-06-16 01:50:18 UTC
The mandriva nvidia drivers package maintainer just submitted a patch from mandriva's tree to upstream that fixes an ordering issue in the Kernel Compatibility Layer of nvidia's drivers:

http://www.nvnews.net/vbulletin/showthread.php?t=152065

This issue seems to affect all versions of the nvidia drivers dating back to 190.53 in the portage tree. What is sad is that this was pointed out on multiple occasions in bug 301318, even before the issue entered the tree, but nothing has been done to fix it. The most recent mention of it is in comment 22 in bug 301318:

http://bugs.gentoo.org/show_bug.cgi?id=301318#c22

I believe that this is causing a major problem on my system where it will infrequently cause compositing to fail at boot.

Reproducible: Sometimes

Steps to Reproduce:
See my thread at the nvnews.net forums:

http://www.nvnews.net/vbulletin/showthread.php?t=151685
Actual Results:  
Compositing fails randomly (less than 1/10 of the time) at boot in all drivers, but the properly patched 190.53 drivers.

Expected Results:  
Compositing should always work.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2010-06-16 14:15:02 UTC
I'm aware of this on the other bug you created. I'm awaiting a response from NVIDIA.

*** This bug has been marked as a duplicate of bug 301318 ***
Comment 2 Richard 2010-07-08 00:09:59 UTC
Is there any chance that this could be made a blocker bug for bugs 301318 and 321061? This is an issue common to several versions of the Nvidia drivers, so it probably deserves its own bug, such that any bug reports for specific versions of the nvidia drivers could be blocked by this.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2010-07-13 04:59:57 UTC
(In reply to comment #2)
> Is there any chance that this could be made a blocker bug for bugs 301318 and
> 321061? This is an issue common to several versions of the Nvidia drivers, so
> it probably deserves its own bug, such that any bug reports for specific
> versions of the nvidia drivers could be blocked by this.
> 

As explained by zander on the forums, since 195.x.y the calls expand out to the same value so its a non-issue.
Comment 4 Richard 2010-07-13 11:55:49 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Is there any chance that this could be made a blocker bug for bugs 301318 and
> > 321061? This is an issue common to several versions of the Nvidia drivers, so
> > it probably deserves its own bug, such that any bug reports for specific
> > versions of the nvidia drivers could be blocked by this.
> > 
> 
> As explained by zander on the forums, since 195.x.y the calls expand out to the
> same value so its a non-issue.
> 

The NULL is in the 7th parameter in Nvidia's version when it should be in the 5th parameter. That is not quite the same thing.

Do you have a link to zander's post?