Allow for ARM CPUs that do not contain physical ID in /proc/cpuinfo.Patch to...
Allow for ARM CPUs that do not contain physical ID in /proc/cpuinfo.Patch to correct ksystemstats and enable
CPU information. This was only verified on a Radxa Rock-5b but the missing Physical ID information was also
verified on other ARM based processors. My own personal collection all demonstrated this missing field and
included Raspberry Pi 4b+ and Odroid N2+. It appears as if at least some Apple processors are the same in
lacking a physical ID field. This causes ksystemstats to not allow CPU stats to be selected and also causes
a nullptr derefence in the LinuxCpuPluginPrivate::update()
function.
Regards,
Jon Hanmann
Fix for:
Edited by Jonathan Hanmann