> blk_init_allocated_queue() allocates 1 request for flush and > 4 requests > for a memory pool. The memory pool requests only get used under memory > pressure. That is why the error doesn't come up straight away. This seems correct, I can "trivially" trigger the bug with a while-malloc loop + firefox. > Reported-by: Seraphime Kirkovski <kirkseraph@xxxxxxxxx> > Fixes: 304419d8a7e92 ("mmc: core: Allocate per-request data using the block layer core") > Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> As I said, this fixes it for me, you can add Tested-By: Seraphime Kirkovski <kirkseraph@xxxxxxxxx> Although I'm not sure this covers the same bug Pavel encountered. My kernel doesn't panic, it makes KASAN scream + #GP eventually followed by a lockup. Anyway, thanks for the fix, Seraphime -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html