Bug 14185
Summary: | Oops in drivers\base\firmware_class | ||
---|---|---|---|
Product: | Drivers | Reporter: | lars |
Component: | Other | Assignee: | drivers_other |
Status: | CLOSED DUPLICATE | ||
Severity: | blocking | CC: | rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.31 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 13615 | ||
Attachments: |
Vanilla_Opps.txt
BUG_ON_firmware_class.c.patch BUG_ON_Oops.txt Proposed fix: mutex accesses to fw_priv->fw |
Description
lars
2009-09-17 05:09:04 UTC
Created attachment 23111 [details]
Vanilla_Opps.txt
Created attachment 23112 [details]
BUG_ON_firmware_class.c.patch
Created attachment 23113 [details]
BUG_ON_Oops.txt
First-Bad-Commit : 6e03a201bbe8137487f340d26aa662110e324b20 Notify-Also : David Woodhouse <dwmw2@infradead.org> Notify-Also : Frederik Deweerdt <frederik.deweerdt@xprog.eu> Created attachment 23237 [details]
Proposed fix: mutex accesses to fw_priv->fw
The patch to be found on the above URL should fix the race between _request_firmware and firmware_loading_store by protecting the accesses to fw_priv->fw.
|