[PATCH 3/5] docs: update mention to ubuntu2204

Pierrick Bouvier posted 5 patches 2 months, 1 week ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Ilya Maximets <i.maximets@ovn.org>, Jason Wang <jasowang@redhat.com>
[PATCH 3/5] docs: update mention to ubuntu2204
Posted by Pierrick Bouvier 2 months, 1 week ago
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
---
 docs/devel/testing/main.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/devel/testing/main.rst b/docs/devel/testing/main.rst
index 3408b5836dc..1a884da3eb6 100644
--- a/docs/devel/testing/main.rst
+++ b/docs/devel/testing/main.rst
@@ -711,13 +711,13 @@ https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual
 
 Thread Sanitizer in Docker
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
-TSan is currently supported in the ubuntu2204 docker.
+TSan is currently supported in the ubuntu2404 docker.
 
 The test-tsan test will build using TSan and then run make check.
 
 .. code::
 
-  make docker-test-tsan@ubuntu2204
+  make docker-test-tsan@ubuntu2404
 
 TSan warnings under docker are placed in files located at build/tsan/.
 
-- 
2.43.0
Re: [PATCH 3/5] docs: update mention to ubuntu2204
Posted by Alex Bennée 2 months, 1 week ago
Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> writes:

> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
> ---
>  docs/devel/testing/main.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/devel/testing/main.rst b/docs/devel/testing/main.rst
> index 3408b5836dc..1a884da3eb6 100644
> --- a/docs/devel/testing/main.rst
> +++ b/docs/devel/testing/main.rst
> @@ -711,13 +711,13 @@ https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual
>  
>  Thread Sanitizer in Docker
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~
> -TSan is currently supported in the ubuntu2204 docker.
> +TSan is currently supported in the ubuntu2404 docker.

It's actually a build dependency (or should be, I can see libasan but
I'm not sure where libtsan comes from) .

>  
>  The test-tsan test will build using TSan and then run make check.
>  
>  .. code::
>  
> -  make docker-test-tsan@ubuntu2204
> +  make docker-test-tsan@ubuntu2404
>

So we should say any host build container will do.

>  TSan warnings under docker are placed in files located at build/tsan/.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro
Re: [PATCH 3/5] docs: update mention to ubuntu2204
Posted by Pierrick Bouvier 2 months, 1 week ago
On 6/7/2026 3:23 AM, Alex Bennée wrote:
> Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> writes:
> 
>> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
>> ---
>>  docs/devel/testing/main.rst | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/docs/devel/testing/main.rst b/docs/devel/testing/main.rst
>> index 3408b5836dc..1a884da3eb6 100644
>> --- a/docs/devel/testing/main.rst
>> +++ b/docs/devel/testing/main.rst
>> @@ -711,13 +711,13 @@ https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual
>>  
>>  Thread Sanitizer in Docker
>>  ~~~~~~~~~~~~~~~~~~~~~~~~~~
>> -TSan is currently supported in the ubuntu2204 docker.
>> +TSan is currently supported in the ubuntu2404 docker.
> 
> It's actually a build dependency (or should be, I can see libasan but
> I'm not sure where libtsan comes from) .
> 
>>  
>>  The test-tsan test will build using TSan and then run make check.
>>  
>>  .. code::
>>  
>> -  make docker-test-tsan@ubuntu2204
>> +  make docker-test-tsan@ubuntu2404
>>
> 
> So we should say any host build container will do.
>

Ok. I'll simply remove the container name.

>>  TSan warnings under docker are placed in files located at build/tsan/.
> 


Re: [PATCH 3/5] docs: update mention to ubuntu2204
Posted by Philippe Mathieu-Daudé 2 months, 1 week ago
On 4/6/26 23:51, Pierrick Bouvier wrote:
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
> ---
>   docs/devel/testing/main.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

Squash with following?

Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>



Re: [PATCH 3/5] docs: update mention to ubuntu2204
Posted by Pierrick Bouvier 2 months, 1 week ago
On 6/4/2026 11:15 PM, Philippe Mathieu-Daudé wrote:
> On 4/6/26 23:51, Pierrick Bouvier wrote:
>> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
>> ---
>>   docs/devel/testing/main.rst | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Squash with following?
>

It's different from CI, since this one is only doc. So I would prefer to
keep that apart from yaml part.

> Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
> 
>