Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] s390-tools: bump version to 2.33.1
@ 2024-07-30  6:42 Alexander Egorenkov
  2024-07-30  6:42 ` [Buildroot] [PATCH v1 2/2] configs/qemu_s390x_defconfig: update to Linux 6.10.1 Alexander Egorenkov
  2024-07-30  7:40 ` [Buildroot] [PATCH v1 1/2] s390-tools: bump version to 2.33.1 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Egorenkov @ 2024-07-30  6:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
---
 package/s390-tools/s390-tools.hash | 2 +-
 package/s390-tools/s390-tools.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/s390-tools/s390-tools.hash b/package/s390-tools/s390-tools.hash
index ccc86edd6a59..d5f6cc5ea81a 100644
--- a/package/s390-tools/s390-tools.hash
+++ b/package/s390-tools/s390-tools.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  f337c1898f243835fc187f21443266f05e3beb817b5fb09d555dc3887fe74b9b  s390-tools-2.32.0.tar.gz
+sha256  2933c6c5233cb70b7c47d9410458d8e4c26347de683e2c027956b9c67c7ebe9a  s390-tools-2.33.1.tar.gz
 sha256  cca17a9a944ebec769adee4aebd805c912c357785ff2705a99ffe68563021f75  LICENSE
diff --git a/package/s390-tools/s390-tools.mk b/package/s390-tools/s390-tools.mk
index b0e156cc04ac..6b7a52447bf1 100644
--- a/package/s390-tools/s390-tools.mk
+++ b/package/s390-tools/s390-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-S390_TOOLS_VERSION = 2.32.0
+S390_TOOLS_VERSION = 2.33.1
 S390_TOOLS_SITE = $(call github,ibm-s390-linux,s390-tools,v$(S390_TOOLS_VERSION))
 S390_TOOLS_LICENSE = MIT
 S390_TOOLS_LICENSE_FILES = LICENSE
-- 
2.45.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH v1 2/2] configs/qemu_s390x_defconfig: update to Linux 6.10.1
  2024-07-30  6:42 [Buildroot] [PATCH v1 1/2] s390-tools: bump version to 2.33.1 Alexander Egorenkov
@ 2024-07-30  6:42 ` Alexander Egorenkov
  2024-07-30  7:08   ` Thomas Petazzoni via buildroot
  2024-07-30  7:40 ` [Buildroot] [PATCH v1 1/2] s390-tools: bump version to 2.33.1 Thomas Petazzoni via buildroot
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Egorenkov @ 2024-07-30  6:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
---
 configs/qemu_s390x_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/qemu_s390x_defconfig b/configs/qemu_s390x_defconfig
index b22af68b0468..b85d3a996723 100644
--- a/configs/qemu_s390x_defconfig
+++ b/configs/qemu_s390x_defconfig
@@ -17,12 +17,12 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 # BR2_TARGET_ROOTFS_TAR is not set
 
 # Linux headers same as kernel
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_10=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.32"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.10.1"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
-- 
2.45.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH v1 2/2] configs/qemu_s390x_defconfig: update to Linux 6.10.1
  2024-07-30  6:42 ` [Buildroot] [PATCH v1 2/2] configs/qemu_s390x_defconfig: update to Linux 6.10.1 Alexander Egorenkov
@ 2024-07-30  7:08   ` Thomas Petazzoni via buildroot
  2024-07-30 13:33     ` Alexander Egorenkov
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-30  7:08 UTC (permalink / raw)
  To: Alexander Egorenkov; +Cc: buildroot

Hello Alexander,

On Tue, 30 Jul 2024 08:42:02 +0200
Alexander Egorenkov <egorenar@linux.ibm.com> wrote:

> Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>

Thanks for this update, but you need to also update the hash of the
Linux kernel tarball? Indeed since commit
d037d9c2d63e9cd47b3701aaef8e28c32b8f5b37, we check all hashes,
including the hash of the Linux kernel tarball. By chance, maybe at the
time you tested this, linux/linux.hash contained the hash of Linux
6.10.1, but now it has been updated to 6.10.2, so linux/linux.hash no
longer contains the hash of the Linux tarball used by this defconfig.
Instead the hash of the Linux kernel tarball should be put in
board/qemu/patches/linux/linux.hash (which be careful is shared by all
Qemu defconfigs, so don't remove hashes that are still in use).

d037d9c2d63e9cd47b3701aaef8e28c32b8f5b37 also aligned all Qemu
defconfigs to a single kernel version. I'm wondering if we shouldn't
keep this idea. It isn't super consistent to use a random kernel
version for each Qemu defconfig.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH v1 1/2] s390-tools: bump version to 2.33.1
  2024-07-30  6:42 [Buildroot] [PATCH v1 1/2] s390-tools: bump version to 2.33.1 Alexander Egorenkov
  2024-07-30  6:42 ` [Buildroot] [PATCH v1 2/2] configs/qemu_s390x_defconfig: update to Linux 6.10.1 Alexander Egorenkov
@ 2024-07-30  7:40 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-30  7:40 UTC (permalink / raw)
  To: Alexander Egorenkov; +Cc: buildroot

On Tue, 30 Jul 2024 08:42:01 +0200
Alexander Egorenkov <egorenar@linux.ibm.com> wrote:

> Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
> ---
>  package/s390-tools/s390-tools.hash | 2 +-
>  package/s390-tools/s390-tools.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

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] 5+ messages in thread

* Re: [Buildroot] [PATCH v1 2/2] configs/qemu_s390x_defconfig: update to Linux 6.10.1
  2024-07-30  7:08   ` Thomas Petazzoni via buildroot
@ 2024-07-30 13:33     ` Alexander Egorenkov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Egorenkov @ 2024-07-30 13:33 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot


Hi Thomas,


Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

> Hello Alexander,
>
> On Tue, 30 Jul 2024 08:42:02 +0200
> Alexander Egorenkov <egorenar@linux.ibm.com> wrote:
>
>> Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
>
> Thanks for this update, but you need to also update the hash of the
> Linux kernel tarball? Indeed since commit
> d037d9c2d63e9cd47b3701aaef8e28c32b8f5b37, we check all hashes,
> including the hash of the Linux kernel tarball. By chance, maybe at the
> time you tested this, linux/linux.hash contained the hash of Linux
> 6.10.1, but now it has been updated to 6.10.2, so linux/linux.hash no
> longer contains the hash of the Linux tarball used by this defconfig.
> Instead the hash of the Linux kernel tarball should be put in
> board/qemu/patches/linux/linux.hash (which be careful is shared by all
> Qemu defconfigs, so don't remove hashes that are still in use).
>
> d037d9c2d63e9cd47b3701aaef8e28c32b8f5b37 also aligned all Qemu
> defconfigs to a single kernel version. I'm wondering if we shouldn't
> keep this idea. It isn't super consistent to use a random kernel
> version for each Qemu defconfig.

Sounds good to me too.
Thanks for the hints!
The new patch is on the way.

Regards
Alex
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-30 13:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30  6:42 [Buildroot] [PATCH v1 1/2] s390-tools: bump version to 2.33.1 Alexander Egorenkov
2024-07-30  6:42 ` [Buildroot] [PATCH v1 2/2] configs/qemu_s390x_defconfig: update to Linux 6.10.1 Alexander Egorenkov
2024-07-30  7:08   ` Thomas Petazzoni via buildroot
2024-07-30 13:33     ` Alexander Egorenkov
2024-07-30  7:40 ` [Buildroot] [PATCH v1 1/2] s390-tools: bump version to 2.33.1 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