lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 15 Aug 2022 09:00:20 +0100
From:   Carsten Haitzler <carsten.haitzler@...s.arm.com>
To:     Arnaldo Carvalho de Melo <acme@...nel.org>
Cc:     linux-kernel@...r.kernel.org, coresight@...ts.linaro.org,
        suzuki.poulose@....com, mathieu.poirier@...aro.org,
        mike.leach@...aro.org, leo.yan@...aro.org,
        linux-perf-users@...r.kernel.org
Subject: Re: [PATCH v7 00/14] perf: test: Add trace data quality tests for
 CoreSight



On 8/12/22 20:00, Arnaldo Carvalho de Melo wrote:
> Em Fri, Aug 12, 2022 at 03:55:15PM -0300, Arnaldo Carvalho de Melo escreveu:
>> Em Fri, Aug 12, 2022 at 03:53:16PM -0300, Arnaldo Carvalho de Melo escreveu:
>>> Em Fri, Aug 12, 2022 at 03:51:17PM -0300, Arnaldo Carvalho de Melo escreveu:
>>>> Em Fri, Aug 12, 2022 at 01:16:27PM +0100, carsten.haitzler@...s.arm.com escreveu:
>>>>> previous older versions of test scripts that are editor backup files
>>>>> as well as skipping perf.data files that may appear and so on.
> 
>>>>> Signed-off-by: Carsten Haitzler <carsten.haitzler@....com>
> 
>>>> On the next series, please add to the cover letter a summary of what
>>>> changed on each repost.
> 
>>> I also saw that several of your patches got reviewed and given
>>> "Reviewed-by" tags, so if some of the patches in the previous versions
>>> didn't change and received Reviewed-by tags, please collect them on the
>>> current version.
> 
>> I tried getting v5 to see if b4 would find v6 and v7 and go on figuring
>> this out for us, but somehow it can't match v5 to v6 and v7:
> 
> It seems you changed the subject on the cover letter, and AFAIK that is
> what makes b4 find a previous version :-\

I was asked to change the subject... so I did. :)

> - Arnaldo
>   
>> ⬢[acme@...lbox perf]$ b4 am -ctsl --cc-trailers 20220728145256.2985298-1-carsten.haitzler@...s.arm.com
>> Grabbing thread from lore.kernel.org/all/20220728145256.2985298-1-carsten.haitzler%40foss.arm.com/t.mbox.gz
>> Checking for newer revisions on https://lore.kernel.org/all/
>> Analyzing 36 messages in the thread
>> ('Reviewed-by', 'Leo Yan <leo.yan@...aro.org>', None)
>> Checking attestation on all messages, may take a moment...
>> ---
>>    [PATCH v5 1/14] perf test: Refactor shell tests allowing subdirs
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 2/14] perf test: Add CoreSight shell lib shared code for future tests
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 3/14] perf test: Add build infra for perf test tools for CoreSight tests
>>    [PATCH v5 4/14] perf test: Add asm pureloop test tool
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 5/14] perf test: Add asm pureloop test shell script
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 6/14] perf test: Add git ignore for perf data generated by the CoreSight tests
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 7/14] perf test: Add memcpy thread test tool
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 8/14] perf test: Add memcpy thread test shell script
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 9/14] perf test: Add thread loop test tool
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 10/14] perf test: Add thread loop test shell scripts
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 11/14] perf test: Add unroll thread test tool
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 12/14] perf test: Add unroll thread test shell script
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 13/14] perf test: Add git ignore for tmp and output files of CoreSight tests
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>>    [PATCH v5 14/14] perf test: Add relevant documentation about CoreSight testing
>>      + Reviewed-by: Mike Leach <mike.leach@...aro.org> (✓ DKIM/linaro.org)
>>      + Reviewed-by: Leo Yan <leo.yan@...aro.org> (✓ DKIM/linaro.org)
>> ---
>> Total patches: 14
>> ---
>> Cover: ./v5_20220728_carsten_haitzler_a_patch_series_improving_data_quality_of_perf_test_for_coresight.cover
>>   Link: https://lore.kernel.org/r/20220728145256.2985298-1-carsten.haitzler@foss.arm.com
>>   Base: not specified
>>         git am ./v5_20220728_carsten_haitzler_a_patch_series_improving_data_quality_of_perf_test_for_coresight.mbx
>> ⬢[acme@...lbox perf]$

Powered by blists - more mailing lists