]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'chs' of https://github.com/pali/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 19 Jul 2021 11:34:24 +0000 (13:34 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 19 Jul 2021 11:34:24 +0000 (13:34 +0200)
commitd95d552e36269c1576fc0b043d0b0a3a2c9d63ce
tree27225533b58e85ce1303428ab78eda4942a457be
parent44d3ce043de93f7c549786a56e58da3ab8b8d194
parent5d0f0ca563ebde56f37aa0895a6f1752cf035b6f
Merge branch 'chs' of https://github.com/pali/util-linux

* 'chs' of https://github.com/pali/util-linux:
  tests: fdisk: Update CHS values in MBR partitions
  libfdisk: (dos) Fix determining number of heads and sectors per track from MBR
  libfdisk: (dos) Fix upper bound cylinder check in check_consistency()
  libfdisk: (dos) Fix upper bound cylinder check in check()
  libfdisk: (dos) Fix setting CHS values when creating new partition
  libfdisk: (dos) Use helper macros cylinder() and sector() in check_consistency()
  libfdisk: (dos) Put number of CHS check_consistency errors into summart message
  libfdisk: (dos) Add check both begin and end CHS partition parameters
  libfdisk: (dos) Fix check error message when CHS calculated sector does not match LBA
  libfdisk: (dos) Fix printing number of CHS sectors in check error message
  libfdisk: (dos) Recalculate number of cylinders after changing number of heads and sectors