mbox series

[GIT,PULL] nvme fixes for 5.10

Message ID 20201119075057.GA2465128@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for 5.10 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.10-2020-11-19

Message

Christoph Hellwig Nov. 19, 2020, 7:50 a.m. UTC
The following changes since commit 9f16a66733c90b5f33f624b0b0e36a345b0aaf93:

  block: mark flush request as IDLE when it is really finished (2020-11-13 14:24:16 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.10-2020-11-19

for you to fetch changes up to 8168d23fbcee4f9f6c5a1ce8650417f09aef70eb:

  nvme: fix memory leak freeing command effects (2020-11-14 09:57:55 +0100)

----------------------------------------------------------------
nvme fixes for 5.10

 - Doorbell Buffer freeing fix (Minwoo Im)
 - CSE log leak fix (Keith Busch)

----------------------------------------------------------------
Keith Busch (2):
      nvme: directly cache command effects log
      nvme: fix memory leak freeing command effects

Minwoo Im (1):
      nvme: free sq/cq dbbuf pointers when dbbuf set fails

 drivers/nvme/host/core.c | 25 ++++++++++++++++++-------
 drivers/nvme/host/nvme.h |  6 ------
 drivers/nvme/host/pci.c  | 15 +++++++++++++++
 3 files changed, 33 insertions(+), 13 deletions(-)

Comments

Jens Axboe Nov. 19, 2020, 4:23 p.m. UTC | #1
On 11/19/20 12:50 AM, Christoph Hellwig wrote:
> The following changes since commit 9f16a66733c90b5f33f624b0b0e36a345b0aaf93:
> 
>   block: mark flush request as IDLE when it is really finished (2020-11-13 14:24:16 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.10-2020-11-19

Pulled, thanks.