* Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> [110530 05:43]: > sg_alloc_table can only allocate multi-page scatter-gather list tables > if the architecture supports scatter-gather lists chaining. ARM doesn't > fit in that category. > > The IOMMU driver abuses the sg table structure only to hold page > addresses without ever passing the table to the device. > > Use __sg_alloc_table instead of sg_alloc_table and allocate all entries > in one go. This avoids hitting a BUG_ON in __sg_alloc_table while still > not faking sg list chaining support. Can you please update the patch description with something like "Otherwise foo will happen and bar does not work"? Otherwise these will go into "features that never worked" category for a later merge window. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html