]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Jan 2020 13:54:18 +0000 (05:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Jan 2020 13:54:18 +0000 (05:54 -0800)
commita7db23821b91912ecc26a893cd84a05593d53ace
tree97f0dca0492ab5e8bf5fa37c2b88078cab4cd453
parent43617a0e87f394698c825044b5468bd8f6bdd4c1
parent0ec6e98779b284c33c338b87a2ba16fa33daac3e
Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "Three fixes that should go into this release:

   - The 32-bit segment size fix that I mentioned last week (Ming)

   - Use uint for the block size (Mikulas)

   - A null_blk zone write handling fix (Damien)"

* tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-block:
  block: fix an integer overflow in logical block size
  null_blk: Fix zone write handling
  block: fix get_max_segment_size() overflow on 32bit arch