Re: PCMCIA regression

From: Dominik Brodowski
Date: Wed May 26 2010 - 07:35:36 EST


Hey,

On Tue, May 25, 2010 at 04:25:21PM -0400, Mikulas Patocka wrote:
> The commit a8408c17d0038b76a83affb1b56dc18fa1e7ed86 in Linux 2.6.34-rc6
> broke pcmcia for me. I use 3c574 network card in yenta socket on Armada
> 7400 laptop. My distribution is Debian lenny.
>
> Reverting the test for "s->functions" in pccard_validate_cis makes the
> network card work 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).

Thanks,
Dominik
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/