Created attachment 401147 [details] oops #1 Description of problem: When you setup a netconsole with tg3 and generate enough traffic (by e.g. turning drm.debug on), tg3 oopses. Version-Release number of selected component (if applicable): kernel-2.6.32.9-70.fc12.x86_64 How reproducible: Always Steps to Reproduce: 1. Turn on netconsole 2. echo 1 > /sys/module/drm/parameters/debug 3. Wait Actual results: tg3 oopses Expected results: Happy fun drm logs right up until the GPU locks up the system bus.
Created attachment 401148 [details] another one for your elucidation
looks like the second argument is passing the wrong type of data to tg3_interrupt. I'll post a patch for you shortly. Thanks!
Created attachment 401263 [details] patch to pass tg3_napi struct pointer to tg3_interrupt here, could you please see if this prevent the oops your seeing? Thanks!
Note: This appears already fixed upstream with this commit from Louis Rilling: fe234f0e5cbb880792d2d1ac0743cf8c07e9dde3
This appears to fix the problem.
great, thanks, I'll commit this shortly.
fixed in F-12 cvs tree. Thanks!
kernel-2.6.32.10-90.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/kernel-2.6.32.10-90.fc12
kernel-2.6.32.10-90.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kernel'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/kernel-2.6.32.10-90.fc12
kernel-2.6.32.10-90.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
kernel-2.6.32.11-99.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.