> On 17 May 2023, at 02:26, Stefano Stabellini <sstabell...@kernel.org> wrote:
>
> On Thu, 4 May 2023, Luca Fancellu wrote:
>> Add a new tool, diff-report.py that can be used to make diff between
>> reports generated by xen-analysis.py tool.
>> Currently this tool supports the Xen cppcheck text report format in
>> its operations.
>>
>> The tool prints every finding that is in the report passed with -r
>> (check report) which is not in the report passed with -b (baseline).
>>
>> Signed-off-by: Luca Fancellu <luca.fance...@arm.com>
>
> Acked-by: Stefano Stabellini <sstabell...@kernel.org>
> Tested-by: Stefano Stabellini <sstabell...@kernel.org>
Thank you Stefano for taking the time to review and test it, I will push
the new version of the serie with the stale functions removed and I will
add your A-by and T-by.
Cheers,
Luca