diff mbox series

[3/5] configs/orangepi_pc_defconfig: bump Linux kernel to 6.1.91

Message ID 20240520111730.1231889-3-peter@korsgaard.com
State Superseded
Headers show
Series [1/5] configs/orangepi_pc_defconfig: bump U-boot to v2024.01 to fix compatibility with setuptools >= 69 | expand

Commit Message

Peter Korsgaard May 20, 2024, 11:17 a.m. UTC
Linux 6.6.x crashes during boot, so stick to 6.1.x for now.
---
 configs/orangepi_pc_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Romain Naour May 22, 2024, 3:02 p.m. UTC | #1
Hello Peter,

Le 20/05/2024 à 13:17, Peter Korsgaard a écrit :
> Linux 6.6.x crashes during boot, so stick to 6.1.x for now.

Your SoB line is missing here.

> ---
>  configs/orangepi_pc_defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
> index b14cf56155..ad63da8dad 100644
> --- a/configs/orangepi_pc_defconfig
> +++ b/configs/orangepi_pc_defconfig
> @@ -1,7 +1,7 @@
>  BR2_arm=y
>  BR2_cortex_a7=y
>  BR2_ARM_FPU_VFPV4=y
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y

It should be BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1 here but it seems patch
4/5 needs to be squashed.

Best regards,
Romain


>  BR2_TARGET_GENERIC_HOSTNAME="OrangePi_PC"
>  BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi PC"
>  BR2_SYSTEM_DHCP="eth0"
> @@ -10,7 +10,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
>  BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BINARIES_DIR)/genimage.cfg"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.217"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.91"
>  BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
>  BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-pc/linux.fragment"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
Peter Korsgaard May 22, 2024, 9:54 p.m. UTC | #2
On 5/22/24 17:02, Romain Naour wrote:
> Hello Peter,
> 
> Le 20/05/2024 à 13:17, Peter Korsgaard a écrit :
>> Linux 6.6.x crashes during boot, so stick to 6.1.x for now.
> 
> Your SoB line is missing here.
> 
>> ---
>>   configs/orangepi_pc_defconfig | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
>> index b14cf56155..ad63da8dad 100644
>> --- a/configs/orangepi_pc_defconfig
>> +++ b/configs/orangepi_pc_defconfig
>> @@ -1,7 +1,7 @@
>>   BR2_arm=y
>>   BR2_cortex_a7=y
>>   BR2_ARM_FPU_VFPV4=y
>> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
>> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
> 
> It should be BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1 here but it seems patch
> 4/5 needs to be squashed.

Yes, something must have gone wrong in the rebase, sorry about that. As 
you probably could guess I first bumped to 6.6.x, but then changed to 
6.1.x because of the regressions.

I'll send a v2 series.
diff mbox series

Patch

diff --git a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
index b14cf56155..ad63da8dad 100644
--- a/configs/orangepi_pc_defconfig
+++ b/configs/orangepi_pc_defconfig
@@ -1,7 +1,7 @@ 
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
 BR2_TARGET_GENERIC_HOSTNAME="OrangePi_PC"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi PC"
 BR2_SYSTEM_DHCP="eth0"
@@ -10,7 +10,7 @@  BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BINARIES_DIR)/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.217"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.91"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-pc/linux.fragment"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y