]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit163aeeebb5b406b70770f9661093411c6e97513f
treee396840c962259a79e6ffb551a93f41fd60f9804
parent36f88eb0e2951da9236f22aaf8be55b5e18d2184
parent04741d960c486910b946fbef87b289fadbba126c
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