diff options
author | Keith Busch <keith.busch@intel.com> | 2015-02-19 14:29:48 -0700 |
---|---|---|
committer | Keith Busch <keith.busch@intel.com> | 2015-02-19 16:15:38 -0700 |
commit | 0c0f9b95c8b710b74772edd9693fe7ab5419a75a (patch) | |
tree | 222cbbadbeec1a193e380d6d18ef4b95122b45fb /drivers/platform | |
parent | 483285184059b3f5b3a5707977349528abc82441 (diff) | |
download | linux-0c0f9b95c8b710b74772edd9693fe7ab5419a75a.tar.bz2 |
NVMe: Fix potential corruption on sync commands
This makes all sync commands uninterruptible and schedules without timeout
so the controller either has to post a completion or the timeout recovery
fails the command. This fixes potential memory or data corruption from
a command timing out too early or woken by a signal. Previously any DMA
buffers mapped for that command would have been released even though we
don't know what the controller is planning to do with those addresses.
Signed-off-by: Keith Busch <keith.busch@intel.com>
Diffstat (limited to 'drivers/platform')
0 files changed, 0 insertions, 0 deletions