]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linus
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Oct 2019 14:49:25 +0000 (08:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 18 Oct 2019 14:49:25 +0000 (08:49 -0600)
commitfc07b7bd46b534ff5a2c8acb63a3a0d1ad14c2e8
tree0ed62bcc747e4f9d2872145c24f8f2e9fc043d75
parent504b171f9de6ccc175e7d94752b642fccb641f91
parent9c9917e5e6182a99b580f9b07e84a93b750feb99
Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linus

Pull NVMe updates from Keith:

"This is a collection of bug fixes committed since the previous pull
 request that address deadlocks, double resets, memory leaks, and other
 regression."

* 'nvme-5.4' of git://git.infradead.org/nvme:
  nvme-pci: Set the prp2 correctly when using more than 4k page
  nvme-tcp: fix possible leakage during error flow
  nvmet-loop: fix possible leakage during error flow
  nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLL
  nvme: Wait for reset state when required
  nvme: Prevent resets during paused controller state
  nvme: Restart request timers in resetting state
  nvme: Remove ADMIN_ONLY state
  nvme-pci: Free tagset if no IO queues
  nvme: retain split access workaround for capability reads
  nvme: fix possible deadlock when nvme_update_formats fails