]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nvme-5.16-2021-12-10' of git://git.infradead.org/nvme into block-5.16
authorJens Axboe <axboe@kernel.dk>
Fri, 10 Dec 2021 13:44:15 +0000 (06:44 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 10 Dec 2021 13:44:15 +0000 (06:44 -0700)
commit0748176266e75d352c40ee367762b12e2e47c40b
treef983d137ddf44e430274bd98b44e5a6b325ca006
parentd2d3510efe0812ba49615a65fd7ca48318f30233
parent67a16ba897ff21c9296592f4c9716cc7ced30973
Merge tag 'nvme-5.16-2021-12-10' of git://git.infradead.org/nvme into block-5.16

Pull NVMe fixes from Christoph:

"nvme fixes for Linux 5.16

 - set ana_log_size to 0 after freeing ana_log_buf (Hou Tao)
 - show subsys nqn for duplicate cntlids (Keith Busch)
 - disable namespace access for unsupported metadata (Keith Busch)
 - report write pointer for a full zone as zone start + zone len
   (Niklas Cassel)
 - fix use after free when disconnecting a reconnecting ctrl
   (Ruozhu Li)
 - fix a list corruption in nvmet-tcp (Sagi Grimberg)"

* tag 'nvme-5.16-2021-12-10' of git://git.infradead.org/nvme:
  nvmet-tcp: fix possible list corruption for unexpected command failure
  nvme: fix use after free when disconnecting a reconnecting ctrl
  nvme-multipath: set ana_log_size to 0 after free ana_log_buf
  nvme: report write pointer for a full zone as zone start + zone len
  nvme: disable namespace access for unsupported metadata
  nvme: show subsys nqn for duplicate cntlids