mbox series

[GIT,PULL] nvme fix for 4.19

Message ID 20180910060230.GA27071@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fix for 4.19 | expand

Pull-request

git://git.infradead.org/nvme.git nvme-4.19

Message

Christoph Hellwig Sept. 10, 2018, 6:02 a.m. UTC
The following changes since commit bc811f05d77f47059c197a98b6ad242eb03999cb:

  nbd: don't allow invalid blocksize settings (2018-09-04 11:54:58 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git nvme-4.19

for you to fetch changes up to 8407879c4e0d7731f6e7e905893cecf61a7762c7:

  nvmet-rdma: fix possible bogus dereference under heavy load (2018-09-05 12:18:01 -0700)

----------------------------------------------------------------
Sagi Grimberg (1):
      nvmet-rdma: fix possible bogus dereference under heavy load

 drivers/nvme/target/rdma.c | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

Comments

Jens Axboe Sept. 10, 2018, 2:17 p.m. UTC | #1
On 9/10/18 12:02 AM, Christoph Hellwig wrote:
> The following changes since commit bc811f05d77f47059c197a98b6ad242eb03999cb:
> 
>   nbd: don't allow invalid blocksize settings (2018-09-04 11:54:58 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-4.19
> 
> for you to fetch changes up to 8407879c4e0d7731f6e7e905893cecf61a7762c7:
> 
>   nvmet-rdma: fix possible bogus dereference under heavy load (2018-09-05 12:18:01 -0700)
> 
> ----------------------------------------------------------------
> Sagi Grimberg (1):
>       nvmet-rdma: fix possible bogus dereference under heavy load

Pulled, thanks.