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
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
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/. >
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>
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> > >
© 2016 - 2026 Red Hat, Inc.