Re: [PATCH v2] MMC: fix all hangs related to mmc/sd cardinsert/removal during suspend/resume.

From: Maxim Levitsky
Date: Mon Jun 14 2010 - 19:48:54 EST


On Mon, 2010-06-14 at 15:51 -0700, Andrew Morton wrote:
> On Fri, 11 Jun 2010 22:19:55 +0300
> Maxim Levitsky <maximlevitsky@xxxxxxxxx> wrote:
>
> > If you don't use CONFIG_MMC_UNSAFE_RESUME, card will now be removed
> > in pm notified while userspace is still running.
> > Thus it will be possible to sync it propely.
>
> That paragraph is a disaster and I'm not sure that I understand it well
> enough to repair it. I think you wanted s/now/not/ and s/in/if/ and
> s/it will be/it will not be/. Or perhaps you didn't.
>
> Please send a comprehensible replacement.
>

Sure.



If you don't use CONFIG_MMC_UNSAFE_RESUME, as soon as you attempt to
suspend, the card will be removed, therefore this patch doesn't change
the behavior of this option.

However the removal will be done by pm notifier, which runs while
userspace is still not frozen and thus can freely use del_gendisk,
without the risk of deadlock which would happen otherwise.

If you do use


Best regards,
Maxim Levitsky

--
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/