Re: [PATCH 1/2] mmc: v4.14: Fix null pointer dereference in mmc_init_request

From: Christoph Hellwig
Date: Thu May 09 2019 - 02:06:12 EST


On Wed, May 08, 2019 at 12:58:32PM -0600, Raul E Rangel wrote:
> It is possible for queuedata to be cleared in mmc_cleanup_queue before
> the request has been started.

Errm. I think we need to fix that problem instead of working around it.