* [Buildroot] [PATCH 1/1] support/testing: test_msr_tools: fix test after bootlin toolchains update
@ 2025-08-16 14:34 Julien Olivain via buildroot
2025-08-16 19:47 ` Thomas Petazzoni via buildroot
2025-08-21 19:21 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2025-08-16 14:34 UTC (permalink / raw)
To: buildroot; +Cc: Vincent Stehlé, Julien Olivain
Since Buildroot commit [1] "update to Bootlin toolchains 2025.08-1",
the tests.package.test_msr_tools fails when building its Kernel 5.15.55
with gcc 15.1.0.
This commit fixes the issue by updating the test Kernel to the latest
LTS version (6.12.42 at the time of this commit) which includes the
fix for gcc-15. Note: the 5.15.y series does not include this fix for
the x86_64 architecture, which is why this commit switches to 6.12.y.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/10984686294
[1] https://gitlab.com/buildroot.org/buildroot/-/commit/947dbc92a20c5acea7882166cae7893e6ea661e1
Cc: Vincent Stehlé <vincent.stehle@laposte.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
support/testing/tests/package/test_msr_tools.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/testing/tests/package/test_msr_tools.py b/support/testing/tests/package/test_msr_tools.py
index 4d62742a5f..d098b29aa2 100644
--- a/support/testing/tests/package/test_msr_tools.py
+++ b/support/testing/tests/package/test_msr_tools.py
@@ -11,7 +11,7 @@ class TestMsrTools(infra.basetest.BRTest):
BR2_TOOLCHAIN_EXTERNAL=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
- BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.55"
+ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.42"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"
--
2.50.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [Buildroot] [PATCH 1/1] support/testing: test_msr_tools: fix test after bootlin toolchains update
2025-08-16 14:34 [Buildroot] [PATCH 1/1] support/testing: test_msr_tools: fix test after bootlin toolchains update Julien Olivain via buildroot
@ 2025-08-16 19:47 ` Thomas Petazzoni via buildroot
2025-08-21 19:21 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-08-16 19:47 UTC (permalink / raw)
To: Julien Olivain via buildroot; +Cc: Julien Olivain, Vincent Stehlé
On Sat, 16 Aug 2025 16:34:31 +0200
Julien Olivain via buildroot <buildroot@buildroot.org> wrote:
> Since Buildroot commit [1] "update to Bootlin toolchains 2025.08-1",
> the tests.package.test_msr_tools fails when building its Kernel 5.15.55
> with gcc 15.1.0.
>
> This commit fixes the issue by updating the test Kernel to the latest
> LTS version (6.12.42 at the time of this commit) which includes the
> fix for gcc-15. Note: the 5.15.y series does not include this fix for
> the x86_64 architecture, which is why this commit switches to 6.12.y.
>
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/10984686294
>
> [1] https://gitlab.com/buildroot.org/buildroot/-/commit/947dbc92a20c5acea7882166cae7893e6ea661e1
>
> Cc: Vincent Stehlé <vincent.stehle@laposte.net>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> support/testing/tests/package/test_msr_tools.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] support/testing: test_msr_tools: fix test after bootlin toolchains update
2025-08-16 14:34 [Buildroot] [PATCH 1/1] support/testing: test_msr_tools: fix test after bootlin toolchains update Julien Olivain via buildroot
2025-08-16 19:47 ` Thomas Petazzoni via buildroot
@ 2025-08-21 19:21 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2025-08-21 19:21 UTC (permalink / raw)
To: Julien Olivain; +Cc: Thomas Perale, buildroot
In reply of:
> Since Buildroot commit [1] "update to Bootlin toolchains 2025.08-1",
> the tests.package.test_msr_tools fails when building its Kernel 5.15.55
> with gcc 15.1.0.
>
> This commit fixes the issue by updating the test Kernel to the latest
> LTS version (6.12.42 at the time of this commit) which includes the
> fix for gcc-15. Note: the 5.15.y series does not include this fix for
> the x86_64 architecture, which is why this commit switches to 6.12.y.
>
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/10984686294
>
> [1] https://gitlab.com/buildroot.org/buildroot/-/commit/947dbc92a20c5acea7882166cae7893e6ea661e1
>
> Cc: Vincent Stehlé <vincent.stehle@laposte.net>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Applied to 2025.02.x & 2025.05.x. Thanks
> ---
> support/testing/tests/package/test_msr_tools.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/support/testing/tests/package/test_msr_tools.py b/support/testing/tests/package/test_msr_tools.py
> index 4d62742a5f..d098b29aa2 100644
> --- a/support/testing/tests/package/test_msr_tools.py
> +++ b/support/testing/tests/package/test_msr_tools.py
> @@ -11,7 +11,7 @@ class TestMsrTools(infra.basetest.BRTest):
> BR2_TOOLCHAIN_EXTERNAL=y
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> - BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.55"
> + BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.42"
> BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
> BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config"
> BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"
> --
> 2.50.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-21 19:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 14:34 [Buildroot] [PATCH 1/1] support/testing: test_msr_tools: fix test after bootlin toolchains update Julien Olivain via buildroot
2025-08-16 19:47 ` Thomas Petazzoni via buildroot
2025-08-21 19:21 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox