Hi This patch crashes my system, when issue suspend to ram, the kernel crashes mtd_cls_suspend when the mtd device is mtdXro, the problem is the the mtdXro devices are of mtd_class, and the suspend function of this class assumes that the "dev" is contained in mtd_into structure (dev_to_mtd(dev)), but, the mtdXro device created using device_create() so the dev is not contained in valid mtd_info structure. saeed On Tue, Jul 28, 2009 at 1:43 AM, Rafael J. Wysocki<rjw@xxxxxxx> wrote: > On Monday 27 July 2009, Tobias Diedrich wrote: >> Rafael J. Wysocki wrote: >> > This message has been generated automatically as a part of a report >> > of recent regressions. >> > >> > The following bug entry is on the current list of known regressions >> > from 2.6.30. Please verify if it still should be listed and let me know >> > (either way). >> >> >> Well, the patch reverting the commit still applies to 2.6.31-rc4, so >> I assume the issue persists,but I have not tried an unpatched >> 2.6.31-rc4. > > Thanks for the update. > > Rafael > -- > 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/ > -- To unsubscribe from this list: send the line "unsubscribe kernel-testers" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html