diff mbox series

support/testing: TestF2FS: update kernel to 4.19.310

Message ID 20240424201033.550180-1-romain.naour@smile.fr
State Accepted
Headers show
Series support/testing: TestF2FS: update kernel to 4.19.310 | expand

Commit Message

Romain Naour April 24, 2024, 8:10 p.m. UTC
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 `#'

A similar issue has already be fixed for qemu m68k [2].

Bump to the latest kernel 4.19 that already include the backport
of 790756c7e022 ("ARM: 8933/1: replace Sun/Solaris style flag on section directive")

[1] 7e0e6e3b8618ab942f25b11ee72fbc5a4deefdf1
[2] a1ce9474e40f731f327035d8c0962abb16f00ff7

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

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 support/testing/tests/fs/test_f2fs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Romain Naour April 30, 2024, 9:41 p.m. UTC | #1
Le 24/04/2024 à 22:10, Romain Naour 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 `#'
> 
> A similar issue has already be fixed for qemu m68k [2].
> 
> Bump to the latest kernel 4.19 that already include the backport
> of 790756c7e022 ("ARM: 8933/1: replace Sun/Solaris style flag on section directive")
> 
> [1] 7e0e6e3b8618ab942f25b11ee72fbc5a4deefdf1
> [2] a1ce9474e40f731f327035d8c0962abb16f00ff7
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6703222383
> 
> Signed-off-by: Romain Naour <romain.naour@smile.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 425fbe31ca..826077ac94 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="4.19.310"
>          BR2_LINUX_KERNEL_USE_DEFCONFIG=y
>          BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
>          BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"

Applied to master, thanks.

Best regards,
Romain
Peter Korsgaard May 15, 2024, 1:25 p.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@smile.fr> writes:

 > 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 `#'

 > A similar issue has already be fixed for qemu m68k [2].

 > Bump to the latest kernel 4.19 that already include the backport
 > of 790756c7e022 ("ARM: 8933/1: replace Sun/Solaris style flag on section directive")

 > [1] 7e0e6e3b8618ab942f25b11ee72fbc5a4deefdf1
 > [2] a1ce9474e40f731f327035d8c0962abb16f00ff7

 > Fixes:
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/6703222383

 > Signed-off-by: Romain Naour <romain.naour@smile.fr>

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/support/testing/tests/fs/test_f2fs.py b/support/testing/tests/fs/test_f2fs.py
index 425fbe31ca..826077ac94 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="4.19.310"
         BR2_LINUX_KERNEL_USE_DEFCONFIG=y
         BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
         BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{}"