Bug 86301
Summary: | BUG_ON triggered in nouveau driver on !CONFIG_SMP systems | ||
---|---|---|---|
Product: | Drivers | Reporter: | dave.mueller |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | pachoramos1 |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 3.17 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | Patch I used to fix this bug |
Description
dave.mueller
2014-10-15 06:51:52 UTC
I can confirm this on Gentoo too with kernel 3.17.2 Still the case with 3.18 Dave, maybe attaching your patch here could help to get it reviewed/committed sooner Thanks Created attachment 160391 [details]
Patch I used to fix this bug
I think the problem is that nobody (besides you and me) is interested in UP kernels nowadays.
Well, I still need to disable SMP either in kernel config or booting with "nosmp", it tends to crash on affected machine :S Thanks! |