]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nvme-5.13-2021-05-13' of git://git.infradead.org/nvme into block-5.13
authorJens Axboe <axboe@kernel.dk>
Thu, 13 May 2021 17:07:17 +0000 (11:07 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 May 2021 17:07:17 +0000 (11:07 -0600)
commitd27fb79e5da9daa1777f9024ae626139e62c8827
treefb3619893635f480dc0d180bdeb09e20fee80824
parentfa95e581d3022e476dc5d862d2a0334068c32413
parent0c5367f40d20357b1b0de3f4a4eeb9f26a2519af
Merge tag 'nvme-5.13-2021-05-13' of git://git.infradead.org/nvme into block-5.13

Pull NVMe fixes from Christoph:

"nvme fix for Linux 5.13

 - correct the check for using the inline bio in nvmet
   (Chaitanya Kulkarni)
 - demote unsupported command warnings (Chaitanya Kulkarni)
 - fix corruption due to double initializing ANA state (me, Hou Pu)
 - reset ns->file when open fails (Daniel Wagner)
 - fix a NULL deref when SEND is completed with error in nvmet-rdma
   (Michal Kalderon)"

* tag 'nvme-5.13-2021-05-13' of git://git.infradead.org/nvme:
  nvmet: use new ana_log_size instead the old one
  nvmet: seset ns->file when open fails
  nvmet: demote fabrics cmd parse err msg to debug
  nvmet: use helper to remove the duplicate code
  nvmet: demote discovery cmd parse err msg to debug
  nvmet-rdma: Fix NULL deref when SEND is completed with error
  nvmet: fix inline bio check for passthru
  nvmet: fix inline bio check for bdev-ns
  nvme-multipath: fix double initialization of ANA state