Hi, The following small set of patches were required to enable rteval on Arm based systems. Of these, the first two patches have been posted before[0] and have been updated to fix some issues noticed since then. The remaining three patches are new and fix issues encountered while running rteval on a 64bit Arm platform. All feedback welcome. Thanks, Punit [0] https://lore.kernel.org/linux-rt-users/20210224021603.446274-1-punit1.agrawal@xxxxxxxxxxxxx/ Punit Agrawal (5): rteval: systopology.py: Add support for systems that don't have Numa rteval: cyclictest.py: Update logic to get core description rteval: kernel.py: Add support for kthreads running with deadline policy rteval: hackbench.py: Enable running on a system with low memory rteval: kcompile.py: Gracefully handle missing affinity information rteval/misc.py | 23 +++++++++++++- rteval/modules/loads/hackbench.py | 3 +- rteval/modules/loads/kcompile.py | 6 +++- rteval/modules/measurement/cyclictest.py | 8 +++-- rteval/sysinfo/kernel.py | 2 +- rteval/systopology.py | 38 ++++++++++++++++++++---- 6 files changed, 66 insertions(+), 14 deletions(-) -- 2.32.0