]> 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)
commit1fa482e096e02aaaec59672a14fb0e2e66884419
tree97f0dca0492ab5e8bf5fa37c2b88078cab4cd453
parenta95346cf5dd82d374588ae0b4909282423fe0ec5
parent47f50cdf5154eb9d03e6298a074d0e8d4f1b0e89
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