]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
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)
* '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


Trivial merge