Merge tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Nov 2020 20:03:40 +0000 (12:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Nov 2020 20:03:40 +0000 (12:03 -0800)
commit4fd84bc9692958cd07b3a3320dba26baa04a17d0
treee396840c962259a79e6ffb551a93f41fd60f9804
parentfa5fca78bb2fe7a58ae7297407dcda1914ea8353
parent45f703a0d4b87f940ea150367dc4f4a9c06fa868
Merge tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:

 - NVMe pull request from Christoph:
      - Doorbell Buffer freeing fix (Minwoo Im)
      - CSE log leak fix (Keith Busch)

 - blk-cgroup hd_struct leak fix (Christoph)

 - Flush request state fix (Ming)

 - dasd NULL deref fix (Stefan)

* tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-block:
  s390/dasd: fix null pointer dereference for ERP requests
  blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
  nvme: fix memory leak freeing command effects
  nvme: directly cache command effects log
  nvme: free sq/cq dbbuf pointers when dbbuf set fails
  block: mark flush request as IDLE when it is really finished