]> 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)
commit5e0d1ac3a4c8bf796035ff6390f142cc5b4d591e
tree0570e2ced54a9570d4d179770b14ce9a206646cf
parent99226afbe379e9cccd1c0f93152f27666870cb13
parent818f91e1b6f8e579df2be9f38b72e2f682379cc8
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