iotop: upgrade 1.29 -> 1.30

Changelog:
============
- kernel commit 0bf2d83 fixes the problem with struct taskstats, now iotop 1.30
  handles only v15 of the struct in a different way, retaining compatibility
  with both old and new kernels
- show zero current values for exited processes
- flush stdout after each batch run

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-06-10 11:32:38 +08:00 committed by Khem Raj
parent e0b9734741
commit e9f35175cd
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3154adaa1a9ca0d8dcc1944518ece1b9"
DEPENDS = "ncurses"
SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}"
SRCREV = "dd0f4ad5ec03b9fd642f54144f6465cf6d2c1d12"
SRCREV = "c3366a8a235f9c8ddc4797625f22cfdf12ba2c36"
S = "${WORKDIR}/git"