mbox series

[GIT,PULL] nvme fixes for Linux 6.3

Message ID Y+0hqoUKkv1fMMzk@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 6.3 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.3-2023-02-15

Message

Christoph Hellwig Feb. 15, 2023, 6:17 p.m. UTC
The following changes since commit 2f1e07dda1e1310873647abc40bbc49eaf3b10e3:

  block: ublk: check IO buffer based on flag need_get_data (2023-02-13 08:36:23 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.3-2023-02-15

for you to fetch changes up to b6c0c237bea191fb99b6c2de093262402b0159a6:

  nvme-pci: remove iod use_sgls (2023-02-14 06:40:57 +0100)

----------------------------------------------------------------
nvme fixes for Linux 6.3

 - fix and cleanup freeing single sgl (Keith Busch)

----------------------------------------------------------------
Keith Busch (2):
      nvme-pci: fix freeing single sgl
      nvme-pci: remove iod use_sgls

 drivers/nvme/host/pci.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

Jens Axboe Feb. 16, 2023, 3:25 a.m. UTC | #1
On 2/15/23 11:17 AM, Christoph Hellwig wrote:
> The following changes since commit 2f1e07dda1e1310873647abc40bbc49eaf3b10e3:
> 
>   block: ublk: check IO buffer based on flag need_get_data (2023-02-13 08:36:23 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.3-2023-02-15
> 
> for you to fetch changes up to b6c0c237bea191fb99b6c2de093262402b0159a6:
> 
>   nvme-pci: remove iod use_sgls (2023-02-14 06:40:57 +0100)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.3
> 
>  - fix and cleanup freeing single sgl (Keith Busch)

Pulled, thanks.