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)
commit5ffdff81cff9ae697b1d57fea9a86b6c6ede6078
tree97f0dca0492ab5e8bf5fa37c2b88078cab4cd453
parent575966e080270b7574175da35f7f7dd5ecd89ff4
parentad6bf88a6c19a39fb3b0045d78ea880325dfcf15
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