[Bug 35192] BUG() in radeon driver with ATI Technologies Inc RV515 [Radeon X1300]
bugzilla-daemon at bugzilla.kernel.org
bugzilla-daemon at bugzilla.kernel.org
Wed May 18 14:53:02 PDT 2011
https://bugzilla.kernel.org/show_bug.cgi?id=35192
Andrew Morton <akpm at linux-foundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |akpm at linux-foundation.org,
| |greg at kroah.com
--- Comment #2 from Andrew Morton <akpm at linux-foundation.org> 2011-05-18 21:52:58 ---
OK, this is a bit strange.
I can see that Greg's 737a3bb9416ce2a7c7a4170852473a4fcc9 would cause
radeon_cp_init() to crash when it is called via ioctl. It calls
platform_device_register_resndata(), but platform_device_register_resndata()
got unloaded from kernel memory.
But that will only happen if CONFIG_MODULES=n, and in the config attached to
the gentto report, CONFIG_MODULES=y. So platform_device_register_resndata()
won't have been unloaded!
Still, we should revert 737a3bb9416ce2a7c7a4170852473a4fcc9, as its assumptions
are wrong in this case.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
--
_______________________________________________
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
More information about the dri-devel
mailing list