]> 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)
commitd6bd1f9d05efba6006e6f58cd35511a41095c184
tree0ed62bcc747e4f9d2872145c24f8f2e9fc043d75
parent5f212dcc042b1bb4acd1b201f2a2fbb8bf5fa2eb
parent957f33677cc3cd284ebc9e9742ad53020ee24804
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