Revision d4b64fd702cf08dfcac9e294a10884de51c6af63 authored by Jens Axboe on 12 March 2021, 14:21:15 UTC, committed by Jens Axboe on 12 March 2021, 14:21:15 UTC
Pull NVMe fixes from Christoph:

"nvme fixes for 5.12:

 - one more quirk (Dmitry Monakhov)
 - fix max_zone_append_sectors initialization (Chaitanya Kulkarni)
 - nvme-fc reset/create race fix (James Smart)
 - fix status code on aborts/resets (Hannes Reinecke)
 - fix the CSS check for ZNS namespaces (Chaitanya Kulkarni)
 - fix a use after free in a debug printk in nvme-rdma (Lv Yunlong)"

* tag 'nvme-5.12-2021-03-12' of git://git.infradead.org/nvme:
  nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a
  nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done
  nvme-core: check ctrl css before setting up zns
  nvme-fc: fix racing controller reset and create association
  nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted
  nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
  nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
  nvme: simplify error logic in nvme_validate_ns()
  nvme: set max_zone_append_sectors nvme_revalidate_zones
2 parent s e511350 + abbb5f5
History
File Mode Size
Kconfig -rw-r--r-- 426 bytes
Makefile -rw-r--r-- 227 bytes
cordic.c -rw-r--r-- 2.2 KB
div64.c -rw-r--r-- 5.1 KB
gcd.c -rw-r--r-- 1.4 KB
int_pow.c -rw-r--r-- 629 bytes
int_sqrt.c -rw-r--r-- 1.2 KB
lcm.c -rw-r--r-- 482 bytes
prime_numbers.c -rw-r--r-- 6.5 KB
rational.c -rw-r--r-- 2.7 KB
reciprocal_div.c -rw-r--r-- 1.5 KB

back to top