[Bug 202511] amdgpu fails to load saying "Could not allocate 8192 bytes percpu data"
bugzilla-daemon at bugzilla.kernel.org
bugzilla-daemon at bugzilla.kernel.org
Thu Feb 14 19:00:41 UTC 2019
https://bugzilla.kernel.org/show_bug.cgi?id=202511
--- Comment #15 from Bjorn Helgaas (bhelgaas at google.com) ---
Created attachment 281143
--> https://bugzilla.kernel.org/attachment.cgi?id=281143&action=edit
per-cpu alloc debug patch
I think bisecting again would be a poor use of your time unless somebody knows
a smarter way to do it (I don't).
I suspect amdgpu might be an innocent bystander. I don't have any good ideas,
so here's a lame one:
- Apply this patch.
- Figure out how to turn on pr_debug (see include/linux/printk.h and compare
with your config -- you might need to enable CONFIG_DYNAMIC_DEBUG and and then
figure out what boot parameter enables the output). This is to turn on the
debug in module_load(). Actually, the simpler way is to change those
pr_debug() calls to pr_info().
- Collect the dmesg log (probably large).
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the dri-devel
mailing list