Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] support/testing: fs: f2fs: bump test Kernel to 6.6.27
@ 2024-04-15 19:35 Julien Olivain
  2024-04-30 21:54 ` Romain Naour
  2024-05-01 21:31 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2024-04-15 19:35 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

Since the toolchain Bootlin update to 2023.11-1 [1], the arm Linux
kernel build is broken with binutils >= 2.41 with:

    arch/arm/mm/proc-v7.S: Assembler messages:
    arch/arm/mm/proc-v7.S:640: Error: junk at end of line, first unrecognized character is '#'

This commit fixes the issue by bumping the test Kernel version to the
latest LTS version 6.6.27. We bump to the 6.6.x series to refresh the
test, as the 4.19.x series is planned to be end-of-life soon, in
December 2024.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/6623401447

[1] https://gitlab.com/buildroot.org/buildroot/-/commit/7e0e6e3b8618ab942f25b11ee72fbc5a4deefdf1

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 support/testing/tests/fs/test_f2fs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/fs/test_f2fs.py b/support/testing/tests/fs/test_f2fs.py
index 425fbe31cac..5918fe8ca8c 100644
--- a/support/testing/tests/fs/test_f2fs.py
+++ b/support/testing/tests/fs/test_f2fs.py
@@ -20,7 +20,7 @@ class TestF2FS(infra.basetest.BRTest):
         # BR2_TARGET_ROOTFS_TAR is not set
         BR2_LINUX_KERNEL=y
         BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.204"
+        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.27"
         BR2_LINUX_KERNEL_USE_DEFCONFIG=y
         BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
         BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"
-- 
2.44.0

_______________________________________________
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: fs: f2fs: bump test Kernel to 6.6.27
  2024-04-15 19:35 [Buildroot] [PATCH 1/1] support/testing: fs: f2fs: bump test Kernel to 6.6.27 Julien Olivain
@ 2024-04-30 21:54 ` Romain Naour
  2024-05-01 21:31 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2024-04-30 21:54 UTC (permalink / raw)
  To: Julien Olivain, buildroot

Hello Julien,

Le 15/04/2024 à 21:35, Julien Olivain a écrit :
> Since the toolchain Bootlin update to 2023.11-1 [1], the arm Linux
> kernel build is broken with binutils >= 2.41 with:
> 
>     arch/arm/mm/proc-v7.S: Assembler messages:
>     arch/arm/mm/proc-v7.S:640: Error: junk at end of line, first unrecognized character is '#'
> 
> This commit fixes the issue by bumping the test Kernel version to the
> latest LTS version 6.6.27. We bump to the 6.6.x series to refresh the
> test, as the 4.19.x series is planned to be end-of-life soon, in
> December 2024.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6623401447
> 
> [1] https://gitlab.com/buildroot.org/buildroot/-/commit/7e0e6e3b8618ab942f25b11ee72fbc5a4deefdf1

I missed you patch and merged almost the same one [1]. Sorry for that.

However I could still apply your patch after rebasing it on top of master to
benefit from the kernel version bump.

[1]
https://gitlab.com/buildroot.org/buildroot/-/commit/7e126bd38d5eedb49cd29699c1afe8b53edd71e0

Best regards,
Romain


> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
>  support/testing/tests/fs/test_f2fs.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/support/testing/tests/fs/test_f2fs.py b/support/testing/tests/fs/test_f2fs.py
> index 425fbe31cac..5918fe8ca8c 100644
> --- a/support/testing/tests/fs/test_f2fs.py
> +++ b/support/testing/tests/fs/test_f2fs.py
> @@ -20,7 +20,7 @@ class TestF2FS(infra.basetest.BRTest):
>          # BR2_TARGET_ROOTFS_TAR is not set
>          BR2_LINUX_KERNEL=y
>          BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.204"
> +        BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.27"
>          BR2_LINUX_KERNEL_USE_DEFCONFIG=y
>          BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
>          BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"

_______________________________________________
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: fs: f2fs: bump test Kernel to 6.6.27
  2024-04-15 19:35 [Buildroot] [PATCH 1/1] support/testing: fs: f2fs: bump test Kernel to 6.6.27 Julien Olivain
  2024-04-30 21:54 ` Romain Naour
@ 2024-05-01 21:31 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-01 21:31 UTC (permalink / raw)
  To: Julien Olivain; +Cc: Romain Naour, buildroot

On Mon, 15 Apr 2024 21:35:22 +0200
Julien Olivain <ju.o@free.fr> wrote:

> Since the toolchain Bootlin update to 2023.11-1 [1], the arm Linux
> kernel build is broken with binutils >= 2.41 with:
> 
>     arch/arm/mm/proc-v7.S: Assembler messages:
>     arch/arm/mm/proc-v7.S:640: Error: junk at end of line, first unrecognized character is '#'
> 
> This commit fixes the issue by bumping the test Kernel version to the
> latest LTS version 6.6.27. We bump to the 6.6.x series to refresh the
> test, as the 4.19.x series is planned to be end-of-life soon, in
> December 2024.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6623401447
> 
> [1] https://gitlab.com/buildroot.org/buildroot/-/commit/7e0e6e3b8618ab942f25b11ee72fbc5a4deefdf1
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
>  support/testing/tests/fs/test_f2fs.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master after rebasing, and adjusting the commit message as
the change is no longer fixing the build, it was already done by Romain
Naour.

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

end of thread, other threads:[~2024-05-01 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15 19:35 [Buildroot] [PATCH 1/1] support/testing: fs: f2fs: bump test Kernel to 6.6.27 Julien Olivain
2024-04-30 21:54 ` Romain Naour
2024-05-01 21:31 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox