]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/colyli/linux...
authorJens Axboe <axboe@kernel.dk>
Sun, 6 Mar 2022 15:13:09 +0000 (08:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 6 Mar 2022 15:13:09 +0000 (08:13 -0700)
commitb385e96342159e4ee0e7b3bef7e048498e6a0468
tree0570e2ced54a9570d4d179770b14ce9a206646cf
parent7a10bfd8d193ed259e0cc199df862b7d010263a5
parentf589bc7b6698117e346380762b7ef1fdae449104
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/colyli/linux-bcache into for-5.18/drivers

Pull bcache updates from Coly:

"We have 2 patches for Linux v5.18, both of them are from Mingzhe Zou.
 The first patch improves bcache initialization speed by avoid
 unnecessary cost of cache consistency, the second one fixes a potential
 NULL pointer deference in bcache initialization time."

* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/colyli/linux-bcache:
  bcache: fixup multiple threads crash
  bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharing