* '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