Bug 16138
Summary: | PCMCIA regression | ||
---|---|---|---|
Product: | Drivers | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | PCMCIA | Assignee: | linux-pcmcia |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | linux, maciej.rutecki, mpatocka, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.34 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 15310 | ||
Attachments: | [PATCH] pcmcia: avoid validate_cis failure on CIS override |
Description
Maciej Rutecki
2010-06-06 06:16:59 UTC
Mikulas, have you had the chance to run the tests I mentioned on lkml already? If not, here are my comments again: " Does this warning appear during reume, or during some other "special" use case? Also, does commit cc83b08fc791045ac197e6f4a030599bcd7100c5 solve this issue? If not: Could you enable dynamic debug logging via # mount debugfs mount none -t debugfs /sys/kernel/debug/ # enable debug echo "module pcmcia +p" > /sys/kernel/debug/dynamic_debug/control echo "module pcmcia_core +p" > /sys/kernel/debug/dynamic_debug/control echo "module yenta_socket +p" > /sys/kernel/debug/dynamic_debug/control and send me the resulting log (which may be looong). " Created attachment 26685 [details]
[PATCH] pcmcia: avoid validate_cis failure on CIS override
Mikulas, could you check out this patch, please? Thanks! Handled-By : Dominik Brodowski <linux@brodo.de> Patch : https://bugzilla.kernel.org/attachment.cgi?id=26685 Fixed by commit b83156b52dd77979cc93bafc2283929532f6f7d0 . |