|
|
#1 | |
|
Mageia packager
|
Hi!
The NV_ACPI_WALK_NAMESPACE is expanded wrongly on 2.6.33+, as originally noted by Yuval Hager in Gentoo #301318. This is still the case with latest stable & beta releases, 195.36.31 and 256.29. Attached is the patch from our tree.
__________________
Anssi Hannula (anssi@mageia.org) Mageia packager of NVIDIA drivers XBMC developer |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Aug 2006
Posts: 106
|
I believe you found the cause of an issue I was having trouble nailing down:
http://www.nvnews.net/vbulletin/showthread.php?t=151685 The irony here is that I am the person who filed the original bug report at the Gentoo Linux bug tracker where Yuval Hager noted this issue, and I did not realize that nvidia's developers had introduced this issue to newer versions of nvidia's drivers. To make matters worse, the Gentoo package maintainer for Nvidia's drivers appears to have been completely unaware of this issue and not only did this go unpatched in the newer versions of the nvidia drivers, but the bad patch which was circulated on nvnews.net a few months ago was introduced to Gentoo, despite an open bug report saying to do otherwise. Thankyou for posting about this here. I filed a bug with the Gentoo bug tracker that I hope will result in having this fixed: http://bugs.gentoo.org/show_bug.cgi?id=324197 |
|
|
|
|
|
|
#3 |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
Thanks for reporting this problem. I'll fix the seven-argument version of NV_ACPI_WALK_NAMESPACE() for future driver releases.
|
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
I should note that the current version should not really have functional fallout: in 195.36.xx release builds (i.e. without DEBUG #defined), NV_ACPI_WALK_NAMESPACE() is only invoked as follows:
NV_ACPI_WALK_NAMESPACE(ACPI_TYPE_DEVICE, ACPI_ROOT_OBJECT,Given the current implementation of NV_ACPI_WALK_NAMESPACE() for Linux 2.6.33+, this translates to the following acpi_walk_namespace() call: acpi_walk_namespace(ACPI_TYPE_DEVICE, ACPI_ROOT_OBJECT,Since both the context and return_value arguments are NULL, the current and the fixed versions of NV_ACPI_WALK_NAMESPACE() expand to the same call. |
|
|
|
|
![]() |
| Thread Tools | |
|
|