Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Makefile.patch | Add in override for CPPFLAGS and LDFLAGS Upstream project not accepting fixes, it is now a frozen project =================================================================== |
Colin Ian King <colin.i.king@gmail.com> | not-needed | |||
0001-comparison_report-fix-diff.late_wakings-calculation.patch | [PATCH 1/5] comparison_report: fix diff.late_wakings calculation Currently the late_wakings calculation is always zero because of a typo, fix this. |
Colin Ian King <colin.king@canonical.com> | no | 2019-07-10 | ||
0002-csv_report-print-unsigned-int-using-u-specifier-inst.patch | [PATCH 2/5] csv_report: print unsigned int using %u specifier instead of %d | Colin Ian King <colin.king@canonical.com> | no | 2019-07-10 | ||
0003-energy_model-print-and-scan-unsigned-ints-using-u-sp.patch | [PATCH 3/5] energy_model: print and scan unsigned ints using %u specifier instead of %d | Colin Ian King <colin.king@canonical.com> | no | 2019-07-10 | ||
0004-idlestat-fix-t-with-negative-values.patch | [PATCH 4/5] idlestat: fix -t with negative values Currently using a negative -t value will run forever because duration is an unsigned int and the check to see if it is negative is always true because an unsigned int can never be negative. Make duration a signed int to fix this. |
Colin Ian King <colin.king@canonical.com> | no | 2019-07-10 | ||
0005-idlestat-fix-number-of-cpus-check.patch | [PATCH 5/5] idlestat: fix number of cpus check Currently the a -ve failure value is being handled as an error for the number of CPUs. Also check for zero cpus as this should be considered as invalid. This also stops a zero sized calloc based on zero cpus being reported as an error by static analysis. |
Colin Ian King <colin.king@canonical.com> | no | 2019-07-10 | ||
0006-tracefile_tracecmd-add-null-return-from-fgets-when-E.patch | [PATCH 1/1] tracefile_tracecmd: add null return from fgets when EOF occurs Add a EOF check on fgets calls. |
Colin Ian King <colin.i.king@gmail.com> | no | 2022-12-13 | ||
0007-tracefile_idlestat-EOF-checks-while-parsing-file-wit.patch | [PATCH] tracefile_idlestat: EOF checks while parsing file with fgets | Colin Ian King <colin.i.king@gmail.com> | no | 2022-12-13 |