Subject : PCMCIA regression Submitter : Mikulas Patocka <mpatocka@redhat.com> Date : 2010-05-25 20:25 Message-ID : Pine.LNX.4.64.1005251619020.12278@hs20-bc2-1.build.redhat.com References : http://marc.info/?l=linux-kernel&m=127481913909672&w=2 This entry is being used for tracking a regression from 2.6.33. Please don't close it until the problem is fixed in the mainline.
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 .